fjosw
2b668c1636
Merge branch 'develop' into documentation
2024-09-13 17:16:13 +00:00
s-kuberski
4b1bb0872a
fix: corrected bug that prevented combined fits with multiple x-obs in some cases ( #241 )
...
* fix: corrected bug that prevented combined fits with multiple x-obs in some cases
* made test more complex
* [Fix] Slightly increase tolerance for matrix function test.
* Adapt test_merge_idx to compare lists
---------
Co-authored-by: Simon Kuberski <simon.kuberski@cern.ch>
Co-authored-by: Fabian Joswig <fjosw@users.noreply.github.com>
2024-09-13 19:15:59 +02:00
fjosw
3cb0b7ab26
Documentation updated
2024-09-13 06:35:52 +00:00
fjosw
b1774646f4
Merge branch 'develop' into documentation
2024-09-13 06:35:25 +00:00
Pia Leonie Jones Petrak
1d6f7f65c0
Feature/corr matrix and inverse cov matrix as input in least squares function for correlated fits ( #223 )
...
* feat: corr_matrix kwargs as input for least squares fit
* feat/tests: inverse covariance matrix and correlation matrix kwargs as input for least squares function
* feat/tests/example: reduced new kwargs to 'inv_chol_cov_matrix' and outsourced the inversion & cholesky decomposition of the covariance matrix (function 'invert_corr_cov_cholesky(corr, covdiag)')
* tests: added tests for inv_chol_cov_matrix kwarg for the case of combined fits
* fix: renamed covdiag to inverrdiag needed for the cholesky decomposition and corrected its documentation
* examples: added an example of a correlated combined fit to the least_squares documentation
* feat/tests/fix(of typos): added function 'sort_corr()' (and a test of it) to sort correlation matrix according to a list of alphabetically sorted keys
* docs: added more elaborate documentation/example of sort_corr(), fixed typos in documentation of invert_corr_cov_cholesky()
2024-09-13 08:35:10 +02:00
fjosw
9a71fcdd85
Documentation updated
2024-08-22 20:09:39 +00:00
fjosw
10bf481427
Merge branch 'develop' into documentation
2024-08-22 20:09:09 +00:00
Fabian Joswig
3830e3f777
[Build] Bump version to 2.13.0-dev
2024-08-22 22:08:40 +02:00
fjosw
99fb8345fa
Documentation updated
2024-08-22 20:05:35 +00:00
fjosw
6d02804a9f
Merge branch 'develop' into documentation
2024-08-22 20:05:07 +00:00
Fabian Joswig
041d53e5ae
[Release] Prepare v2.12.0 ( #240 )
...
* [docs] Changelog updated.
* [build] Bump version.
2024-08-22 22:04:54 +02:00
fjosw
d2d6932b39
Documentation updated
2024-08-22 19:59:50 +00:00
fjosw
8770aad726
Merge branch 'develop' into documentation
2024-08-22 19:59:21 +00:00
Fabian Joswig
55cd782909
[Build] Remove python3.8 and add support for numpy 2 ( #239 )
...
* [build] Remove python 3.8 and bump dependency version.
* [Build] Remove python 3.8 from ci and update README python badge.
* [ci] Temporarily remove -Werror from pytest workflow.
* [ci] Remove python 3.8 from examples workflow.
* [Build] Bump further dependency versions.
2024-08-22 21:59:07 +02:00
fjosw
ebb45ee565
Documentation updated
2024-08-15 17:01:43 +00:00
fjosw
05d0d25e60
Merge branch 'develop' into documentation
2024-08-15 17:01:07 +00:00
Justus Kuhlmann
7ca9d4ee41
corrected sfcf_read_multi behaviour ( #238 )
2024-08-15 19:00:52 +02:00
fjosw
4614ac7452
Documentation updated
2024-06-19 10:56:18 +00:00
fjosw
360bf3a316
Merge branch 'develop' into documentation
2024-06-19 10:55:47 +00:00
Justus Kuhlmann
d17513f043
bugfix: read bb and bib/bi corr in one with keyed_out ( #237 )
2024-06-19 12:55:30 +02:00
fjosw
1985ba35d8
Documentation updated
2024-05-13 20:28:06 +00:00
fjosw
4a0abcd812
Merge branch 'develop' into documentation
2024-05-13 20:27:33 +00:00
Justus Kuhlmann
0e8d68a1f0
erase print rep data ( #235 )
2024-05-13 22:27:17 +02:00
fjosw
2ed8f14ed4
Documentation updated
2024-04-25 18:56:47 +00:00
fjosw
b2022e29cd
Merge branch 'develop' into documentation
2024-04-25 18:56:03 +00:00
Fabian Joswig
fce6bcd1f8
[build] Bump version to v2.12.0-dev
2024-04-25 20:55:35 +02:00
fjosw
623dc2fab7
Documentation updated
2024-04-25 18:51:41 +00:00
fjosw
46cc82fd62
Merge branch 'develop' into documentation
2024-04-25 18:51:09 +00:00
Fabian Joswig
e23373d5ee
[release] Update changelog and bump version
2024-04-25 20:50:36 +02:00
fjosw
a7194f2703
Documentation updated
2024-04-25 18:46:41 +00:00
fjosw
ee6b82a17f
Merge branch 'develop' into documentation
2024-04-25 18:46:09 +00:00
s-kuberski
db612597d2
[fix] Handle missing replia ( #232 )
...
* [fix] First version of a fix to cope with missing replica.
* [fix] added test for missing replica
* [fix] refactored fix for missing replica, modified tests
* [fix] refinement of tests
2024-04-25 20:45:53 +02:00
fjosw
88b7a3af78
Documentation updated
2024-04-17 12:54:24 +00:00
fjosw
eee4eb35bd
Merge branch 'develop' into documentation
2024-04-17 12:53:52 +00:00
Fabian Joswig
43bd99b6c7
[fix] Numpy 2 breaking changes in tests ( #234 )
2024-04-17 14:53:34 +02:00
fjosw
ce6a41594c
Documentation updated
2024-04-01 14:23:14 +00:00
fjosw
dc9a9517e1
Merge branch 'develop' into documentation
2024-04-01 14:22:36 +00:00
Fabian Joswig
9f46bf8966
[build] Version bumped to v2.12.0-dev
2024-04-01 16:22:08 +02:00
fjosw
7efd32c079
Documentation updated
2024-04-01 14:14:59 +00:00
fjosw
55f6b21e7c
Merge branch 'develop' into documentation
2024-04-01 14:14:28 +00:00
Fabian Joswig
1fce785597
[Build] Version bumped to 2.11, CHANGELOG updated, numpy<2 requirement
...
added.
2024-04-01 16:13:48 +02:00
fjosw
d7d1cec264
Documentation updated
2024-03-25 14:51:05 +00:00
fjosw
9cab1d105d
Merge branch 'develop' into documentation
2024-03-25 14:50:35 +00:00
Justus Kuhlmann
254a19f321
Catch error if no replica are found in the geiven directory ( #230 )
2024-03-25 15:50:19 +01:00
Fabian Joswig
0df5882d1f
[ci] Include python 3.12 in ci after new dateutils release. ( #229 )
2024-03-01 07:14:01 +01:00
fjosw
bee321536b
Documentation updated
2024-02-18 12:40:21 +00:00
fjosw
6a344bcddf
Merge branch 'develop' into documentation
2024-02-18 12:39:50 +00:00
Justus Kuhlmann
b930fab9c2
Fix keyword files with list of lists ( #226 )
...
* first impl. handle reps with list of lists
* implement explicit type checks
2024-02-18 13:39:35 +01:00
Fabian Joswig
43383acead
[ci] Update actions to use Node.js 20 ( #228 )
2024-02-06 17:54:33 +01:00
fjosw
745f9a9bfb
Documentation updated
2024-01-21 11:42:22 +00:00