@@ -9,5 +9,63 @@ This document contains the release notes for the project.
9
9
10
10
.. towncrier release notes start
11
11
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 >`_
12
70
13
71
.. vale on
0 commit comments