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 8de6eaf commit 626eec2Copy full SHA for 626eec2
HISTORY.rst
@@ -2,15 +2,15 @@
2
History
3
=======
4
5
-0.19.4 (2025-03-07)
+0.19.5 (2025-03-07)
6
-------------------
7
8
Internal Changes
9
~~~~~~~~~~~~~~~~
10
-- Use ``orjson`` instead of ``ujson`` due to the package not being
11
- maintained anymore. The developer of ``ujson`` raised conrcerns
12
- about security vulnerabilities and recommended using ``orjson``
13
- instead.
+- Use ``json`` instead of ``ujson`` due to the package not being
+ maintained anymore.
+- Use ``numbers.Number`` instead of ``np.number`` for type checking
+ as it's indicated in the ``numpy`` documentation.
14
15
0.19.0 (2025-01-17)
16
0 commit comments