lmfit
uncertainties
BlogDocsChangelog

Merge Main into Master

#333
Comparing
main
(
2c30134
) with
master
(
f1b7e4f
)
CodSpeed Performance Gauge
0%
Untouched
5

Benchmarks

Passed

test_repeated_summation_speed[10]
tests/test_performance.py
CodSpeed Performance Gauge
+1%
397.3 µs394.8 µs
test_repeated_summation_speed[100000]
tests/test_performance.py
CodSpeed Performance Gauge
0%
2.8 s2.8 s
test_repeated_summation_speed[1000]
tests/test_performance.py
CodSpeed Performance Gauge
0%
26.8 ms26.7 ms
test_repeated_summation_speed[10000]
tests/test_performance.py
CodSpeed Performance Gauge
0%
272.6 ms271.3 ms
test_repeated_summation_speed[100]
tests/test_performance.py
CodSpeed Performance Gauge
0%
2.8 ms2.8 ms

Commits

Click on a commit to change the comparison range
Base
master
53ac376
+0.09%
include 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 file
f8bfcfe
7 months ago
by jagerber48
-1.11%
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.
c3d5bb3
7 months ago
by jagerber48
+1.45%
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`.
782b8e9
7 months ago
by jagerber48
-0.67%
Merge branch 'master'
09a809c
7 months ago
by jagerber48
+0.95%
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 file
e7407cb
7 months ago
by jagerber48
-0.81%
Merge branch 'master'
f8e3e6e
6 months ago
by jagerber48
+0.14%
Merge branch 'master'
3d4dc4a
6 months ago
by jagerber48
+0.96%
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 file
a03da0d
6 months ago
by jagerber48
-1.08%
array
99c9e33
6 months ago
by jagerber48
+0.54%
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.
b175125
6 months ago
by jagerber48
+0.17%
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.
53ac376
6 months ago
by jagerber48
-0.83%
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.
2c30134
5 months ago
by jagerber48
© 2025 CodSpeed Technology
Home Terms Privacy Docs