@@ -32,6 +32,14 @@ Security in case of vulnerabilities.
32
32
33
33
TBD
34
34
35
+ ## [ 2.0.1] - 2024-11-20
36
+
37
+ Allow use of pymech with NumPy 2.x
38
+
39
+ ### Changed
40
+
41
+ - Removed upper bound for Numpy from packaging metadata, pyproject.toml
42
+
35
43
## [ 2.0.0] - 2024-10-09
36
44
37
45
Supports Python 3.9 and above, from now on to make use of concise
@@ -61,7 +69,6 @@ Previously deprecated features are now removed
61
69
62
70
### Added
63
71
64
-
65
72
- [ Citeable in Zenodo] ( https://zenodo.org/badge/latestdoi/50511298 ) !
66
73
- New extra dependency groups for install as ` pip install pymech[opt] ` and `pip
67
74
install pymech[ vtk] ` respectively. There is also a ` [ full] ` group which
@@ -122,63 +129,76 @@ improvements. This will be the last release to support Python 3.6 and Xarray <
122
129
## [ 1.4.0] - 2020-11-16
123
130
124
131
### Added
132
+
125
133
- Functions ` readre2 ` and ` writere2 ` to read/write binary .re2 Nek5000 meshes
126
134
127
135
### Fixed
136
+
128
137
- indexing bug in the boundary conditions parameters in ` readrea `
129
138
130
139
### Changed
140
+
131
141
- Ignore some invalid 'E' internal boundary conditions in ` readrea `
132
142
since they are written this way by re2torea and ignored by Nek5000.
133
143
134
-
135
144
## [ 1.3.3] - 2020-09-29
136
145
137
146
### Fixed
147
+
138
148
- Various fixes -- including writing element map, correct order for min/max
139
149
metadata -- in ` writenek `
140
150
141
151
### Added
152
+
142
153
- {meth}` pymech.core.HexaData.merge ` to merge meshes together and build proper connectivity
143
154
144
155
## [ 1.3.2] - 2020-09-23
145
156
146
157
### Fixed
158
+
147
159
- ` writenek ` detects system endianness and byte-swaps arrays, if needed, before
148
160
writing
149
161
150
162
### Removed
163
+
151
164
- Warnings while reading/writing scalars
152
165
153
166
## [ 1.3.1] - 2020-09-17
154
167
155
168
### Changed
169
+
156
170
- use ndarray.tofile() for faster output
157
171
158
172
## [ 1.3.0.post0] - 2020-07-16
159
173
160
174
### Fixed
175
+
161
176
- Packaging issue of sdist and wheel. Now uses ` find_packages ` instead of package name.
162
177
163
178
## [ 1.3.0] - 2020-07-16
164
179
165
180
### Added
181
+
166
182
- Dataset module which extends xarray
167
183
168
184
### Changed
185
+
169
186
- Faster ` readnek ` function uses less for loops
170
187
- Lazy load {class}` pymech.core.DataLims ` limits as properties
171
188
- Autogenerate documentation using sphinx extension ` autodoc `
172
189
173
190
## [ 1.2.0] - 2020-03-18
174
191
175
192
### Added
193
+
176
194
- License GPL v3 or later
177
195
178
196
### Changed
197
+
179
198
- Miscellaneous improvements in documentation, testing and packaging
180
199
181
- [ Unreleased ] : https://github.com/eX-Mech/pymech/compare/2.0.0...HEAD
200
+ [ Unreleased ] : https://github.com/eX-Mech/pymech/compare/2.0.1...HEAD
201
+ [ 2.0.1 ] : https://github.com/eX-Mech/pymech/compare/2.0.0...2.0.1
182
202
[ 2.0.0 ] : https://github.com/eX-Mech/pymech/compare/1.5.0...2.0.0
183
203
[ 1.5.0 ] : https://github.com/eX-Mech/pymech/compare/1.4.1...1.5.0
184
204
[ 1.4.1 ] : https://github.com/eX-Mech/pymech/compare/1.4.0...1.4.1
0 commit comments