Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.4.1 release #237

Merged
merged 17 commits into from
Feb 2, 2023
Merged

Version 1.4.1 release #237

merged 17 commits into from
Feb 2, 2023

Conversation

w-k-jones
Copy link
Member

@w-k-jones w-k-jones commented Feb 2, 2023

Changes in this version:

Version 1.4.1:

Bug fixes

  • Fixed a bug with predictive tracking that would duplicate column names if the input dataset has coordinates x and/or y #217
  • Set extrapolate parameter to 0 in example notebooks to prevent not implemented error #217

Documentation

  • Regenerated example notebooks so that they are up to date for the present version #233
  • Have you followed our guidelines in CONTRIBUTING.md?
  • Have you self-reviewed your code and corrected any misspellings?
  • Have you written documentation that is easy to understand?
  • Have you written descriptive commit messages?
  • Have you added NumPy docstrings for newly added functions?
  • Have you formatted your code using black?
  • If you have introduced a new functionality, have you added adequate unit tests?
  • Have all tests passed in your local clone?
  • If you have introduced a new functionality, have you added an example notebook?
  • Have you kept your pull request small and limited so that it is easy to review?
  • Have the newest changes from this branch been merged?

@w-k-jones w-k-jones self-assigned this Feb 2, 2023
@freemansw1
Copy link
Member

I'm happy for this to be merged when tests pass!

@freemansw1 freemansw1 mentioned this pull request Feb 2, 2023
9 tasks
@codecov
Copy link

codecov bot commented Feb 2, 2023

Codecov Report

Base: 39.22% // Head: 39.25% // Increases project coverage by +0.02% 🎉

Coverage data is based on head (3fefe10) compared to base (49c4c27).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #237      +/-   ##
==========================================
+ Coverage   39.22%   39.25%   +0.02%     
==========================================
  Files          11       11              
  Lines        2246     2247       +1     
==========================================
+ Hits          881      882       +1     
  Misses       1365     1365              
Flag Coverage Δ
unittests 39.25% <100.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
tobac/__init__.py 92.30% <100.00%> (ø)
tobac/tracking.py 65.45% <100.00%> (+0.31%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@w-k-jones w-k-jones merged commit 09b176b into main Feb 2, 2023
@w-k-jones w-k-jones deleted the hotfix branch February 2, 2023 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants