Full Changelog#

0.3.1 (2024-07-31)#

Bugfixes#

  • Tried to fix builds on conda-forge. (#80)

0.3.0 (2024-07-23)#

Backwards Incompatible Changes#

  • Update to wheels:

    Linux base goes from manylinux2014 to manylinux_2_28 macOS base goes from 10.9 to 12.0 (#74)

  • Dropped Python 3.9 support. (#74)

Features#

  • Added Python 3.12 wheels. (#74)

  • Build with numpy 2.0.0 as the base. (#74)

0.2.4 (2023-11-27)#

Breaking Changes#

  • Dropped support for Python 3.8

0.2.3 (2022-05-24)#

Breaking Changes#

  • Dropped support for Python 3.6 and 3.7

Features#

  • Added wheels for python 3.10

0.2.2 (2020-05-01)#

Features#

  • Added wheels for python 3.9

0.2.1 (2020-05-08)#

Features#

  • Fix PyPi upload.

0.2.0 (2020-05-08)#

Features#

  • Updated docs and enabled windows via anaconda.

0.1.0 (2020-05-01)#

Features#

  • Seeded pyflct with the C, Cython, Python code and examples to create the pyflct package. (#1)