@@ -15,97 +15,74 @@ This document contains the release notes for the project.
15
15
Added
16
16
^^^^^
17
17
18
- - ci: run extended array based on the person who open the PR `#3256 <https://github.com/ansys/pymapdl/pull/3256 >`_
19
-
20
-
21
- Changed
22
- ^^^^^^^
23
-
24
- - build: bump zipp from 3.17.0 to 3.19.1 in /doc/source/examples/extended_examples/hpc `#3261 <https://github.com/ansys/pymapdl/pull/3261 >`_
25
-
26
18
27
19
Fixed
28
20
^^^^^
29
21
30
22
- fix: missing arguments on ``OCDATA `` command `#3226 <https://github.com/ansys/pymapdl/pull/3226 >`_
31
23
- fix: Raising `ValueError ` when using ips within pool library `#3240 <https://github.com/ansys/pymapdl/pull/3240 >`_
32
24
- fix: pool issues `#3266 <https://github.com/ansys/pymapdl/pull/3266 >`_
25
+ - fix: using same labels everywhere `#3188 <https://github.com/ansys/pymapdl/pull/3188 >`_
26
+ - fix: avoid inspecting suspended processes `#3227 <https://github.com/ansys/pymapdl/pull/3227 >`_
27
+ - fix: not deleting temporary file when ``remove_temp_dir_on_exit `` =True `#3247 <https://github.com/ansys/pymapdl/pull/3247 >`_
28
+ - fix: local tests always running as student `#3251 <https://github.com/ansys/pymapdl/pull/3251 >`_
29
+ - fix: incorrect env vars section `#3252 <https://github.com/ansys/pymapdl/pull/3252 >`_
33
30
34
31
35
- Dependencies
36
- ^^^^^^^^^^^^
37
-
38
- - build: bump grpcio from 1.64.1 to 1.65.0 in the grpc-deps group `#3270 <https://github.com/ansys/pymapdl/pull/3270 >`_
39
-
40
-
41
- Miscellaneous
32
+ Documentation
42
33
^^^^^^^^^^^^^
43
34
44
- - feat: refactoring `create_temp_dir ` `#3239 <https://github.com/ansys/pymapdl/pull/3239 >`_
35
+ - docs: adapt static images to dark/light themes `#3249 <https://github.com/ansys/pymapdl/pull/3249 >`_
36
+ - docs: documenting new naming conventions for commits, branches and PRs. `#3228 <https://github.com/ansys/pymapdl/pull/3228 >`_
37
+
45
38
46
- `0.68.4 <https://github.com/ansys/pymapdl/releases/tag/v0.68.4 >`_ - 2024-07-10
47
- ==============================================================================
48
- No significant changes.
39
+ Dependencies
40
+ ^^^^^^^^^^^^
49
41
42
+ - build: bump grpcio from 1.64.1 to 1.65.0 in the grpc-deps group `#3270 <https://github.com/ansys/pymapdl/pull/3270 >`_
43
+ - build: bump zipp from 3.17.0 to 3.19.1 in /doc/source/examples/extended_examples/hpc `#3261 <https://github.com/ansys/pymapdl/pull/3261 >`_
44
+ - build: bump the minimal group across 1 directory with 2 updates `#3197 <https://github.com/ansys/pymapdl/pull/3197 >`_
45
+ - build: bump importlib-metadata from 7.2.0 to 7.2.1 in the minimal group `#3212 <https://github.com/ansys/pymapdl/pull/3212 >`_
46
+ - build: bump scipy from 1.13.1 to 1.14.0 in the core group `#3213 <https://github.com/ansys/pymapdl/pull/3213 >`_
47
+ - build: bump the documentation group with 2 updates `#3214 <https://github.com/ansys/pymapdl/pull/3214 >`_
48
+ - build: bump autopep8 from 2.3.0 to 2.3.1 in the testing group `#3215 <https://github.com/ansys/pymapdl/pull/3215 >`_
49
+ - build: update requirements in devcontainer directory `#3217 <https://github.com/ansys/pymapdl/pull/3217 >`_
50
+ - build: removing reredirect sphinx extension `#3224 <https://github.com/ansys/pymapdl/pull/3224 >`_
51
+ - build: bump importlib-metadata from 7.2.1 to 8.0.0 in the minimal group `#3229 <https://github.com/ansys/pymapdl/pull/3229 >`_
52
+ - build: bump the core group with 2 updates `#3241 <https://github.com/ansys/pymapdl/pull/3241 >`_
53
+ - build: update ansys-api-mapdl to 0.5.2 `#3255 <https://github.com/ansys/pymapdl/pull/3255 >`_
54
+ - build: bump certifi from 2024.2.2 to 2024.7.4 in /doc/source/examples/extended_examples/hpc `#3242 <https://github.com/ansys/pymapdl/pull/3242 >`_
50
55
51
- `0.68.4 <https://github.com/ansys/pymapdl/releases/tag/v0.68.4 >`_ - 2024-07-09
52
- ==============================================================================
53
56
54
- Added
57
+ Tests
55
58
^^^^^
56
59
57
60
- test: skip test `#3259 <https://github.com/ansys/pymapdl/pull/3259 >`_
58
61
59
62
60
- Changed
61
- ^^^^^^^
63
+ Maintenance
64
+ ^^^^^^^^^^^
62
65
63
- - chore: update CHANGELOG for v0.68.2 `#3183 <https://github.com/ansys/pymapdl/pull/3183 >`_
66
+ - [pre-commit.ci] pre-commit autoupdate `#3238 <https://github.com/ansys/pymapdl/pull/3238 >`_, `#3253 <https://github.com/ansys/pymapdl/pull/3253 >`_
67
+ - ci: Fix missing labels format in dependabot file `#3204 <https://github.com/ansys/pymapdl/pull/3204 >`_
68
+ - ci: wrong tagging on the coverage artifacts `#3225 <https://github.com/ansys/pymapdl/pull/3225 >`_
69
+ - ci: Adding v251 CentOS based image to testing `#3210 <https://github.com/ansys/pymapdl/pull/3210 >`_
70
+ - ci: [pre-commit.ci] pre-commit autoupdate `#3206 <https://github.com/ansys/pymapdl/pull/3206 >`_
64
71
- ci: Use CICD only on ``v* `` tags. `#3186 <https://github.com/ansys/pymapdl/pull/3186 >`_
65
72
- ci: checking documentation style in ``Examples `` directory too `#3191 <https://github.com/ansys/pymapdl/pull/3191 >`_
66
73
- chore: update CHANGELOG for v0.68.3 `#3201 <https://github.com/ansys/pymapdl/pull/3201 >`_
67
74
- ci: Update julia testing `#3211 <https://github.com/ansys/pymapdl/pull/3211 >`_
68
75
- ci: improving if to match also schedule and workflow_dispatch `#3223 <https://github.com/ansys/pymapdl/pull/3223 >`_
69
- - docs: documenting new naming conventions for commits, branches and PRs. `#3228 <https://github.com/ansys/pymapdl/pull/3228 >`_
70
76
- ci: Using a dynamically generated matrix for testing job setup `#3232 <https://github.com/ansys/pymapdl/pull/3232 >`_
71
77
- ci: increase the files checked for changes before load docs cache `#3237 <https://github.com/ansys/pymapdl/pull/3237 >`_
72
- - build: bump certifi from 2024.2.2 to 2024.7.4 in /doc/source/examples/extended_examples/hpc `#3242 <https://github.com/ansys/pymapdl/pull/3242 >`_
73
-
74
-
75
- Fixed
76
- ^^^^^
77
-
78
- - fix: using same labels everywhere `#3188 <https://github.com/ansys/pymapdl/pull/3188 >`_
79
- - ci: Fix missing labels format in dependabot file `#3204 <https://github.com/ansys/pymapdl/pull/3204 >`_
80
- - ci: wrong tagging on the coverage artifacts `#3225 <https://github.com/ansys/pymapdl/pull/3225 >`_
81
- - fix: avoid inspecting suspended processes `#3227 <https://github.com/ansys/pymapdl/pull/3227 >`_
82
- - fix: not deleting temporary file when ``remove_temp_dir_on_exit``=True `#3247 <https://github.com/ansys/pymapdl/pull/3247>`_
83
- - fix: local tests always running as student `#3251 <https://github.com/ansys/pymapdl/pull/3251>`_
84
- - fix: incorrect env vars section `#3252 <https://github.com/ansys/pymapdl/pull/3252>`_
85
-
86
-
87
- Dependencies
88
- ^^^^^^^^^^^^
89
-
90
- - build: bump the minimal group across 1 directory with 2 updates `#3197 <https://github.com/ansys/pymapdl/pull/3197>`_
91
- - build: bump importlib-metadata from 7.2.0 to 7.2.1 in the minimal group `#3212 <https://github.com/ansys/pymapdl/pull/3212>`_
92
- - build: bump scipy from 1.13.1 to 1.14.0 in the core group `#3213 <https://github.com/ansys/pymapdl/pull/3213>`_
93
- - build: bump the documentation group with 2 updates `#3214 <https://github.com/ansys/pymapdl/pull/3214>`_
94
- - build: bump autopep8 from 2.3.0 to 2.3.1 in the testing group `#3215 <https://github.com/ansys/pymapdl/pull/3215>`_
95
- - build: update requirements in devcontainer directory `#3217 <https://github.com/ansys/pymapdl/pull/3217>`_
96
- - build: removing reredirect sphinx extension `#3224 <https://github.com/ansys/pymapdl/pull/3224>`_
97
- - build: bump importlib-metadata from 7.2.1 to 8.0.0 in the minimal group `#3229 <https://github.com/ansys/pymapdl/pull/3229>`_
98
- - build: bump the core group with 2 updates `#3241 <https://github.com/ansys/pymapdl/pull/3241>`_
99
- - build: update ansys-api-mapdl to 0.5.2 `#3255 <https://github.com/ansys/pymapdl/pull/3255>`_
78
+ - ci: run extended array based on the person who open the PR `#3256 <https://github.com/ansys/pymapdl/pull/3256 >`_
100
79
101
80
102
81
Miscellaneous
103
82
^^^^^^^^^^^^^
104
83
105
- - ci: [pre-commit.ci] pre-commit autoupdate `#3206 <https://github.com/ansys/pymapdl/pull/3206>`_
106
- - ci: Adding v251 CentOS based image to testing `#3210 <https://github.com/ansys/pymapdl/pull/3210>`_
107
- - [pre-commit.ci] pre-commit autoupdate `#3238 <https://github.com/ansys/pymapdl/pull/3238>`_, `#3253 <https://github.com/ansys/pymapdl/pull/3253>`_
108
- - docs: adapt static images to dark/light themes `#3249 <https://github.com/ansys/pymapdl/pull/3249>`_
84
+ - chore: update CHANGELOG for v0.68.2 `#3183 <https://github.com/ansys/pymapdl/pull/3183 >`_
85
+
109
86
110
87
`0.68.3 <https://github.com/ansys/pymapdl/releases/tag/v0.68.3 >`_ - 2024-06-21
111
88
==============================================================================
0 commit comments