Closed roomrys closed 1 year ago
This pull request primarily focuses on updating the version of the sleap
package across various files from older versions to 1.3.3
or >=1.3.3
. It also includes changes in TensorFlow dependencies for different platforms in the requirements file.
File(s) | Summary |
---|---|
.github/ISSUE_TEMPLATE/bug_report.md , docs/conf.py , sleap/version.py |
Updated the software version number from 1.3.2 to 1.3.3 . |
docs/installation.md , pypi_requirements.txt |
Updated the sleap package version and TensorFlow dependencies for different platforms. |
docs/notebooks/*.ipynb |
Changed the pip installation command for the sleap package to ensure at least version 1.3.3 is installed. |
🐇💻
"In the land of code, where the shadows lie,
A rabbit hops, under the cloudless sky.
With each leap forward, a version anew,
Bugs squashed, features polished, for me and you.
So raise your carrots, high and free,
Here's to
sleap
, version1.3.3
!" 🥕🎉
Merging #1484 (8a0a6af) into develop (734283a) will decrease coverage by
0.02%
. Report is 11 commits behind head on develop. The diff coverage is58.33%
.:exclamation: Current head 8a0a6af differs from pull request most recent head 30c93b3. Consider uploading reports for the commit 30c93b3 to get more accurate results
@@ Coverage Diff @@
## develop #1484 +/- ##
===========================================
- Coverage 73.12% 73.11% -0.02%
===========================================
Files 134 134
Lines 23956 23963 +7
===========================================
+ Hits 17519 17521 +2
- Misses 6437 6442 +5
Files Changed | Coverage Δ | |
---|---|---|
sleap/gui/overlays/base.py | 57.64% <54.54%> (-1.33%) |
:arrow_down: |
sleap/version.py | 100.00% <100.00%> (ø) |
... and 1 file with indirect coverage changes
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Description
This is a brown-bag release of 1.3.3 after testing the wheel in colab https://colab.research.google.com/drive/1L0cW_uG-Qv3qy30jTXBB8fsuiXzeQTAq?usp=sharing
Types of changes
Does this address any currently open issues?
1483
1485
Outside contributors checklist
Thank you for contributing to SLEAP!
:heart:
Summary by CodeRabbit
pypi_requirements.txt
to ensure compatibility with the latest versions of other dependencies.docs/installation.md
to reflect the new SLEAP version.