Skip to content

v2.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 May 18:14
· 452 commits to trunk-patch since this release
15b0eef

Added:

  • File modes 'r', 'r+', 'w', 'x', and 'a' (#238).

Changed:

  • Test on gcc9, clang10, and newer (#235).
  • Test and provide binary wheels on Python 3.8 and newer (#235).

Deprecated:

  • File modes 'wb', 'wb+', 'rb', 'rb+', 'ab', 'xb', and 'xb+' (#238).
  • [C API] GSD_APPEND file open mode (#238).