Skip to content

Tags: talmolab/sleap

Tags

v1.6.0a3

Toggle v1.6.0a3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to v1.6.0a3, sleap-nn to 0.1.0a4 (#2580)

- Update SLEAP version from 1.6.0a2 to 1.6.0a3
- Bump sleap-nn minimum from 0.1.0a3 to 0.1.0a4
- sleap-io minimum remains at 0.6.3 (already updated in #2573)
- Update all version references in installation docs

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>

v1.6.0a2

Toggle v1.6.0a2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 1.6.0a2 (#2570)

Updates version and documentation for the v1.6.0a2 pre-release:
- sleap: 1.6.0a1 -> 1.6.0a2
- sleap-io: 0.6.1 -> 0.6.2
- sleap-nn: 0.1.0a1 -> 0.1.0a2

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>

v1.6.0a1

Toggle v1.6.0a1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 1.6.0a1 (#2561)

* Bump version to 1.6.0a1

- Update __version__ to 1.6.0a1
- Bump sleap-nn minimum to >=0.1.0a1
- sleap-io minimum already at >=0.6.1

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Fix lint errors (line length, unused imports)

- Break long line in video.py:617
- Remove unused pytest imports in test_qc.py and test_config.py
- Break long line in test_detector.py:200

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Apply ruff format to QC module files

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>

v1.6.0a0

Toggle v1.6.0a0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add pre-release installation documentation (#2548)

- Add "Pre-release Versions" section with install commands for alpha/beta/RC
- Add navigation link "Test new features before release"
- Add "Install Latest Pre-release" with --prerelease allow flag
- Add "Install a Specific Version" for version pinning
- Add "Pin Dependency Versions" with --with flag for sleap-io/sleap-nn
- Add version compatibility table (SLEAP, sleap-io, sleap-nn)
- Add "Rollback to Stable" instructions
- Add CUDA 13.0 support documentation
- Update "Update to latest version" to clarify "stable" version
- Add "Check installed version" with sleap doctor command

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 1.5.2 and update dependencies (#2451)

- Bump package version to 1.5.2
- Update minimum sleap-io version to 0.5.7
- Update minimum sleap-nn version to 0.0.4
- Add --python 3.13 flag to uv tool install commands to prevent Python 3.14 issues
- Consolidate repetitive installation documentation (reduce by 55 lines)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 1.5.1 (#2398)

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Migrate to `mkdocs` for sleap documentation (#2367)

* Modify mkdocs.yml and docs.yml

* Change docs to mkdocs

* Change docs workflow to uv

* Remove path filters

* Fix docs.yml

* Fix docs.yml

* Add branches

* Run with uv

* Fix links

* Fix redirect links

* Fix docs sleap.ai links

* Add API references

* Modify CLI docs

* Modify colab to use sleap-nn and sleap-io

* change: uv installation integration

* change: remove unnecessary warning

* change: comment out conda related setup

* change: remove conda setup steps & replace w/ uv

* fix: add tip to copy entire instance

* fix: additional reminder for pip installation

* fix: add help flag shortcut to train/track

* fix: include yaml config format

* change: add `uv run` reminder & remove deprecated sleap-render args

* Update guides and learnings

* change: update features to include nn and io & uv quick install

* fix: remove deprecated CLI feature desc. from sleap-inspect

* fix: ruff error

* Add note to point to sleap-nn cli

* Update training notebooks

* change: update uv installation instructions for uv tool install/uvx/uv sync

* fix: change quick install to quick start and use uvx

* Add what's new section

* change: typos and moving around info boxes

* change: uv installation steps revamp (platform-specific/installation verification

* Update model evaluation notebook

* fix: reformat tip about uv pip

* fix: highlight use of YAML config

* fix: highlight that uvx is only invocation, not installation

---------

Co-authored-by: AmickL <amickl29@yahoo.com>
Co-authored-by: AmickL <107519741+alicup29@users.noreply.github.com>
Co-authored-by: Talmo Pereira <talmo@salk.edu>

v1.4.1

Toggle v1.4.1's commit message

v1.3.4

Toggle v1.3.4's commit message
Do not build conda packages on release

Already built and tested

v1.4.1a2

Toggle v1.4.1a2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updated trail length viewing options (#1822)

* updated trail length optptions

* Updated trail length options in the view menu

* Updated `prefs` to include length info from `preferences.yaml`

* Added trail length as method of `MainWindow`

* Updated trail length documentation

* black formatting

---------

Co-authored-by: Keya Loding <keya@Keyas-MacBook-Air.local>