-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGES
104 lines (66 loc) · 2.33 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
======================
CHANGELOG for numkit
======================
2024-09-18 1.3.1
hsk17, orbeckst
* numpy.NAN dropped in numpy-2, use numpy.nan (#32)
* modernized deployment (PR #33)
2024-06-13 1.3.0
orbeckst
* added support/testing for Python 3.12
* dropped support for Python 2.7 (ye served us well, RIP),
and dropped support for Python 3.7 & 3.8
* internal: switched to pyproject.toml and replaced versioneer with
versioningit: the tags that indicate releases were changed from
release-major.minor.patch to PEP440 compliant major.minor.release
2023-03-13 1.2.3
orbeckst
* added support/testing for Python 3.10 and 3.11
* dropped support/testing for Python 3.6
* changed repository master -> main branch (#26)
* fixed deprecated/removed np.float in numkit.fitting.linfit() (#28)
2021-09-01 1.2.2
orbeckst, simonbray
* conda package (created by @simonbray for bioconda) (#6)
* documentation updates (#18, #19)
NOTE: conda package available in conda-forge since 1.2.2
(maintained by @njzjz)
2021-07-21 1.2.1
orbeckst
* documentation updates
2021-07-20 1.2.0
theavey, orbeckst
* supports Python 2.7 and Python 3.6 - 3.9 (issues #11, #12)
2018-08-08 1.1.2
orbeckst
Mistake in pypi upload: needs new version number.
Identical to 1.1.1 on GitHub.
2018-08-08 1.1.1
orbeckst
* fixed numkit.timeseries.smooth() under Python 3 (issue #7)
2018-04-27 1.1.0
orbeckst, kain88-de
* added numkit.timeseries.std_histogrammed_function()
* added minimal python3 support
* fixed QuantityWithErrors for python 3
2017-03-28 1.0.0
orbeckst
* numkit is now a stand-alone package at
https://github.com/Becksteinlab/numkit
numkit was part of GromacsWrapper until release 0.6.2; the following
are entries from GromacsWrapper CHANGES that pertain to numkit.
2017-03-23 0.6.2
orbeckst, dotsdl
* fixed TypeError in numkit.integration.simps_error() (#115)
2016-09-16 0.6.1
orbeckst, quantifiedcode-bot
* additional tests (including numkit)
* code clean up (quantified code recommendations)
2015-12-16 0.4.0
orbeckst
* docs at http://gromacswrapper.readthedocs.org
2012-04-24 0.3.0
orbeckst
* scipy is now a package dependency (use in numkit and then XVG)
Earlier releases did not have an explicit change log. See the commit
history at https://github.com/orbeckst/GromacsWrapper for details.