Commit graph

48 commits

Author SHA1 Message Date
Fabian Joswig
7b48f8fb3c
build: minimal numdifftools version bumped.
I fixed numpy and scipy deprecation warnings in numdifftools. Working
with the newest release should ensure compatibility with new numpy
releases for at least a year.
2022-11-13 21:02:56 +01:00
Fabian Joswig
7d0b3d4d6b
docs: description in setup.py updated. 2022-10-21 10:42:02 +01:00
Fabian Joswig
d5d75dae30
build: build requirements updated to latest version compatible with
python 3.7
2022-10-19 12:57:44 +01:00
Fabian Joswig
3869c1ed3b
build: removed unnecessary dependency pysqlite3. 2022-10-19 12:48:18 +01:00
Fabian Joswig
571735aeac
docs: support for python 3.11 added to setup.py 2022-10-10 11:06:24 +01:00
Fabian Joswig
8708637868
build: required autograd version increased to 1.5 in view of the upcoming python 3.11 release. 2022-09-29 08:52:36 +01:00
Fabian Joswig
f9e41f2bfa build: description updated. 2022-08-01 17:24:21 +01:00
Fabian Joswig
aa04a55bda build: dependencies updated. 2022-07-20 11:51:06 +01:00
Fabian Joswig
1d492dfa67 build: sqlite dependency fixed. 2022-07-04 17:27:36 +01:00
Fabian Joswig
54789f7fe6 build: sqlite3 added as requirement. 2022-07-04 16:54:51 +01:00
Fabian Joswig
f980229d5c build: pandas added as dependency. 2022-06-30 14:14:59 +01:00
Fabian Joswig
0d02e4d4b9 build: extract version number in setup.py from version.py 2022-06-14 12:02:43 +01:00
Fabian Joswig
5c47188931 build: version number bumped to 2.2.0+dev 2022-06-13 14:04:25 +01:00
Fabian Joswig
2ed815ddcc build: version number bumped to 2.1.3, CHANGELOG updated. 2022-06-13 13:36:14 +01:00
Fabian Joswig
0d86df2506 build: Version number bumped to 2.2.0+dev, CHANGELOG added to project
links in setup.py
2022-06-10 10:30:00 +01:00
Fabian Joswig
efd6d97d0a docs: CHANGELOG updated, version number bumped to 2.1.2 2022-06-10 10:21:28 +01:00
Fabian Joswig
6aab72cf0e build: typo in setup.py corrected. 2022-06-10 08:57:55 +01:00
Fabian Joswig
60dbc2c6fe build: minimal version numbers for dependencies updated. 2022-06-10 08:56:41 +01:00
Fabian Joswig
02ed8ecd32 build: version number bumped to 2.2.0+dev 2022-06-07 10:59:11 +01:00
Fabian Joswig
92285942ac build: Version number bumped to 2.1.1, CHANGELOG updated. 2022-06-06 15:56:19 +01:00
Fabian Joswig
0b6b98990d build: scipy version 1 or greater required. 2022-06-01 15:03:55 +01:00
Fabian Joswig
8a785601a6 build: project urls added to setup.py 2022-05-31 12:27:31 +01:00
Fabian Joswig
e89a537f7c build: version number bumped to 2.2.0+dev 2022-05-31 12:11:42 +01:00
Fabian Joswig
2fb4982988 build: version number bumped to 2.1.0 2022-05-31 11:54:26 +01:00
Fabian Joswig
cfe6d9c835 build: url, license and classifiers added to setup.py 2022-05-19 10:36:22 +01:00
Fabian Joswig
5bd10cb81d docs: long_description added to setup.py 2022-05-18 12:15:28 +01:00
Simon Kuberski
66ab9e16dd Added dependency to python-rapidjson 2022-05-09 14:36:50 +02:00
Fabian Joswig
ae7b5d4278 build: autograd dependency updated to newest release. 2022-05-03 10:23:49 +01:00
Simon Kuberski
2d68d496c9 Added dependency to lxml 2022-05-03 09:18:41 +02:00
Fabian Joswig
2ba59f90c0 Version number bumped to 2.1.0+dev 2022-02-28 13:18:04 +00:00
Fabian Joswig
fe4c04adcb Version number bumped to 2.0.0-rc.2+dev 2022-02-23 10:23:09 +00:00
Fabian Joswig
7ba013cc60 Version number bumped to 2.0.0-rc.1 2022-02-22 21:41:32 +00:00
Fabian Joswig
1edd4ef91a build: version number on develop branch changed to 2.0.0+dev 2022-01-20 14:24:44 +00:00
Fabian Joswig
1765d4e6b6 refactor: required python version changed back to 3.6 for transition
period
2022-01-11 16:41:28 +01:00
Fabian Joswig
6d6d32e0c5 refactor!: minimal python version bumped to 3.7 2022-01-10 15:28:27 +01:00
Fabian Joswig
1a5c3c8c29 refactor: switched to autograd version from github which resolves the
deprecation warnings stemming from numpy
2021-12-10 14:14:51 +00:00
Fabian Joswig
e213b37413 fix: prior fit routine adjusted to work with iminuit version >= 2 2021-12-09 12:50:52 +00:00
Fabian Joswig
9805ee2b4b pyerrors.py renamed to obs.py, h5py added as dependency 2021-11-07 11:24:56 +00:00
Fabian Joswig
8aa3fba222 README updated 2021-10-23 17:02:50 +01:00
Fabian Joswig
5f1fb285f5 workaround for m_eff sinh in the middle of the lattice 2021-10-15 16:02:17 +01:00
Fabian Joswig
1972f38cb9 Minimal python version changed to 3.6 2021-10-15 15:51:12 +01:00
Fabian Joswig
a929f1bdb0 setup.py updated 2021-10-11 14:27:48 +01:00
Fabian Joswig
fa25f9f5f2 commnt added to setup.py 2021-09-30 12:45:26 +01:00
Fabian Joswig
1ea8655684 docstring added to correlators.show 2021-09-27 11:45:06 +01:00
fjosw
c09a56b9c0 correlators module cleaned up, GUI_range_finder commented out for now 2021-01-29 11:52:36 +01:00
JanNeuendorf
5eb11a09c4
Update setup.py 2021-01-08 14:48:53 +01:00
Fabian Joswig
ea9b977612 Hotfix 1.0.1 2020-11-03 15:12:18 +01:00
fjosw
d9b2077d2c Initial public release 2020-10-13 16:53:00 +02:00