talmolab / sleap

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

Bump to 1.3.2 #1482

Closed roomrys closed 1 year ago

roomrys commented 1 year ago

Description

This PR bumps the SLEAP version to 1.3.2. This branch is also used to test the conda package build before the official release.

Types of changes

Does this address any currently open issues?

[list open issues here]

Outside contributors checklist

Thank you for contributing to SLEAP!

:heart:

Summary by CodeRabbit

Release Notes for Pull Request:

codecov[bot] commented 1 year ago

Codecov Report

Merging #1482 (abebf70) into develop (e424501) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff            @@
##           develop    #1482   +/-   ##
========================================
  Coverage    73.12%   73.12%           
========================================
  Files          134      134           
  Lines        23953    23956    +3     
========================================
+ Hits         17515    17518    +3     
  Misses        6438     6438           
Files Changed Coverage Δ
sleap/util.py 92.51% <100.00%> (+0.15%) :arrow_up:
sleap/version.py 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

coderabbitai[bot] commented 1 year ago

Walkthrough

This pull request primarily focuses on updating the version number from 1.3.1 to 1.3.2 across various files, including documentation, configuration files, and source code. Additionally, it introduces a compatibility change in sleap/util.py to support older versions of Python.

Changes

File(s) Summary
.conda/meta.yaml, .conda_mac/meta.yaml Build numbers updated in configuration files.
.github/ISSUE_TEMPLATE/bug_report.md, docs/conf.py, docs/installation.md, sleap/version.py Version number updated from 1.3.1 to 1.3.2.
sleap/util.py Import statement updated for compatibility with older Python versions.

🐇🎉

"In the land of code where the shadows lie,

We update, we change, under the cloudless sky.

From one-three-one to one-three-two,

A minor shift, but important too.

For every version tells a tale,

Of bugs squashed and efforts hail.

So here's to progress, step by step,

In the codebase's rhythmic pep." 🥂🎈

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.