Releases: scikit-hep/scikit-hep-testdata
Releases · scikit-hep/scikit-hep-testdata
Version 0.3.2
Removed three large ROOT files to stay under the PyPI package size limit for now. (PR #34) This is not a good solution because these are useful files that we'll need to resurrect at some point, but for now I need a release that I can use for Uproot tests.
Version 0.3.1
Several more test files (from uproot) added.
Version 0.3.0
Several test files (from uproot) added.
Version 0.2.0
- Use
import_resoucesto access data more reliably - Fix YAML loading safety issues
- Use src layout
- Use setup.cfg and drop custom version/readme code
- Use PEP 517 builds if available
- Generate version from git tags, include in sdist/wheels
- Remove test / pytest runners from setup.py
- Loading Config file api uses class method instead of magic global
- Use GitHub Actions to make releases - universal wheel only
Version 0.2.0 Release Candidate 4
Fixing the attached metadata
Version 0.2.0 RC 3
Working on GHA tag build and release.
Version 0.2.0 RC 2
Trying a second release test with GHA this time.
0.2.0 Release Candidate 1
- Use
import_resoucesto access data more reliably - Fix YAML loading safety issues
- Use src layout
- Use setup.cfg and drop custom version/readme code
- Use PEP 517 builds if available
- Generate version from git tags, include in sdist/wheels
- Remove test / pytest runners from setup.py
- Loading Config file api uses class method instead of magic global
v0.1.3
Fix issue with remote data sets for non-user or non-linux systems
v0.1.2
Simplification of version number setting.