8000 Tags · talmolab/sleap · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: talmolab/sleap

Tags

v1.2.0

Toggle v1.2.0's commit message
Merge branch 'main' into develop

v1.2.0a6

Toggle v1.2.0a6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Build using tensorflow 2.6.3 (#660)

v1.2.0a5

Toggle v1.2.0a5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix dependencies (#656)

* Pin certifi and qimage2ndarray

* Bump to v1.2.0a5

v1.2.0a4

Toggle v1.2.0a4's commit message
Bump alpha version for hotfix

v1.2.0a3

Toggle v1.2.0a3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix CD builds (#653)

* Pin build versions and add conda-forge to sources

v1.2.0a2

Toggle v1.2.0a2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add cuda-nvcc (#623)

* Add cuda nvcc to the requirements and build pipeline
- Enables system-specific optimizations
* Pin nvcc version and add channel to build command
* Bump pre-release version and remove manual build filter

v1.2.0a1

Toggle v1.2.0a1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Talmo/tf26 (#617)

* More permissive tensorflow pip version requirement
- Allows for >= 2.6.2
- Pins wheel version for packaging

* Bump prerelease version

Co-authored-by: Talmo Pereira <talmo@salk.edu>

v1.2.0a0

Toggle v1.2.0a0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to TensorFlow 2.7 (#609)

v1.1.5

Toggle v1.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.1.5 (#577)

* Set Twine version to fix pypi uploads on build

- twine v3.4.x and greater seems to have issues with our build system since we have an older version of `importlib_metadata`

* Revert changes from merge into main

* Bump version to 1.1.3

* Update docs

* fix code samples in documentation (#535)

The code samples to render properly have to be valid rst literal blocks (https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#literal-blocks). The most affected are multi-line code samples that are joined to a singe line, see https://sleap.ai/api/sleap.io.dataset.html.

* Minor typo fixed (#538)

* Add CLI options for specifying the GPU when training (#547)

* Add GPU specification to training CLI
* Update CLI docs
* Set linter version

* Minor QOL update (#562)

* Add score metadata to the exported HDF5 analysis files

* Fix and add test for labels.numpy()

* Add some tweaks and docs to video rendering

* Add model describer to sleap-inspect CLI

* Minor logging

* CLI tweak

* Tweak visual indicator of not-visible points

* Color untracked instances consistently

* Track removal utilities
- Add menu option: Tracks -> Delete All Tracks
- Add Labels.remove_all_tracks() method
- Tests

* Try adding token to codecov action

* Pin black formatter version and relint

* Bump minor version

* Update minor version in docs

* Disable verbose coverage uploading

* Update codecov badge branch

* Empty instance fixes (#569)

* Fix augmentation with no instances

* Add Labels.copy

* Add empty instance removal methods

* Add empty instance removal in provider constructor

* Fix augmentation test

* Properly ignore empty instances and frames in DLC import

* Fix test

* Lint

* Small GUI fixes (#570)

* Increase range for number of instances to cull

* Add background box to missing nodes for improved visibility

* Lint

* Fix predicted instance coloring order

* Add node label font size configuration

* Fix single instance predictor not using peak threshold param (#571)

* Skeleton merge conflicts (#572)

* Fix video repr when shape data not available

* Merge incompletely matching skeletons into union of nodes

* Add a little extra padding when filling in missing points

* Add automatic call to _fix_array() when accessing or setting nodes

* Add node data merging

* Add test for predicted instance data merge

* Add node merging
- Will update base node with merge node when renaming from GUI

* Lint

* Fix broken tests

* Labels.split() (#574)

* Add labels.split() utility

* Lint

* High level load metrics (#573)

- Add `sleap.load_metrics()`
- Example notebook

* Pre-1.1.5 updates
- Remove version from some places
- Add open in colab button in model eval notebook
- Update installation doc
- Add a general Help page
- Add some deep links to the CLI sections

* Update readme with help links

Co-authored-by: Matěj Šmíd <m@matejsmid.cz>
Co-authored-by: Darío Hereñú <magallania@gmail.com>

v1.1.4

Toggle v1.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update codecov badge branch

0