We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a223240 commit 069b3e2Copy full SHA for 069b3e2
CHANGELOG.md
@@ -2,8 +2,17 @@
2
3
## Version 2.3.5 ##
4
5
-This release is only intended to fix the Windows binary distribution, which was not
6
-supporting NumPy 2.0. The source distribution was not affected.
+This release is mainly intended to fix the Windows binary distribution, which was not
+supporting NumPy 2.0.
7
+
8
+🛠️ Bug fixes:
9
10
+* Moved back `conftest.py` to the `tests` folder (was in the root folder), so that
11
+ `pytest` can be executed with proper configuration when running the test suite
12
+ from the installed package
13
14
+* Removed benchmarks from automated test suite (not relevant for the end user):
15
+ added `plotpy-benchmarks` script to run the benchmarks
16
17
## Version 2.3.4 ##
18
0 commit comments