Releases: DanielBok/copulae
Releases · DanielBok/copulae
Bump version to 0.7.9 + Python 3.12 builds
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
0.7.1
Copulae 0.7.0
- Added MarginalCopula. This enables users to specify different marginal distributions given a single dependency structure
- Fixed bug in EmpiricalCopula caused by eager conversion of data to pseudo-observations
- Update EllipticalCopula getitem and setitem logic and removed delitem to better handle parameter updates
- Convert BaseCopula to a Protocol typing
- Introduced 3.8 typings and made it backwards compatible by requiring older versions of python to install typing extensions