We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34165e1 commit e2cf443Copy full SHA for e2cf443
CHANGELOG.md
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
8
9
### Fixed
10
* Fix an arcane compilation issue on Clang-19 ([#379](https://github.com/Simple-Robotics/proxsuite/pull/379))
11
+* Replace `!= None` with `is not None` in Python bindings ([#375](https://github.com/Simple-Robotics/proxsuite/pull/375))
12
13
### Changed
14
* Upgrade nanobind submodule to v2.5.0 ([#378](https://github.com/Simple-Robotics/proxsuite/pull/378))
0 commit comments