You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,14 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
4
Because YggdrasilRapidJSON continues to merge updates from RapidJSON, the RapidJSON version is used with the addition of a EXTEN version after the PATCH version (i.e. MAJOR.MINOR.PATCH.EXTEN) to indicate the YggdrasilRapidJSON version. The EXTEN version will restart at 0 when/if RapidJSON increments their version.
5
5
6
-
## X.X.X.X - XXXX-XX-XX
6
+
## 1.1.0.5 - 2026-07-08
7
+
8
+
### Bug fixes
9
+
* Fix Python3 components when CMakeLists.txt is included directly from a Python extension
10
+
* Fix SetPythonObjectRaw for Pandas 3.0.0 (String now stored as "str" instead of NPY_OBJECT which has different representations on different operating systems by default)
11
+
12
+
### Features
13
+
* NPY_TYPE2STRING utility for getting a numpy type enumerator name during debugging
0 commit comments