Fabian Joswig
23fd00b4c2
docs: image resized.
2023-03-13 16:25:50 +00:00
fjosw
2a0e966ad8
Documentation updated
2023-03-13 16:21:47 +00:00
fjosw
a8183f6bff
Merge branch 'develop' into documentation
2023-03-13 16:21:10 +00:00
Fabian Joswig
8530353d32
docs: xkcd 927 added to documentation of json.gz format.
2023-03-13 16:20:25 +00:00
fjosw
ee8a7792dc
Documentation updated
2023-03-13 13:32:03 +00:00
fjosw
7c18d3e3ef
Merge branch 'develop' into documentation
2023-03-13 13:31:26 +00:00
Fabian Joswig
08197efe0f
docs: moved installation info for develop branch to documentation.
2023-03-13 13:30:43 +00:00
fjosw
ef3e900e5a
Documentation updated
2023-03-13 13:29:24 +00:00
fjosw
c5bfb0862a
Merge branch 'develop' into documentation
2023-03-13 13:28:40 +00:00
Fabian Joswig
a2a64146b0
docs: installation info also added to start page of the documentation.
2023-03-13 13:27:57 +00:00
Fabian Joswig
34981b6102
docs: conda-forge installation added to README.
2023-03-13 13:25:24 +00:00
Fabian Joswig
a1d6b95e9a
build: bug report default title changed again.
2023-03-11 21:38:29 +00:00
Fabian Joswig
031b048fa3
build: bug report default title changed.
2023-03-11 21:35:34 +00:00
fjosw
9b4c9de760
Documentation updated
2023-03-11 21:32:24 +00:00
fjosw
854102ec1d
Merge branch 'develop' into documentation
2023-03-11 21:31:51 +00:00
Fabian Joswig
bafa6ce38d
feat: system added to print_config.
2023-03-11 21:31:21 +00:00
Fabian Joswig
caef8af988
build: bug report issue template added.
2023-03-11 21:30:14 +00:00
fjosw
1b11a2c74d
Documentation updated
2023-03-11 21:23:09 +00:00
fjosw
54c1b180fc
Merge branch 'develop' into documentation
2023-03-11 21:22:28 +00:00
Fabian Joswig
0044f90315
feat: print_config moved to misc.
2023-03-11 21:22:03 +00:00
Fabian Joswig
8ed5ce9569
feat: print_config function added to help with debugging.
2023-03-11 21:17:09 +00:00
Fabian Joswig
d8fb683262
docs: CONTRIBUTING.md extended.
2023-03-10 14:37:50 +00:00
Fabian Joswig
fe0f80b8c3
docs: README and CONTRIBUTING updated.
2023-03-10 14:25:17 +00:00
fjosw
16629b6ea5
Documentation updated
2023-03-10 14:18:21 +00:00
fjosw
b27c2a1f94
Merge branch 'develop' into documentation
2023-03-10 14:17:41 +00:00
Fabian Joswig
3c942b380d
Serialize list of Obs in pandas.to_sql ( #162 )
...
* feat: Added serialization of list of Obs in pandas.to_sql.
* tests: test for list of Obs to sql added.
* feat: auto_gamma functionality added for deserialization of lists of
Obs.
2023-03-10 14:17:20 +00:00
fjosw
a2dc5f38d0
Documentation updated
2023-03-09 15:33:57 +00:00
fjosw
6fbf4d30c4
Merge branch 'develop' into documentation
2023-03-09 15:33:17 +00:00
Fabian Joswig
a7a098b861
fix: chisquare, dof and p-value also calculated when dof is 0. Test for
...
dof and chisquare_over_dof added.
2023-03-09 15:32:27 +00:00
Fabian Joswig
06ba2015be
tests: test for different methods in prior fit added.
2023-03-09 15:00:52 +00:00
fjosw
81d234930f
Documentation updated
2023-03-09 14:26:56 +00:00
fjosw
dd14b35905
Merge branch 'develop' into documentation
2023-03-09 14:26:18 +00:00
Fabian Joswig
99a1033703
refactor: refactored construction of prior Obs in least_squares.
2023-03-09 14:25:37 +00:00
Fabian Joswig
e41f869d18
docs: version guard added to combined fit example.
2023-03-09 13:38:51 +00:00
fjosw
667d75c21e
Documentation updated
2023-03-08 16:54:09 +00:00
fjosw
f6b14f006e
Merge branch 'develop' into documentation
2023-03-08 16:53:18 +00:00
Fabian Joswig
507fa7dbdc
chore: Duplicate check of y-errors removed and Exception made more
...
explicit in least_squares.
2023-03-08 16:52:21 +00:00
fjosw
8edaf390e6
Documentation updated
2023-03-08 16:46:46 +00:00
fjosw
8f36de348d
Merge branch 'develop' into documentation
2023-03-08 16:46:09 +00:00
Fabian Joswig
80f4eef912
chore: Exception in least_squares specified.
2023-03-08 16:45:29 +00:00
fjosw
ee985aca3c
Documentation updated
2023-03-07 16:40:53 +00:00
fjosw
d6ca8422f0
Merge branch 'develop' into documentation
2023-03-07 16:40:19 +00:00
Fabian Joswig
e6051d7ba0
docs: docstring of least_squares updated.
2023-03-07 16:39:37 +00:00
fjosw
e41f457ffd
Documentation updated
2023-03-07 16:16:16 +00:00
fjosw
c3eee00df7
Merge branch 'develop' into documentation
2023-03-07 16:15:37 +00:00
Fabian Joswig
839d9214ed
Improved prior fit ( #161 )
...
* refactor: merged combined fit and prior fit without breaking the
routine. Fitting with priors does not work yet.
* refactor: correlated fits without priors work now.
* refactor: prior error propagation and dof fixed.
* refactor: old prior fit implementation moved to tests.
* refactor: moved _extract_val_and_dval out of least_squares.
* refactor: comment removed.
* tests: additional tests and exceptions added.
* tests: test for constrained prior fit added.
* docs: least_squares docstring extended.
* fix: linting errors fixed.
* feat: additional if cause for fits without priors added to achieve
original speed.
* tests: test_constrained_and_prior_fit fixed.
* fix: fix array cast of least_squares dict mode.
* tests: test for lists in dict fit added.
* fix: additional asarray added in resplot.
Co-authored-by: Simon Kuberski <simon.kuberski@uni-muenster.de>
2023-03-07 16:15:16 +00:00
fjosw
7442a792ff
Documentation updated
2023-03-03 16:36:18 +00:00
fjosw
bcb4f44a50
Merge branch 'develop' into documentation
2023-03-03 16:35:43 +00:00
fjosw
09e20b4183
Documentation updated
2023-03-03 16:35:37 +00:00
Fabian Joswig
82cd2f11ea
fix: multi dim fits fixed in least squares. Test added. ( #160 )
...
Co-authored-by: Simon Kuberski <simon.kuberski@uni-muenster.de>
2023-03-03 16:35:26 +00:00