pyerrors/.github/workflows
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
..
binder.yml ci: binder workflow only runs for push to master. 2022-11-16 10:44:39 +00:00
docs.yml [chore] Remove support for python 3.9 and bump python versions in runners (#273) 2025-10-19 12:59:20 +02:00
examples.yml [CI] Speed up test workflow install phase by using uv (#254) 2025-01-10 09:36:05 +01:00
flake8.yml [chore] Remove support for python 3.9 and bump python versions in runners (#273) 2025-10-19 12:59:20 +02:00
pytest.yml [Fix] Migrate to odrpack because of scipy.odr deprecation (#279) 2026-04-19 19:50:36 +02:00
release.yml [Build] Release workflow added. (#244) 2024-11-03 16:57:20 +01:00
ruff.yml [ci] Add ruff workflow (#250) 2024-12-24 17:52:08 +01:00