Skip to content

Releases: Fluorescence-Tools/LabelLib

1.0.0

Choose a tag to compare

@tpeulen tpeulen released this 25 Apr 14:59

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

Choose a tag to compare

@mdimura mdimura released this 30 Oct 18:33
Build & deploy windows wheels to PyPi via TravisCI

2019.10.23

Choose a tag to compare

@tpeulen tpeulen released this 24 Oct 00:57

This minor release that improves LabelLib by addressing the following issues.

  • Function that calculates for a given Grid3D a list of cartesian points (#10)

2018.12.12

Choose a tag to compare

@mdimura mdimura released this 12 Dec 19:17

Addressed issues

  • Added Documentation and examples (#1)
  • Fixed compile issues on macOS (#2)
  • Tested using Continuous integration (#3)
  • Fixed build issues (#5)
  • Fixed naming version issues in pypi (#6)
  • Switch from LGPL to less copyleft MP (#7)