We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492b34d commit b63ca26Copy full SHA for b63ca26
CHANGES.rst
@@ -7,7 +7,9 @@ Version 1.0.34, Dec 2024
7
* Support numpy >= 2.0.0 (np.string_ -> np.bytes_, np.unicode_ -> np.str_).
8
* Fix test utility corner case error (test_numpy.twosigfigs function).
9
* Fix typo in build pipeline Python versions config list.
10
-* Fix 4 failing tests of SparselyBin.
+* Fix error in test context manager for pandas
11
+* Refactor tests with Numpy() and Pandas() context managers
12
+* Remove uses of pd.util.testing.makeMixedDataFrame not available anymore
13
14
Version 1.0.33, Dec 2022
15
------------------------
0 commit comments