Skip to content

[0.16.3] - 2025-09-30

Latest

Choose a tag to compare

@siebrenf siebrenf released this 30 Sep 12:34

Changed

  • if none of the requested providers are online, raise an error
  • added retry for gencode ping (flaky connection)
  • increased minimum Python version to 3.9 due to:
    • importlib.resources.files()
    • tar.extractall(..., filter="data")

Removed

  • removed norns dependency (which was using the deprecated pkg_resources)

Fixed

  • pandas FutureWarning
  • unsafe tar.extractall