Skip to content

Releases: bxlab/bx-python

v0.12.0

03 Jul 08:22
b6e40e7
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @mr-c made their first contribution in #92

Full Changelog: v0.11.0...v0.12.0

v0.11.0

10 Feb 16:56
2cbe562
Compare
Choose a tag to compare

Breaking Changes

  • Added support for Python 3.12.
  • Dropped support for Python 3.7.

Other Changes

v0.10.0

26 Jul 14:25
59750a3
Compare
Choose a tag to compare

Breaking Changes

  • Added support for Python 3.11.
  • Added arm64 macOS wheels. Dropped PyPy 3.7 Linux wheels and all PyPy 3.8 wheels.

Deprecations

  • Support for Python 3.7 is deprecated.

Other Changes

Full Changelog: v0.9.0...v0.10.0

v0.9.0

28 Aug 10:50
4f4a48d
Compare
Choose a tag to compare

Breaking Changes

  • Index TwoBitFile sequences by str not bytes by @nsoranzo in #85
  • Skip building also other musllinux wheels by @nsoranzo in #86

Other Changes

New Contributors

Full Changelog: v0.8.13...v0.9.0

v0.8.13

16 Dec 21:25
8842896
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.12...v0.8.13

v0.8.12

25 Nov 03:31
f4e6a5c
Compare
Choose a tag to compare
  • Fix .so files not being copied to build and therefore not installed by python setup.py install .
  • Distribute aarch64 wheels

v0.8.11

15 Mar 19:05
3063ac6
Compare
Choose a tag to compare
  • Build wheels using oldest-supported-numpy instead of the latest numpy. In this way, the generated wheels will be forward-compatible with newer numpy versions
  • Remove runtime dependency on setuptools

Other packaging and testing changes:

  • Use pyproject.toml to specify build requirements
  • Execute build_ext when running sdist.
  • Use PyPA build package to build the sdist.
  • Move most metadata from setup.py to setup.cfg .
  • Test built packages by importing

v0.8.10

26 Feb 13:19
49cd01e
Compare
Choose a tag to compare
  • Fix lzop_build_offset_table.py and maf_build_index.py scripts under Python 3. Pull Request #70
  • Drop support for Python 2 and 3.5, add 3.9
  • Add tox configuration for testing
  • Move Continuous Integration from TravisCI to GitHub workflows

v0.8.9

19 Jun 00:03
Compare
Choose a tag to compare
  • Misc fixes, mainly for Python 3. PR #65

Release 0.8.8

13 Feb 12:40
Compare
Choose a tag to compare
  • Restore NiceReaderWrapper.current_line. Pull Request #58