Skip to content

Latest commit

 

History

History
154 lines (71 loc) · 7.89 KB

CHANGELOG.md

File metadata and controls

154 lines (71 loc) · 7.89 KB

Changelog

PyPI History

1.5.0 (2022-08-31)

Features

Bug Fixes

Documentation

  • fix changelog header to consistent size (#136) (0fb3b88)

1.4.0 (2022-03-10)

Features

Bug Fixes

1.3.0 (2021-10-05)

Features

1.2.0 (2021-09-17)

Features

Documentation

  • update list of supported wheel platforms / architectures (#105) (edc8d2d)

1.1.5 (2021-09-07)

Bug Fixes

  • revert to silent fallback to pure-Python build (#93) (789a420)
  • fix segfault on MacOS 11 ("Big Sur") for Python < 3.9 (#93) (789a420)

1.1.4 (2021-09-02)

Bug Fixes

  • advise setting 'CRC32C_PURE_PYTHON' after build failure (#84) (6aa1cd6)
  • restore building 'manylinux1' wheels (#87) (ebb9c68)
  • use correct Python 3.10 specifier (#88) (0c1b740)

1.1.4 (2021-09-01)

Bug Fixes

  • advise setting 'CRC32C_PURE_PYTHON' after build failure (#84) (6aa1cd6)
  • restore building 'manylinux1' wheels (#87) (ebb9c68)

1.1.3 (2021-08-30)

Performance Improvements

  • replace CFFI with a native C extension (#76) (b1bf461)

1.1.2 (2021-01-20)

Bug Fixes

Documentation

  • add aarch64 to the readme as produced wheels (#62) (4ef317d)

1.1.1 (2021-01-14)

Bug Fixes

  • Update CI to use GitHub actions and build for osx, windows, linux (#51) (66f49b8)

Documentation

  • simplify main readme that is shown on pypi, add additional BUILDING.md (#54) (93e021f)

1.1.0 (2020-12-14)

Features

  • add Python 3.9 support, drop Python 3.5 support (#42) (1d7fe63), closes #38

Bug Fixes

1.0.0 (2020-08-07)

Breaking Changes

  • prefix module name with 'google_' to avoid conflict with ICRAR version (#30) (b50f43e), closes #29

Documentation

0.1.0 (2020-03-20)

Features

Bug Fixes

  • retrieve package version at runtime (#24) (f365e47)

0.0.2

03-09-2020 15:33 PDT

Packaging Changes

  • fix: add a manifest to specify other files (#14)

Documentation

  • docs: README.md improvements (#15)