Releases: DanielBok/copulae
Releases · DanielBok/copulae
0.8.0
What's Changed
- Upgrade to numpy 2.0.
- Update package dependencies
- Change internal build process
- Feat/v0.8.0 by @DanielBok in #72
Full Changelog: 0.7.9...0.8.0
Bump version to 0.7.9 + Python 3.12 builds
- Fixed KMeans (Scikit-learn)
algorithmparamter
Add 3.11 builds
0.7.8 bump version
Add 3.10 and other minor bug fixes
Fixed Frank copula init check and added 3.10 build
Upgrade numpy build version to >= 1.20
0.7.6 Upgrade minimum numpy version
Bug fix when DataFrame is put in as fit input
0.7.5 Bump version to 0.7.5
Major bug fix
Fixes a critical issue when data passed into fit method is not a numpy array (i.e. DataFrame)
Fit method changes
Enable users to pass in uniform marginals straightaway
Fix Empirical Copula
- Fixed teething issues in the Empirical Copula
- Minor changes to the psuedo_obs function