Releases: Fluorescence-Tools/LabelLib
Releases · Fluorescence-Tools/LabelLib
1.0.0
LabelLib 1.0.0
This release marks the transition from calendar-style versioning to standard semantic versioning for a stable software line.
To keep package ordering correct versus historical 2020.x releases, the distributed package version uses a PEP 440 epoch (1!1.0.0).
Highlights
- CI/CD migrated to GitHub Actions (wheels + conda + publish flows)
- Publishing flow split: dev to TestPyPI and conda dev label; main release to PyPI and untagged conda
- Added array-oriented _arr API paths with NumPy shape validation
- Expanded Python and C++ tests
- Documentation and README improvements, including IMP, IMP.bff, and Labelizer references
- GitHub release now attaches wheel and conda artifacts
2020.10.05
Build & deploy windows wheels to PyPi via TravisCI
2019.10.23
This minor release that improves LabelLib by addressing the following issues.
- Function that calculates for a given Grid3D a list of cartesian points (#10)