Commit graph

1369 commits

Author SHA1 Message Date
Fabian Joswig
7d2f8adf94
tests: trace N=1 exception tested. 2023-07-17 11:12:21 +01:00
Fabian Joswig
9bf4a9f20d
feat: exception type for correlator trace of 1dim correlator changed. 2023-07-17 10:57:13 +01:00
Fabian Joswig
4467a2777f
fix: Corr.roll method now also works for correlator matrices by
explicitly specifying the axis.

Co-authored-by: Matteo Di Carlo <matteo.dicarlo93@gmail.com>
2023-07-13 18:40:47 +01:00
Fabian Joswig
bbbacc7bb4
tests: associative property test added for complex Corr matmul. 2023-07-13 17:08:00 +01:00
Fabian Joswig
4df00d9bd7
docs: docstring added to Corr.trace. 2023-07-13 16:58:09 +01:00
Fabian Joswig
c30c8ebe0b
tests: one more tests for rmatmul added. 2023-07-13 16:54:31 +01:00
Fabian Joswig
ff9dd3e3e0
tests: additional tests for rmatmul added. 2023-07-13 16:52:15 +01:00
Fabian Joswig
48a468c872
feat: rmatmul added and __array_priority__ set. 2023-07-13 16:51:43 +01:00
Fabian Joswig
199e06c5f9
tests: slightly reduced tolerance and good guess bad guess test. 2023-07-13 12:23:04 +01:00
Fabian Joswig
319232f964
tests: tests for matmul and trace added. 2023-07-13 12:18:28 +01:00
Fabian Joswig
323c3430f5
feat: corr, corr matmul and correlator matrix trace added. 2023-07-13 12:18:10 +01:00
Fabian Joswig
4071c8279c
feat: matmul method added to correlator class. 2023-07-13 11:17:27 +01:00
Fabian Joswig
2cd076dbd7
docs: details in documentation clarified. 2023-07-10 16:33:09 +01:00
Fabian Joswig
305b458d19
docs: link to Changelog added to README. 2023-07-10 16:13:32 +01:00
Fabian Joswig
e73e393695
docs: pip installation instructions changed. 2023-07-10 16:12:00 +01:00
Fabian Joswig
bf25ecf2ee
docs: Contributing guidelines clarified. 2023-07-10 16:11:25 +01:00
Fabian Joswig
c47e1ccac7
build: flake8 added to test build option in setup.py. 2023-07-10 16:06:55 +01:00
Fabian Joswig
5b024c7379
build: nbmake added to test build option in setup.py. 2023-07-10 16:06:00 +01:00
Fabian Joswig
47bb746b63
docs: citing pyerrors section added to README. 2023-07-10 15:53:33 +01:00
Fabian Joswig
db79cb2d95
tests: test for print_config added. 2023-07-10 15:44:06 +01:00
Fabian Joswig
9589820253
tests: coverage for all derivative variants extended. 2023-07-10 15:35:37 +01:00
Justus Kuhlmann
94b0322f0b
new variant of second derivative, bigger stencil (#197)
* new variant of second derivative, bigger stencil

* better docstring dor second_deriv

* forgot to "r" in front of docstring

* flake8 compliance
2023-07-10 15:32:27 +01:00
Fabian Joswig
8381189708
refactor: plot_piechart slightly simplified. 2023-06-23 13:24:35 +01:00
Fabian Joswig
dac7193398
build: autograd dependency bumped to 1.6.2 2023-06-23 10:17:09 +01:00
Fabian Joswig
85f66d39cb
build: bumped autograd dependency to version 1.6 2023-06-22 13:53:17 +01:00
Fabian Joswig
f14042132f
build: bumped dependency versions to the latest releases.
The idea is to reduce the number of potential version combinations for
easier debugging in the future.
2023-06-02 17:19:20 +01:00
Fabian Joswig
1b45e71e79
ci: mac-os python version fixed. 2023-06-02 16:17:28 +01:00
Fabian Joswig
cdadbd0fad
ci: windows removed from pytest workflow, mac-os python version bumped
to 3.10
2023-06-02 16:16:04 +01:00
Fabian Joswig
4886197a03
docs: changes to pytest workflow documented in CONTRIBUTING.md 2023-06-02 15:49:42 +01:00
Fabian Joswig
5b80f44485
ci: pytest workflow updated to fail on warnings. 2023-06-02 15:48:35 +01:00
Fabian Joswig
e0e2686142
fix: bug in _find_correlator fixed. (#193) 2023-06-02 15:46:27 +01:00
Fabian Joswig
09cf6bae5a
Merge branch 'master' into develop 2023-06-02 15:11:48 +01:00
Fabian Joswig
ba94cbb718
build: version bumped to 2.8.2, CHANGELOG updated. 2023-06-02 15:06:39 +01:00
Fabian Joswig
c6d04cf88b
Fix another edge case in _compute_drho (#194)
* tests: failing test for compute_drho edge case added.

* tests: example file for failing compute_drho added.

* tests: assertion that dvalue stays the same added to compute drho test.

* fix: another edge case in computation of drho fixed.
2023-06-02 15:05:35 +01:00
Fabian Joswig
525c61ed20
Fix another edge case in _compute_drho (#194)
* tests: failing test for compute_drho edge case added.

* tests: example file for failing compute_drho added.

* tests: assertion that dvalue stays the same added to compute drho test.

* fix: another edge case in computation of drho fixed.
2023-06-02 15:04:15 +01:00
Justus Kuhlmann
9489b87a7e
fix nan to None test (#192) 2023-06-01 14:07:16 +01:00
Fabian Joswig
bc6e7e93cb
Merge branch 'master' into develop 2023-06-01 13:42:49 +01:00
Fabian Joswig
07c8a1b71d
build: version bumped to 2.8.1, numpy versions >=1.25 excluded. 2023-06-01 13:35:15 +01:00
Fabian Joswig
ff2d4c23e8
docs: CHANGELOG updated. 2023-06-01 13:32:59 +01:00
Fabian Joswig
d339015cb3
Fix Obs in f-strings without specifier (#190)
* fix: Conversion of an array with ndim > 0 to a scalar deprecation fixed.

* fix: adjusted maximal value for rho in test_gamma_method_irregular.

* fix: obs in f-strings now work again when no specifier is provided.
2023-06-01 13:29:24 +01:00
Fabian Joswig
be1d8b2290
fix: Conversion of an array with ndim > 0 to a scalar deprecation fixed. (#186) 2023-06-01 13:29:24 +01:00
s-kuberski
b222b116f2
Bug fix for edge case in _compute_drho (#189) 2023-06-01 13:29:24 +01:00
Fabian Joswig
02b57817ae
fix: adjusted maximal value for rho in test_gamma_method_irregular. (#188) 2023-06-01 13:29:24 +01:00
Fabian Joswig
2acaf1b5db
tests: np.alltrue replaced by np.all. 2023-06-01 13:29:24 +01:00
Justus Kuhlmann
0535af992d
Feat/files idl xsf (#185)
* added kwrg idl to ms5_xsf_read

* change output, warn user if expected idl not found
2023-06-01 13:29:24 +01:00
Justus Kuhlmann
47a4b56617
taking care of cols with only None values (#184) 2023-06-01 13:29:24 +01:00
Fabian Joswig
bb43a8afb7
Fix Obs in f-strings without specifier (#190)
* fix: Conversion of an array with ndim > 0 to a scalar deprecation fixed.

* fix: adjusted maximal value for rho in test_gamma_method_irregular.

* fix: obs in f-strings now work again when no specifier is provided.
2023-05-31 18:07:38 +01:00
Fabian Joswig
ca70c7571b
fix: Conversion of an array with ndim > 0 to a scalar deprecation fixed. (#186) 2023-05-31 16:59:27 +01:00
s-kuberski
34fe7f44fc
Bug fix for edge case in _compute_drho (#189) 2023-05-30 15:29:22 +01:00
Fabian Joswig
095f7c8a46
fix: adjusted maximal value for rho in test_gamma_method_irregular. (#188) 2023-05-30 14:03:01 +01:00