Skip to content

Commit 09de71f

Browse files
chore: updating CHANGELOG for v0.68.2
1 parent 1bc45b4 commit 09de71f

33 files changed

+58
-32
lines changed

doc/changelog.d/2960.added.md

-1
This file was deleted.

doc/changelog.d/2966.miscellaneous.md

-1
This file was deleted.

doc/changelog.d/2981.miscellaneous.md

-1
This file was deleted.

doc/changelog.d/2982.added.md

-1
This file was deleted.

doc/changelog.d/2998.miscellaneous.md

-1
This file was deleted.

doc/changelog.d/2999.added.md

-1
This file was deleted.

doc/changelog.d/3002.fixed.md

-1
This file was deleted.

doc/changelog.d/3019.changed.md

-1
This file was deleted.

doc/changelog.d/3023.added.md

-1
This file was deleted.

doc/changelog.d/3024.miscellaneous.md

-1
This file was deleted.

doc/changelog.d/3035.fixed.md

-1
This file was deleted.

doc/changelog.d/3036.miscellaneous.md

-1
This file was deleted.

doc/changelog.d/3037.added.md

-1
This file was deleted.

doc/changelog.d/3046.miscellaneous.md

-1
This file was deleted.

doc/changelog.d/3047.added.md

-1
This file was deleted.

doc/changelog.d/3048.added.md

-1
This file was deleted.

doc/changelog.d/3049.added.md

-1
This file was deleted.

doc/changelog.d/3071.fixed.md

-1
This file was deleted.

doc/changelog.d/3086.fixed.md

-1
This file was deleted.

doc/changelog.d/3107.changed.md

-1
This file was deleted.

doc/changelog.d/3118.changed.md

-1
This file was deleted.

doc/changelog.d/3140.miscellaneous.md

-1
This file was deleted.

doc/changelog.d/3147.changed.md

-1
This file was deleted.

doc/changelog.d/3151.fixed.md

-1
This file was deleted.

doc/changelog.d/3154.added.md

-1
This file was deleted.

doc/changelog.d/3166.added.md

-1
This file was deleted.

doc/changelog.d/3169.fixed.md

-1
This file was deleted.

doc/changelog.d/3171.changed.md

-1
This file was deleted.

doc/changelog.d/3179.dependencies.md

-1
This file was deleted.

doc/changelog.d/3180.dependencies.md

-1
This file was deleted.

doc/changelog.d/3181.dependencies.md

-1
This file was deleted.

doc/changelog.d/3182.changed.md

-1
This file was deleted.

doc/source/changelog.rst

+58
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,63 @@ This document contains the release notes for the project.
99
1010
.. towncrier release notes start
1111
12+
`0.68.2 <https://github.com/ansys/pymapdl/releases/tag/v0.68.2>`_ - 2024-06-18
13+
==============================================================================
14+
15+
Added
16+
^^^^^
17+
18+
- refactor: refactoring CLI `#2960 <https://github.com/ansys/pymapdl/pull/2960>`_
19+
- feat: add a MAPDL version section in for bug issues `#2982 <https://github.com/ansys/pymapdl/pull/2982>`_
20+
- feat: adding some env var print to report `#2999 <https://github.com/ansys/pymapdl/pull/2999>`_
21+
- feat: adding `cycexpand` command `#3023 <https://github.com/ansys/pymapdl/pull/3023>`_
22+
- feat: update `vfquery` `#3037 <https://github.com/ansys/pymapdl/pull/3037>`_
23+
- feat: add argument to disable run_at_connect in `MapdlGrpc` `#3047 <https://github.com/ansys/pymapdl/pull/3047>`_
24+
- feat: allowing passing IP to `MapdlPool` `#3048 <https://github.com/ansys/pymapdl/pull/3048>`_
25+
- feat: add argument to disable run_at_connect in MapdlGrpc `#3049 <https://github.com/ansys/pymapdl/pull/3049>`_
26+
- feat: converting chained APDL commands to PyMAPDL context manager `#3154 <https://github.com/ansys/pymapdl/pull/3154>`_
27+
- feat: allowing multiple IPs for remote connection on `MapdlPool` `#3166 <https://github.com/ansys/pymapdl/pull/3166>`_
28+
29+
30+
Changed
31+
^^^^^^^
32+
33+
- feat: implementing `ansys/actions/changelogs` and adding release note in documentation `#3019 <https://github.com/ansys/pymapdl/pull/3019>`_
34+
- ci: having only one set of Dependabot rules `#3107 <https://github.com/ansys/pymapdl/pull/3107>`_
35+
- ci: adding tag for doc review `#3118 <https://github.com/ansys/pymapdl/pull/3118>`_
36+
- ci: remove OS package duplicate `#3147 <https://github.com/ansys/pymapdl/pull/3147>`_
37+
- ci: using trusted publisher release process `#3171 <https://github.com/ansys/pymapdl/pull/3171>`_
38+
- docs: adding previous changes in `changelog.d` repository `#3182 <https://github.com/ansys/pymapdl/pull/3182>`_
39+
40+
41+
Fixed
42+
^^^^^
43+
44+
- feat: adding option to `_ctrl` command `#3002 <https://github.com/ansys/pymapdl/pull/3002>`_
45+
- fix: avoiding future sphinx warning `#3035 <https://github.com/ansys/pymapdl/pull/3035>`_
46+
- docs: clarifying MAPDL commands API section `#3071 <https://github.com/ansys/pymapdl/pull/3071>`_
47+
- feat: making old API function discoverable when Click is not installed `#3086 <https://github.com/ansys/pymapdl/pull/3086>`_
48+
- fix: update the general files to align with PyAnsys standards `#3151 <https://github.com/ansys/pymapdl/pull/3151>`_
49+
- fix: combine the `docker-compose` files `#3169 <https://github.com/ansys/pymapdl/pull/3169>`_
50+
51+
52+
Dependencies
53+
^^^^^^^^^^^^
54+
55+
- build: bump autopep8 from 2.2.0 to 2.3.0 in the testing group `#3179 <https://github.com/ansys/pymapdl/pull/3179>`_
56+
- build: bump pyvista[trame] from 0.43.9 to 0.43.10 `#3180 <https://github.com/ansys/pymapdl/pull/3180>`_
57+
- build: bump ansys-sphinx-theme from 0.16.5 to 0.16.6 in the core group across 1 directory `#3181 <https://github.com/ansys/pymapdl/pull/3181>`_
58+
59+
60+
Miscellaneous
61+
^^^^^^^^^^^^^
62+
63+
- docs: HPC documentation `#2966 <https://github.com/ansys/pymapdl/pull/2966>`_
64+
- docs: adding ML-Genetic Algorithm example `#2981 <https://github.com/ansys/pymapdl/pull/2981>`_
65+
- docs: customize agent for linkchecker `#2998 <https://github.com/ansys/pymapdl/pull/2998>`_
66+
- docs: setting docs version to v241 `#3024 <https://github.com/ansys/pymapdl/pull/3024>`_
67+
- chore: removing cdb files `#3036 <https://github.com/ansys/pymapdl/pull/3036>`_
68+
- docs: adding documentation about remote mapdl pool `#3046 <https://github.com/ansys/pymapdl/pull/3046>`_
69+
- docs: update a minor typo in `mapdl.rst` `#3140 <https://github.com/ansys/pymapdl/pull/3140>`_
1270

1371
.. vale on

0 commit comments

Comments
 (0)