Releases: talmolab/sleap-io
Releases · talmolab/sleap-io
sleap-io v0.0.6
sleap-io v0.0.5
sleap-io v0.0.4
What's Changed
- Fix build by including readme correctly in pyproject.toml by @talmo in #34
- Add Labels.find and Labels.video by @talmo in #35
Full Changelog: v0.0.3...v0.0.4
sleap-io v0.0.3
What's Changed
- Update CI by @talmo in #32
- Switch to using
pyproject.toml
alone instead ofsetup.cfg
. - Remove
mypy
type enforcement -- this is too strict for a library intended to be this flexible. - Use micromamba in GitHub Actions workflow instead of miniconda
- Switch to using
- Video backends by @talmo in #31
- This PR implements the core video backends for media files, HDF5 and embedded images.
- Bump version by @talmo in #33
Full Changelog: v0.0.2...v0.0.3
sleap-io v0.0.2
What's Changed
- Fix version and readme badge by @talmo in #19
- Add NWB support III - provenance writing by @h-mayorquin in #17
- Propagated extracted backend dict to video object by @h-mayorquin in #18
- Change equality semantics for Points and Instances by @quantumdot in #21
- Metadata not correctly propagated to nwb bug by @h-mayorquin in #23
- Add LabelStudio project support by @quantumdot in #26
- Add propagation of start time when writing nwbfile by @h-mayorquin in #29
- Refactoring pre v0.0.2 by @talmo in #27
- High-level API cleaned up to
load_nwb
,save_nwb
,load_labelstudio
,save_labelstudio
- Basic NWB loading support
- Add Label Studio functionality for inferring nodes.
- High-level API cleaned up to
New Contributors
- @quantumdot made their first contribution in #21
Full Changelog: v0.0.1...v0.0.2
sleap-io v0.0.1
Initial stable release of the package.
What's Changed
- Initial setup by @talmo in #1
- Docstring linting and contributor guide by @talmo in #4
- Create sleap-io structures by @davidasamy in #2
- Read SLP files by @davidasamy in #3
- Initial refactor by @talmo in #5
- Performance fixes by @talmo in #6
- Added dunder
__repr__
to labels object by @h-mayorquin in #8 - Add fix for PR CI and add a test by @talmo in #9
- Add write utilities by @roomrys in #11
- Add nwb support I by @h-mayorquin in #12
- Add Labels.numpy and organize fixtures by @roomrys in #13
- Add NWB support II by @h-mayorquin in #15
- Add tests and functionality for loading provenance data by @h-mayorquin in #14
- Build workflow by @talmo in #16
New Contributors
- @talmo made their first contribution in #1
- @davidasamy made their first contribution in #2
- @h-mayorquin made their first contribution in #8
- @roomrys made their first contribution in #11
Full Changelog: https://github.com/talmolab/sleap-io/commits/v0.0.1