-
Notifications
You must be signed in to change notification settings - Fork 61
Merge RC_v1.6.x into main for v1.6.1 release
#519
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
Conversation
w-k-jones
commented
Jul 17, 2025
- 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?
Update `RC_v1.6.x` with changes from `main`
Fix issue with `field_and_features_over_time` in case of dataframe with no 0 index value
Merge changes from `main` into `RC_v1.6.x`
Update version number, notebooks and changelog for v1.6.1 release
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #519 +/- ##
==========================================
- Coverage 63.61% 63.55% -0.07%
==========================================
Files 27 27
Lines 3851 3844 -7
==========================================
- Hits 2450 2443 -7
Misses 1401 1401
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Linting results by Pylint:Your code has been rated at 8.31/10 (previous run: 8.31/10, +0.00) |