Conversation
- [ ] Closes # (insert issue number) - [ ] Executed `pre-commit run --all-files` with no errors - [ ] The change is fully covered by automated unit tests - [ ] Documented in docs/ as appropriate - [ ] Added an entry to the CHANGES file
- [ ] Closes # (insert issue number) - [ ] Executed `pre-commit run --all-files` with no errors - [ ] The change is fully covered by automated unit tests - [ ] Documented in docs/ as appropriate - [ ] Added an entry to the CHANGES file NOTE!!!! This PR targets `main`, not `master`. This PR will be released in version `4.x` (likely `4.0.0`). This PR eliminates functions, methods, and their corresponding tests that were deprecated in version 3.2.3: https://github.com/lmfit/uncertainties/releases/tag/3.2.3.
- [ ] Closes # (insert issue number) - [ ] Executed `pre-commit run --all-files` with no errors - [ ] The change is fully covered by automated unit tests - [ ] Documented in docs/ as appropriate - [ ] Added an entry to the CHANGES file This PR targets `main`, not `master`.
- [ ] Closes # (insert issue number) - [ ] Executed `pre-commit run --all-files` with no errors - [ ] The change is fully covered by automated unit tests - [ ] Documented in docs/ as appropriate - [ ] Added an entry to the CHANGES file
- [ ] Closes # (insert issue number) - [ ] Executed `pre-commit run --all-files` with no errors - [ ] The change is fully covered by automated unit tests - [ ] Documented in docs/ as appropriate - [ ] Added an entry to the CHANGES file
- [ ] Closes # (insert issue number) - [ ] Executed `pre-commit run --all-files` with no errors - [ ] The change is fully covered by automated unit tests - [ ] Documented in docs/ as appropriate - [x] Added an entry to the CHANGES file Get rid of the custom `NegativeStdDev` exception. This exception case is covered by `ValueError`. i.e., the caller is passing in an invalid value for the `std_dev` input.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #333 +/- ##
==========================================
- Coverage 86.81% 86.75% -0.07%
==========================================
Files 18 18
Lines 1919 1706 -213
==========================================
- Hits 1666 1480 -186
+ Misses 253 226 -27
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:
|
CodSpeed Performance ReportMerging #333 will not alter performanceComparing 🎉 Hooray!
|
- [ ] Closes # (insert issue number) - [ ] Executed `pre-commit run --all-files` with no errors - [ ] The change is fully covered by automated unit tests - [ ] Documented in docs/ as appropriate - [ ] Added an entry to the CHANGES file This PR removes all usages of `np.matrix` from the source code and tests.
- [ ] Closes # (insert issue number) - [ ] Executed `pre-commit run --all-files` with no errors - [ ] The change is fully covered by automated unit tests - [ ] Documented in docs/ as appropriate - [ ] Added an entry to the CHANGES file Right now the tests raise many warnings about `std_dev=0` not being supported. I am eliminating the tests that raise those warnings.
pre-commit run --all-fileswith no errorsI created this PR so that the CI will run for the
mainbranch. Our plan is to release version4.0.0from themainbranch so there is actually not a technical need to mergemainintomaster. I would be happy with not doing so.