Closed roomrys closed 1 year ago
Merging #1482 (abebf70) into develop (e424501) will increase coverage by
0.00%
. The diff coverage is100.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
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.
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." 🥂🎈
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:
.conda/meta.yaml
and.conda_mac/meta.yaml
..github/ISSUE_TEMPLATE/bug_report.md
,docs/conf.py
, anddocs/installation.md
to reflect the new release "SLEAP v1.3.2".sleap/util.py
by modifying the import statement for thefiles
module.sleap/version.py
to "1.3.2".