Skip to content

Releases: DanielBok/copulae

0.8.0

07 Feb 14:09

Choose a tag to compare

What's Changed

  1. Upgrade to numpy 2.0.
  2. Update package dependencies
  3. Change internal build process

Full Changelog: 0.7.9...0.8.0

Bump version to 0.7.9 + Python 3.12 builds

12 Mar 08:16

Choose a tag to compare

  • Fixed KMeans (Scikit-learn) algorithm paramter

Add 3.11 builds

14 Jun 05:27

Choose a tag to compare

0.7.8

bump version

Add 3.10 and other minor bug fixes

02 Jan 13:48

Choose a tag to compare

Fixed Frank copula init check and added 3.10 build

Upgrade numpy build version to >= 1.20

03 Oct 01:01

Choose a tag to compare

0.7.6

Upgrade minimum numpy version

Bug fix when DataFrame is put in as fit input

09 May 04:24

Choose a tag to compare

0.7.5

Bump version to 0.7.5

Major bug fix

04 May 14:36

Choose a tag to compare

Fixes a critical issue when data passed into fit method is not a numpy array (i.e. DataFrame)

Fit method changes

29 Apr 04:52

Choose a tag to compare

Enable users to pass in uniform marginals straightaway

Fix Empirical Copula

26 Apr 00:51
06da6f4

Choose a tag to compare

  1. Fixed teething issues in the Empirical Copula
  2. Minor changes to the psuedo_obs function

0.7.1

20 Dec 07:10

Choose a tag to compare

  1. Refactored estimation codebase
  2. Fixed bug when fitting Archimedean copulas without adding initial paramter (Issue #29)
  3. Add python 3.9