Commit graph

  • 59ada8018a
    Merge 8c7cd5a74b into b180dff020 Fabian Joswig 2026-03-30 15:14:08 +01:00
  • a92ce0a733
    Merge 8b3b1f3c95 into b180dff020 Fabian Joswig 2026-03-30 15:20:20 +02:00
  • 66c0144145
    Merge 2ca24be5e3 into b180dff020 Fabian Joswig 2026-03-30 10:16:07 +02:00
  • 152cf8c958 Documentation updated documentation fjosw 2026-03-29 18:50:46 +00:00
  • 17c76adab1 Merge branch 'develop' into documentation fjosw 2026-03-29 18:50:12 +00:00
  • b180dff020 [chore] Bump version to v2.18.0-dev develop Fabian Joswig 2026-03-29 20:49:50 +02:00
  • 62f41d0d5f [release] Bump version to 2.17, append CHANGELOG v2.17.0 master Fabian Joswig 2026-03-29 20:48:23 +02:00
  • 23d2629801
    [CI] Run pytest workflows once per week (#280) Fabian Joswig 2026-03-29 20:43:59 +02:00
  • 8b3b1f3c95 [Fix] Improve rank-deficient detection and bump odrpack to >=0.5 fix_odr_deprecation Fabian Joswig 2026-03-29 20:41:19 +02:00
  • 92d5b59430 [Fix] Handle platform-dependent rank-deficient warning in ODR tests Fabian Joswig 2026-03-29 20:10:54 +02:00
  • 5084894ef9 [ci] Re-add -Werror to pytest workflow Fabian Joswig 2026-03-29 20:02:55 +02:00
  • 1689dc978c [Fix] Relax test_merge_obs tolerance to machine epsilon and update ODR docstring to reference odrpack Fabian Joswig 2026-03-29 20:01:48 +02:00
  • 6c2c5821e3
    Merge branch 'develop' into ci_weekly_run Fabian Joswig 2026-03-29 18:47:28 +02:00
  • 2ca24be5e3
    Merge branch 'develop' into feat/master-field-gamma-method feat/master-field-gamma-method Fabian Joswig 2026-03-29 18:47:19 +02:00
  • dac2ee6732 Documentation updated fjosw 2026-03-29 16:47:06 +00:00
  • 23d54f10f5
    Merge branch 'develop' into fix_odr_deprecation Fabian Joswig 2026-03-29 18:46:32 +02:00
  • cff0b8ee1e Merge branch 'develop' into documentation fjosw 2026-03-29 16:46:30 +00:00
  • 682d23604d
    [Fix] Pandas 3 string type changes (#278) Fabian Joswig 2026-03-29 18:46:15 +02:00
  • 370eb1c148 [Fix] Avoid skipping NA-to-None conversion and guard auto_gamma against None lists fix_pandas_3 Fabian Joswig 2026-03-29 18:30:08 +02:00
  • cd3739ee64 [Fix] Address edge cases in _deserialize_df and add string dtype tests Fabian Joswig 2026-03-29 18:12:21 +02:00
  • 3845a86b9f [Feat] Add master_field_gamma_method stub to Corr class Fabian Joswig 2026-03-29 12:06:39 +02:00
  • 69a33c80c1 [Fix] Address edge cases in _deserialize_df Fabian Joswig 2026-02-19 16:11:47 +01:00
  • 18a70fad53 [Fix] Fix behaviour for rank deficient fits. Add test Fabian Joswig 2026-02-19 07:34:05 +01:00
  • d495814031 [CI] Run pytest workflows once per week Fabian Joswig 2026-02-03 18:15:14 +01:00
  • 46d32683d3 [Fix] Migrate to odrpack because of scipy.odr deprecation in recent release Fabian Joswig 2026-02-03 15:31:52 +01:00
  • 7741f8f292 [ci] Temporarily remove WError because of scipy deprecation Fabian Joswig 2026-02-03 18:10:24 +01:00
  • 9b01f8007b [Fix] Pandas 3 string type handling Fabian Joswig 2026-02-03 15:39:43 +01:00
  • 8811f01fb8 Documentation updated fjosw 2025-11-25 11:57:51 +00:00
  • 40f4bfd46c Merge branch 'develop' into documentation fjosw 2025-11-25 11:57:18 +00:00
  • da399b7c02
    Fix/check append rep (#277) Justus Kuhlmann 2025-11-25 12:57:03 +01:00
  • 2441bb45a3 lint II Justus Kuhlmann 2025-11-10 08:26:01 +00:00
  • 4f099fb4a9 lint Justus Kuhlmann 2025-11-10 08:24:37 +00:00
  • 4f63bc4f4c hotfix: fix bug in append start read implementation Justus Kuhlmann 2025-11-10 08:11:15 +00:00
  • 042d6af48d add tests for irregular headers in append mode Justus Kuhlmann 2025-11-07 15:23:57 +00:00
  • 587f0f2585 add option that the headers of an append-mode file can have different format Justus Kuhlmann 2025-11-07 14:30:52 +00:00
  • 8ca9571859
    Merge 8d9a136cd8 into 1002dd0e51 Fabian Joswig 2025-11-04 10:22:47 +00:00
  • 8d9a136cd8 slight typechange in cov_Obs feat/typehints Justus Kuhlmann 2025-11-04 10:22:39 +00:00
  • 51b9d2fb11 undo signature change in linalg Justus Kuhlmann 2025-11-04 09:58:34 +00:00
  • 38df83344b small renaming for type consistency Justus Kuhlmann 2025-11-04 09:36:10 +00:00
  • 898551d3f9 rename some internal functions Justus Kuhlmann 2025-11-04 09:18:30 +00:00
  • c9cef8ff5f add some typecasts Justus Kuhlmann 2025-11-04 09:04:39 +00:00
  • e116e74257 undo import change Justus Kuhlmann 2025-11-04 09:03:53 +00:00
  • dd6a2dc6a4 cast epsilon tensors to int Justus Kuhlmann 2025-11-04 08:28:09 +00:00
  • dcf6a1f8ad being a bit more concrete with literals Justus Kuhlmann 2025-11-04 08:05:11 +00:00
  • 38692d2343 add typehints for bdio Justus Kuhlmann 2025-11-03 17:09:14 +00:00
  • 982789907c lint Justus Kuhlmann 2025-11-03 16:46:26 +00:00
  • 53192d31a9 typehints for hadron read functions Justus Kuhlmann 2025-11-03 16:43:44 +00:00
  • dddaaa4898 renameing in read_hd5 for less confisuion Justus Kuhlmann 2025-11-03 16:34:02 +00:00
  • fb7ba0cbc3 simplify r_start and r_stop in read_pbp Justus Kuhlmann 2025-11-03 16:17:57 +00:00
  • 4f8567a172 lint Justus Kuhlmann 2025-11-03 16:07:07 +00:00
  • 1e00caf3c1 small switch of lines Justus Kuhlmann 2025-11-03 16:04:59 +00:00
  • 4f09fc7d1f better steps from kwargs in read flow obs Justus Kuhlmann 2025-11-03 15:51:07 +00:00
  • e2649b3074 small renamings Justus Kuhlmann 2025-11-03 15:42:39 +00:00
  • 5bad13f91e simplify read_flow_obs names handling Justus Kuhlmann 2025-11-03 14:52:13 +00:00
  • eb94260116 allow all as tag Justus Kuhlmann 2025-11-03 14:37:10 +00:00
  • b8ee9eca5c lint Justus Kuhlmann 2025-11-03 14:28:25 +00:00
  • c822811e44 fix types for r_start and r_stop, also for postfix Justus Kuhlmann 2025-11-03 14:26:42 +00:00
  • 33be7c2ecb simplify internal method for read_rwms Justus Kuhlmann 2025-11-03 13:45:56 +00:00
  • 1a771226ac small type corrections Justus Kuhlmann 2025-11-03 13:42:35 +00:00
  • a4525bef31 correct typo Justus Kuhlmann 2025-11-03 11:24:46 +00:00
  • 54a8e022df
    Merge branch 'develop' into feat/typehints Justus Kuhlmann 2025-11-03 11:54:01 +01:00
  • b43f0e2fcc Documentation updated fjosw 2025-10-30 15:37:13 +00:00
  • 54d89a8663 Merge branch 'develop' into documentation fjosw 2025-10-30 15:36:32 +00:00
  • 1002dd0e51 [chore] Bump version to v2.17.0-dev Fabian Joswig 2025-10-30 16:36:09 +01:00
  • c8e94419a1 Documentation updated fjosw 2025-10-30 15:35:32 +00:00
  • eef4d6de16 Merge branch 'develop' into documentation fjosw 2025-10-30 15:34:50 +00:00
  • 4cdddf0a76 [chore] Bump version and changelog v2.16.0 Fabian Joswig 2025-10-30 16:34:05 +01:00
  • f8f63511ab Documentation updated fjosw 2025-10-30 15:27:44 +00:00
  • 252faf9683 Merge branch 'develop' into documentation fjosw 2025-10-30 15:27:07 +00:00
  • da0a4cc40a
    Feat/idl func (#275) Justus Kuhlmann 2025-10-30 16:26:52 +01:00
  • a5b746468b lint Justus Kuhlmann 2025-10-30 15:02:41 +00:00
  • e4b379fe7e add tests Justus Kuhlmann 2025-10-30 14:54:01 +00:00
  • 17664be4f1 clean up args Justus Kuhlmann 2025-10-30 14:53:23 +00:00
  • 7784002c79 Expose option to define function for idl by the user. Justus Kuhlmann 2025-10-30 12:09:00 +00:00
  • de4f741985 outsource function to get idl for append mode Justus Kuhlmann 2025-10-30 10:00:46 +00:00
  • befcf1afcc Documentation updated fjosw 2025-10-22 13:37:04 +00:00
  • d6f483eb1f Merge branch 'develop' into documentation fjosw 2025-10-22 13:36:19 +00:00
  • e0076ccea9
    [Fix] corrected expected_chisquare by adding the number of priors (#274) Pia Leonie Jones Petrak 2025-10-22 09:36:01 -04:00
  • ea4639f907 test/fits_test.py: dof and expected chisquare the same in uncorrelated fit w. prior to uncorrelated data PiaLJP 2025-10-21 17:49:59 +02:00
  • f682ad463f [Fix] corrected expected_chisquare by adding the number of priors PiaLJP 2025-10-20 17:34:41 +02:00
  • 4476448715 Documentation updated fjosw 2025-10-19 11:00:15 +00:00
  • 0fc0a377a7 Merge branch 'develop' into documentation fjosw 2025-10-19 10:59:33 +00:00
  • 85ae9d7563
    [chore] Remove support for python 3.9 and bump python versions in runners (#273) Fabian Joswig 2025-10-19 12:59:20 +02:00
  • 5ecd34a516 [chore] Remove support for python 3.9 and bump python versions in runners Fabian Joswig 2025-10-19 12:52:00 +02:00
  • a600a69bb9
    [ci] Add python 3.14 runners for pytest workflow (#270) Fabian Joswig 2025-10-19 12:44:06 +02:00
  • 7d0a760c1e [ci] Run tests with Werror for all python versions but for 3.14 Fabian Joswig 2025-10-19 12:37:07 +02:00
  • 2da5d8d615 Documentation updated fjosw 2025-10-19 10:33:47 +00:00
  • e48e276ac3 [ci] Deactivate -Werror option in pytest workflow to fix python 3.14 runner Fabian Joswig 2025-10-19 12:33:40 +02:00
  • ff7391b447 Merge branch 'develop' into documentation fjosw 2025-10-19 10:33:12 +00:00
  • 4c4173c461 [chore] Bump version to 2.16.0-dev Fabian Joswig 2025-10-19 12:32:52 +02:00
  • bf42e0e2b3 Documentation updated fjosw 2025-10-19 10:30:53 +00:00
  • 3c1d1d188d Merge branch 'develop' into documentation fjosw 2025-10-19 10:30:15 +00:00
  • 6c7daac44b Merge branch 'develop' v2.15.1 Fabian Joswig 2025-10-19 12:30:10 +02:00
  • 1d031d0eab [chore] Bump version and update changelog Fabian Joswig 2025-10-19 12:29:45 +02:00
  • 1eb6305597 Documentation updated fjosw 2025-10-19 10:29:24 +00:00
  • 5de3c89700 Merge branch 'develop' into documentation fjosw 2025-10-19 10:28:50 +00:00
  • e0bfcabc0c
    pyerrors/correlators.py: Allowing for None values in pe.Corr.prune (#272) Ruaidhrí 2025-10-19 11:28:36 +01:00
  • ff03d8a06c test/correlators_test.py: Adding test for updated prune method. campioru 2025-10-18 19:07:43 +01:00
  • bff1e4ca8c wip Ruaidhrí 2025-10-18 18:53:27 +01:00
  • 3c3fd70ce5 pyerrors/correlators.py: Allowing for None values in pe.Corr.prune Ruaidhrí 2025-10-17 19:52:08 +01:00