pyerrors/pyerrors
Justus Kuhlmann a5b6f69160
Slightly better Typechecking when exporting to SQL (#174)
* corret type clause

* add tests, changes in create_json_string

* create json-string now gives back None

* revert changes

* fix panda sql export

* add SQL test

* fixed None type export for csv and sql.gz

* move None parsing to json io

* alter regex

* revert changes

* only replace None with empty str when necessary

* fixed deserialze_df for python 3.7

* add more tesets

* fix case where gz was ignored

* hand voer gz explicitly

* replace nan  by None in non-Obs columns

* moved warning to csv export, mroe tests

* only values able to be nan are put in np.isnan()

* added python float for warning
2023-05-18 17:11:52 +01:00
..
input Slightly better Typechecking when exporting to SQL (#174) 2023-05-18 17:11:52 +01:00
__init__.py docs: citation info in documentation updated. 2023-04-29 11:09:05 +01:00
correlators.py feat: color and zorder for prange indicator in Corr.show added. (#178) 2023-05-18 17:06:15 +01:00
covobs.py feat: Check for symmetry and positive-semidefiniteness of covariance matrices in the initialization of covobs 2022-02-25 17:39:49 +01:00
dirac.py better docstrings (#144) 2023-01-16 14:57:22 +00:00
fits.py refactor: unnecessary line in fit parameter detection removed. 2023-03-14 09:50:35 +00:00
linalg.py fix: Exception added for cholesky decomposition of complex matrices. 2022-05-12 15:15:57 +01:00
misc.py feat: system added to print_config. 2023-03-11 21:31:21 +00:00
mpm.py better docstrings (#144) 2023-01-16 14:57:22 +00:00
obs.py fix: String conversion of Obs can now handle a dvalue that is NaN or inf (#173) 2023-05-03 16:30:59 +02:00
roots.py better docstrings (#144) 2023-01-16 14:57:22 +00:00
version.py build: version bumped to 2.8.0-dev 2023-03-21 10:47:25 +01:00