Commit graph

2,538 commits

Author SHA1 Message Date
fjosw
4476448715 Documentation updated 2025-10-19 11:00:15 +00:00
fjosw
0fc0a377a7 Merge branch 'develop' into documentation 2025-10-19 10:59:33 +00:00
Fabian Joswig
85ae9d7563
[chore] Remove support for python 3.9 and bump python versions in runners (#273) 2025-10-19 12:59:20 +02:00
Fabian Joswig
a600a69bb9
[ci] Add python 3.14 runners for pytest workflow (#270)
* [ci] Add python 3.14 runners for pytest workflow

* [ci] Deactivate -Werror option in pytest workflow to fix python 3.14
runner

* [ci] Run tests with Werror for all python versions but for 3.14
2025-10-19 12:44:06 +02:00
fjosw
2da5d8d615 Documentation updated 2025-10-19 10:33:47 +00:00
fjosw
ff7391b447 Merge branch 'develop' into documentation 2025-10-19 10:33:12 +00:00
Fabian Joswig
4c4173c461 [chore] Bump version to 2.16.0-dev 2025-10-19 12:32:52 +02:00
fjosw
bf42e0e2b3 Documentation updated 2025-10-19 10:30:53 +00:00
fjosw
3c1d1d188d Merge branch 'develop' into documentation 2025-10-19 10:30:15 +00:00
Fabian Joswig
6c7daac44b Merge branch 'develop' v2.15.1 2025-10-19 12:30:10 +02:00
Fabian Joswig
1d031d0eab [chore] Bump version and update changelog 2025-10-19 12:29:45 +02:00
fjosw
1eb6305597 Documentation updated 2025-10-19 10:29:24 +00:00
fjosw
5de3c89700 Merge branch 'develop' into documentation 2025-10-19 10:28:50 +00:00
Ruaidhrí
e0bfcabc0c
pyerrors/correlators.py: Allowing for None values in pe.Corr.prune (#272)
* pyerrors/correlators.py: Allowing for None values in pe.Corr.prune

Closes: fjosw#271

* wip

* test/correlators_test.py: Adding test for updated prune method.

Closes #271
2025-10-19 12:28:36 +02:00
fjosw
df1e840f25 Documentation updated 2025-10-10 15:39:05 +00:00
fjosw
9b1a2188c9 Merge branch 'develop' into documentation 2025-10-10 15:38:27 +00:00
Fabian Joswig
3e955d4976 [chore] Bump version to 2.16.0-dev 2025-10-10 17:38:02 +02:00
fjosw
a4ae081101 Documentation updated 2025-10-10 15:35:13 +00:00
fjosw
c3873d27d2 Merge branch 'develop' into documentation 2025-10-10 15:34:40 +00:00
Fabian Joswig
dbe5912ca3 Merge branch 'develop' v2.15.0 2025-10-10 17:34:35 +02:00
Fabian Joswig
5bcbe5c2ff [chore] Bump version and update Changelog 2025-10-10 17:34:18 +02:00
Fabian Joswig
cf36d17a00 [CI] Ignore sinc test failure 2025-10-10 17:31:14 +02:00
Fabian Joswig
6521e16901 [CI] Ignore sinc test failure 2025-10-10 17:30:00 +02:00
fjosw
594638fdef Documentation updated 2025-10-09 11:14:59 +00:00
fjosw
ed158d17f5 Merge branch 'develop' into documentation 2025-10-09 11:14:27 +00:00
s-kuberski
68e4633ae0
[Feat] Number of fit parameters can be explicitly passed to the fit functions (#269) 2025-10-09 13:14:17 +02:00
fjosw
2d84a2871c Documentation updated 2025-05-05 15:10:31 +00:00
fjosw
df330e19b6 Merge branch 'develop' into documentation 2025-05-05 15:09:56 +00:00
Fabian Joswig
d6e6a435a8
[ci] Re-enable fail on warning for pytest pipeline. (#265)
* [ci] Re-enable fail on warning for pytest pipeline.

* [Fix] Use sqlite3 context managers in pandas module.

* [Fix] Add closing context.
2025-05-05 17:09:40 +02:00
Alexander Puck Neuwirth
8183ee2ef4
setup.py: Drop deprecated license classifiers (#264)
Closes: #263
2025-05-05 10:52:22 +02:00
JanNeuendorf
dcb95265ac
Fixed index in GEVP example (#261)
Co-authored-by: Fabian Joswig <fjosw@users.noreply.github.com>
2025-04-22 10:26:20 +02:00
fjosw
008179b12f Documentation updated 2025-04-22 08:20:12 +00:00
fjosw
bd25caecc4 Merge branch 'develop' into documentation 2025-04-22 08:19:30 +00:00
s-kuberski
934a61e124
[Fix] removed unnecessary lines that raised the flake8 error code F824 (#262)
Co-authored-by: Simon Kuberski <simon.kuberski@cern.ch>
2025-04-22 10:19:14 +02:00
fjosw
472d02fe5f Documentation updated 2025-03-09 11:38:52 +00:00
fjosw
36f359ba45 Merge branch 'develop' into documentation 2025-03-09 11:38:23 +00:00
Fabian Joswig
3c36ab08c8 [Version] Bump version to 2.15.0-dev 2025-03-09 12:37:42 +01:00
fjosw
0c736cbef9 Documentation updated 2025-03-09 11:36:34 +00:00
fjosw
8d57f27df4 Merge branch 'develop' into documentation 2025-03-09 11:36:02 +00:00
Fabian Joswig
b2847a1f80 [Release] Bump version to 2.14.0 and update CHANGELOG v2.14.0 2025-03-09 12:35:29 +01:00
fjosw
8f13d14131 Documentation updated 2025-02-25 15:59:32 +00:00
fjosw
752b82f48b Merge branch 'develop' into documentation 2025-02-25 15:58:59 +00:00
s-kuberski
17792418ed
[Fix] Removed the possibility to create an Obs from data on several replica (#258)
* [Fix] Removed the possibility to create an Obs from data on several replica

* [Fix] extended tests and corrected a small bug in the previous commit

---------

Co-authored-by: Simon Kuberski <simon.kuberski@cern.ch>
2025-02-25 16:58:44 +01:00
Fabian Joswig
dd4f8525f7
[CI] Add ARM runner and bump macos runner python version to 3.12 (#260) 2025-02-19 18:23:56 +01:00
fjosw
3585775d30 Documentation updated 2025-02-19 17:16:41 +00:00
fjosw
4b34424c65 Merge branch 'develop' into documentation 2025-02-19 17:16:11 +00:00
s-kuberski
5f5438b563
[Feat] Introduce checks of the provided inverse matrix for correlated fits (#259)
Co-authored-by: Simon Kuberski <simon.kuberski@cern.ch>
2025-02-19 18:15:55 +01:00
fjosw
101e14289e Documentation updated 2025-02-13 18:44:44 +00:00
fjosw
ac80e1e789 Merge branch 'develop' into documentation 2025-02-13 18:44:15 +00:00
s-kuberski
6ed6ce6113
[fix] Corrected an error message (#257)
Co-authored-by: Simon Kuberski <simon.kuberski@cern.ch>
2025-02-13 19:43:56 +01:00