Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 398 Bytes

CHANGELOG.md

File metadata and controls

23 lines (13 loc) · 398 Bytes

Release notes

Notable differences from version 1.2.

Version 1.3.0 – 2022-11-30

Added

  • Support for Python 3.8, 3.9, 3.10.

Changed

Deprecated

Removed

  • Remove the support for Python 3.5, 3.6.

Fixed

  • Patch variable to avoid naming problems and Xcode collision on MacOS & Linux.
  • Fix g++ w/ambiguous isnan on Linux.
  • Fix the PY_SSIZE_T_CLEAN macro for py3.10.