-
Notifications
You must be signed in to change notification settings - Fork 16
/
CHANGELOG.txt
59 lines (47 loc) · 1.69 KB
/
CHANGELOG.txt
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
version 1.0.4 (unreleased)
--------------------------
- rename `frechet_r_gen` to `weibull_min_r`, `frechet_r` being deprecated with SciPy 1.6
version 1.0.3 (2015-09-24)
--------------------------
- Test on Python 3.5
- Simplify doc config
version 1.0.2 (2015-02-11)
--------------------------
- Conda package build fix
version 1.0.1 (2014-12-02)
--------------------------
- Fix `lmom_fit` for `gev` distribution. Did not return `OrderedDict` in some cases.
version 1.0.0 (2014-12-01)
--------------------------
- Major rewrite with all distributions now being standard scipy `rv_continous` classes
- `samlmu` renamed to `lmom_ratios`
- Replaced many functions by standard scipy implementations
- General bugfixes, code improvements and test
VERSION 0.3.1: (25/09/14)
Fixed setup
Refactored unit tests
VERSION 0.3.0: (24/09/14)
First release for Python 3.x
VERSION 0.2.2: (23/01/14)
Improved samlmu function to support any value of nmom
Added Bayesian Information Criterion (BIC) function
Fixed import glitch that allowed users to import container files
General Bugfixes
VERSION 0.2.1: (15/01/14)
Support for lists as F inputs for all QUA functions
Added Random Number Generator (rand) for all functions
Split the main lmoments.py file into several files, as the
project is getting to large to maintain as one single file.
Version 0.2.0: (13/01/14)
Added Probability Density Functions (PDF)
Added Reverse Lmoment Estimation Functions (LMOM)
Added Negative Log Likelhood Function (NlogL)
Included Unit Tests
Implimented better version of PELWAK function
Support for lists as x inputs for all CDF functions
Bugfixes
Now licensed under the GPLv3
Version 0.1.1:
Corrected Small Errors and Typos
Version 0.1.0:
Initial Release