Commit graph

1154 commits

Author SHA1 Message Date
Fabian Joswig
dfb84ca90e
docs: binder badge removed. 2022-09-27 10:04:05 +01:00
Fabian Joswig
d74ceae5ef
Merge pull request #118 from fjosw/codeql
CodeQL workflow added.
2022-09-20 11:55:55 +01:00
Fabian Joswig
e060a2381d
ci: codeql workflow cleaned up. 2022-09-20 11:45:13 +01:00
Fabian Joswig
160f19eb4f
ci: created codeql workflow 2022-09-20 11:27:42 +01:00
Fabian Joswig
cc50ab9ecf fix: bug in Corr.show comp option fixed. 2022-08-12 11:03:36 +01:00
Fabian Joswig
f9e41f2bfa build: description updated. 2022-08-01 17:24:21 +01:00
Fabian Joswig
4132444092 build: version number bumped to 2.3.0+dev 2022-08-01 17:17:13 +01:00
Fabian Joswig
9d9759ae47 build: version number bumped to 2.2.0 2022-08-01 17:10:29 +01:00
Fabian Joswig
36745f51b9 docs: CHANGELOG updated. 2022-08-01 16:56:43 +01:00
Fabian Joswig
f1636310a1 style: New flake8 E275 errors fixed. 2022-08-01 16:53:12 +01:00
Fabian Joswig
a1d1c412ed Merge branch 'develop' of github.com:fjosw/pyerrors into develop 2022-08-01 16:45:28 +01:00
Fabian Joswig
40edaecf23 build: pyproject.toml added. 2022-08-01 16:43:19 +01:00
Fabian Joswig
58779a8063
Merge pull request #117 from fjosw/feat/is_matrix_symmetric
is_matrix_symmetric
2022-07-26 09:51:41 +01:00
Fabian Joswig
a7db62f76b feat: read_DistillationContraction now also works for two- and
three-point functions.
2022-07-22 10:25:59 +01:00
Fabian Joswig
62814c1fff docs: typos in example notebooks corrected. 2022-07-21 13:29:27 +01:00
Fabian Joswig
aa04a55bda build: dependencies updated. 2022-07-20 11:51:06 +01:00
Fabian Joswig
ba935fc25c docs: CHANGELOG updated. 2022-07-19 15:36:07 +01:00
Fabian Joswig
b4fb514e1f docs: typos in documentation fixed. 2022-07-19 12:59:16 +01:00
Fabian Joswig
1d2c41ae54 feat: further speed up of GEVP by skipping the call to matrix_symmetric
if matrix is already symmetric.
2022-07-19 12:49:32 +01:00
Fabian Joswig
2c2890d5ea tests: padding added to is_matrix_symmetric test. 2022-07-19 12:42:45 +01:00
Fabian Joswig
821d36aea9 refactor: refactored check for symmetric correlator matrix into
matrix_symmetric.
2022-07-19 12:34:31 +01:00
Fabian Joswig
4a6dfe3482 tests: test for is_matrix_symmetric added. 2022-07-19 12:31:10 +01:00
Fabian Joswig
42f62380b4 feat: check for symmetric matrix added to GEVP for speed up, None case
treated correctly in is_matrix_symmetric.
2022-07-19 12:22:54 +01:00
Fabian Joswig
7d280b3e26 feat: faster check for object equivalence added to is_matrix_symmetric 2022-07-19 12:18:26 +01:00
Fabian Joswig
b56c4e7694 feat: method is_matrix_symmetric added. 2022-07-19 12:13:16 +01:00
Fabian Joswig
6c6a0f367e feat: warning for ill conditioned correlation matrix in correlated fit
only triggered for condition number > 1e13.
2022-07-18 16:25:33 +01:00
Fabian Joswig
06f2861390
Merge pull request #116 from fjosw/feat/GF_coupling
Extraction of the GF coupling
2022-07-13 14:58:18 +01:00
Fabian Joswig
d0180d7967 feat: explicit check for Zeuthen_flow in read_gf_coupling added. 2022-07-12 11:11:36 +01:00
Fabian Joswig
3336ac739e feat: Explicit check for T=L in read_gf_coupling added. 2022-07-12 10:45:00 +01:00
Fabian Joswig
638ec92ab7 feat: Exception for gf coupling c!=0.3 added and documenation and tests
extended.
2022-07-11 17:14:32 +01:00
Fabian Joswig
5cd20f5818 feat: function for the extraction of the gradient flow coupling as
detailed in 1607.06423 added.
2022-07-11 11:55:25 +01:00
Fabian Joswig
7737ed4ea0
Merge pull request #114 from fjosw/feat/obs_hash
hash method for Obs objects
2022-07-08 10:53:48 +01:00
Fabian Joswig
4f37804fe7
Merge pull request #115 from fjosw/feature/refactor_pandas
Pandas SQL support
2022-07-06 14:33:24 +01:00
Fabian Joswig
18b3672b2d feat: kwargs added to pandas sql methods 2022-07-06 11:34:26 +01:00
Fabian Joswig
de51d6ca07 refactor: pandas.read_sql_query renamed to read_sql and can now also
directly extract full tables.
2022-07-05 13:31:41 +01:00
Fabian Joswig
572309c800 feat: truncate hash to 32bit to deal with automatic truncation of python
dunder hash method.
2022-07-05 10:53:31 +01:00
Fabian Joswig
ded21e792f feat: hashing algorithm changed to md5 2022-07-05 10:21:50 +01:00
Fabian Joswig
1d492dfa67 build: sqlite dependency fixed. 2022-07-04 17:27:36 +01:00
Fabian Joswig
a6ebcb59bb feat: default value for if_exist in to_sql changed to fail, test for
this behavior added.
2022-07-04 17:22:35 +01:00
Fabian Joswig
03d70d3757 tests: missing assert added to pandas test. 2022-07-04 17:11:11 +01:00
Fabian Joswig
845b4e60ac fix: pandas.to_sql does not write an index to the db anymore, docs
extended, test added.
2022-07-04 17:08:20 +01:00
Fabian Joswig
504a8f3486 tests: test_import_non_json_string added. 2022-07-04 16:59:24 +01:00
Fabian Joswig
54789f7fe6 build: sqlite3 added as requirement. 2022-07-04 16:54:51 +01:00
Fabian Joswig
f58ef11845 refactor: pandas serialize and deserialize removed from global
namespace.
2022-07-04 14:59:17 +01:00
Fabian Joswig
265bad3ed8 feat: sqlite functionality added to pandas submodule. 2022-07-04 14:56:59 +01:00
Fabian Joswig
dc45894b64 fix: json format detection in deserialization of pandas dataframe made
more general and less dependant on the json implementation.
2022-07-04 14:47:01 +01:00
Fabian Joswig
cc9f47c686 feat: pandas DataFrame serialization and deserialization can now also
deal with gzipped json columns. Tests added.
2022-07-04 14:19:30 +01:00
Fabian Joswig
a133030114 tests: additional tests for pandas csv import and export added. 2022-07-04 13:17:57 +01:00
Fabian Joswig
e1a760a058 refactor: refactored pandas serialize and deserialize functions. 2022-07-04 12:04:19 +01:00
Fabian Joswig
b2d5263ea3 feat: hash method for Obs objects added. 2022-07-01 16:53:08 +01:00