Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 853 Bytes

whatsnew.rst

File metadata and controls

29 lines (19 loc) · 853 Bytes

What's New

v0.6

  • Converted utils and main lib to cffi's API mode for better performance
  • Added inline type hints and stubs for the C extension
  • Ported the remaining sample - mathpointer.py to python
  • Added unit tests and ruff formatter
  • utils.try_open_single_program now returns ProgramHandle instead of returning the pointer directly, and utils.close_single_program accepts that object (used to accept the pointer) should be safe, unless somebody relied on it being a CData object
  • dropped support for Python3.7 and below, Python2

Older Versions

v0.5

  • initial public release with most samples ported from the original