Commit graph

2480 commits

Author SHA1 Message Date
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
fjosw
92f2582615 Documentation updated 2023-05-31 17:08:54 +00:00
fjosw
1802a4ee1c Merge branch 'develop' into documentation 2023-05-31 17:07:58 +00: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
fjosw
4b64bb46d8 Documentation updated 2023-05-31 16:00:26 +00:00
fjosw
50594cb968 Merge branch 'develop' into documentation 2023-05-31 15:59:46 +00: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
fjosw
9155fe2289 Documentation updated 2023-05-30 14:30:13 +00:00
fjosw
1da8d9183e Merge branch 'develop' into documentation 2023-05-30 14:29:37 +00: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
Fabian Joswig
dc73456759
tests: np.alltrue replaced by np.all. 2023-05-30 12:52:10 +01:00
fjosw
ea4d74e9cf Documentation updated 2023-05-26 12:02:52 +00:00
fjosw
8f392816d5 Merge branch 'develop' into documentation 2023-05-26 12:02:09 +00:00
Justus Kuhlmann
1a811b04f3
Feat/files idl xsf (#185)
* added kwrg idl to ms5_xsf_read

* change output, warn user if expected idl not found
2023-05-26 13:01:52 +01:00
fjosw
accaebd33f Documentation updated 2023-05-22 11:38:39 +00:00
fjosw
20e5a0098f Merge branch 'develop' into documentation 2023-05-22 11:38:03 +00:00
Justus Kuhlmann
e97cc519a9
taking care of cols with only None values (#184) 2023-05-22 12:37:46 +01:00
fjosw
31a7a5a991 Documentation updated 2023-05-21 16:13:41 +00:00
fjosw
4111dfb9fb Merge branch 'develop' into documentation 2023-05-21 16:13:06 +00:00
Fabian Joswig
bbe74b438c
docs: python badge changed to 3.8+ 2023-05-21 17:12:32 +01:00
Fabian Joswig
86c060e79f
ci: python 3.7 removed from ci. 2023-05-21 17:11:38 +01:00
Fabian Joswig
21def4aad1
build: python 3.7 removed from setup.py 2023-05-21 17:11:14 +01:00
Fabian Joswig
a443b4bb17
build: version bumped to 2.9.0-dev. 2023-05-21 17:10:40 +01:00
fjosw
2d48e669cd Documentation updated 2023-05-21 16:07:30 +00:00
fjosw
459ee77665 Merge branch 'develop' into documentation 2023-05-21 16:06:40 +00:00
Fabian Joswig
dfe7de3a03
build: version bumped to 2.8.0 2023-05-21 17:06:09 +01:00
Fabian Joswig
889cc327fc
docs: CHANGELOG updated. 2023-05-21 17:05:59 +01:00
fjosw
2623090f64 Documentation updated 2023-05-21 15:57:49 +00:00
fjosw
13840118b5 Merge branch 'develop' into documentation 2023-05-21 15:57:12 +00:00
Fabian Joswig
e9e02749a0
fix: dobs import added to input/__init__.py (#181) 2023-05-21 16:56:56 +01:00
fjosw
9a0ee87bbf Documentation updated 2023-05-19 14:00:00 +00:00
fjosw
c34343a17a Merge branch 'develop' into documentation 2023-05-19 13:59:16 +00:00
s-kuberski
81e4f37934
Restored JSON output of dicts with non-string keys (#179)
* Restored JSON output of dicts with non-string keys

* Use numpy.integer instead of deprecated numpy.int
2023-05-19 14:58:56 +01:00
fjosw
c107d4e1a3 Documentation updated 2023-05-18 16:12:52 +00:00
fjosw
53536e0943 Merge branch 'develop' into documentation 2023-05-18 16:12:07 +00:00
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
fjosw
dc13e533bb Documentation updated 2023-05-18 16:07:17 +00:00
fjosw
0c413d230d Merge branch 'develop' into documentation 2023-05-18 16:06:33 +00:00
Fabian Joswig
b75aa741a9
feat: color and zorder for prange indicator in Corr.show added. (#178) 2023-05-18 17:06:15 +01:00
fjosw
bae76366b7 Documentation updated 2023-05-16 17:37:42 +00:00