talmolab / sleap

A deep learning framework for multi-animal pose tracking.
https://sleap.ai
Other
435 stars 97 forks source link

Brown bag bump to 1.3.3 #1484

Closed roomrys closed 1 year ago

roomrys commented 1 year ago

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?

Outside contributors checklist

Thank you for contributing to SLEAP!

:heart:

Summary by CodeRabbit

coderabbitai[bot] commented 1 year ago

Walkthrough

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.

Changes

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, version 1.3.3!" 🥕🎉

Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - Mention `@coderabbitai` in any *review comment* for bot assistance. - Note: Review comments are made on code diffs or files, not on the PR overview. ### Pause Incremental Reviews - Insert `@coderabbitai: ignore` in the PR description to halt the bot's ongoing reviews. Remove the line to resume.
codecov[bot] commented 1 year ago

Codecov Report

Merging #1484 (8a0a6af) into develop (734283a) will decrease coverage by 0.02%. Report is 11 commits behind head on develop. The diff coverage is 58.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