Commits
Click on a commit to change the comparison rangeinclude main in CI (#313)
- [ ] 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 file7 months ago
by jagerber48 Remove deprecated functions (#309)
- [ ] 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.7 months ago
by jagerber48 No equality with float (#314)
- [ ] 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`.7 months ago
by jagerber48 Merge branch 'master'7 months ago
by jagerber48 Remove zero special handling (#317)
- [ ] 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 file7 months ago
by jagerber48 Merge branch 'master'6 months ago
by jagerber48 Merge branch 'master'6 months ago
by jagerber48 Remove matrix support (#325)
- [ ] 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 file6 months ago
by jagerber48 array6 months ago
by jagerber48 No negative std dev exception (#326)
- [ ] 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.6 months ago
by jagerber48 Remove matrix (#334)
- [ ] 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.6 months ago
by jagerber48 Remove zero std dev tests (#335)
- [ ] 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.5 months ago
by jagerber48