pyerrors/.github
Fabian Joswig b28c2f0b6f
[Fix] Migrate to odrpack because of scipy.odr deprecation (#279)
* [Fix] Migrate to odrpack because of scipy.odr deprecation in recent
release

* [Fix] Fix behaviour for rank deficient fits. Add test

* [Fix] Relax test_merge_obs tolerance to machine epsilon and update ODR docstring to reference odrpack

* [ci] Re-add -Werror to pytest workflow

* [Fix] Handle platform-dependent rank-deficient warning in ODR tests

* [Fix] Improve rank-deficient detection and bump odrpack to >=0.5

Fix incorrect ODRPACK95 info code parsing: rank deficiency is encoded
in the tens digit (info // 10 % 10), not the hundreds digit. Add
irank and inv_condnum to the warning message for diagnostics.
2026-04-19 19:50:36 +02:00
..
ISSUE_TEMPLATE build: bug report default title changed again. 2023-03-11 21:38:29 +00:00
workflows [Fix] Migrate to odrpack because of scipy.odr deprecation (#279) 2026-04-19 19:50:36 +02:00
CODEOWNERS Feat/read sfcf multi (#210) 2023-10-20 19:22:55 +02:00