Skip to content

Releases: cleemesser/python-edf

0.86.4 A Modern Release for 2024

18 Dec 15:40
Compare
Choose a tag to compare

edflib packaging has been broken for while. We have used it locally via developer builds but changes in packaging standards and pip had made it so it no longer installed correctly using pip edflib. This release fixes this problem and updates edflib for the future.

  • fix problems with using numpy version 2.x (issues #5 #7 ) - thanks to @simondub for the issue
    The fix involved updating to use memory views instead of the deprecated numpy interface to buffers in the cython code AND updating to use cython 3.x for generating the module. Goal is that this should be completely backward compatible.
  • Fix pypi packaging (issues #1 #8) : update packaging to rely upon pyproject.toml for all metadata and use setuptools/setup.py only for the compilation of the extension
  • added CI testing and wheel building via github actions + cibuildwheel. Wheels now released for mac, windows and quite a few versions of linux.

move to github

11 May 16:21
Compare
Choose a tag to compare

rushing out this release with move to github after sunsetting hg support on bitbucket

0.80

11 May 15:06
Compare
Choose a tag to compare
small update

0.76

11 May 15:06
Compare
Choose a tag to compare
small update