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