-------------------------- - Fix `lmom_fit` for `gev` distribution. Did not return `OrderedDict` in some cases.
1.0.0
-------------------------- - 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
0.3.1
Fixed setup Refactored unit tests
0.3.0
First release for Python 3.x
0.2.2
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