Skip to content

Releases: sdv-dev/Copulas

v0.2.4 - 2019-12-23

23 Dec 15:45
Compare
Choose a tag to compare

New Features

  • Allow creating copula classes directly - Issue #117 by @csala

General Improvements

Bugs fixed

  • Error on Frank and Gumble sampling - Issue #112 by @csala

v0.2.3 - 2019-09-17

17 Sep 13:47
Compare
Choose a tag to compare

New Features

General Improvements

Bugs fixed

  • The method 'select_copula' of Bivariate return wrong CopulaType - Issue #101 by @JDTheRipperPC

v0.2.2 - 2019-07-31

31 Jul 13:08
Compare
Choose a tag to compare

New Features

General Improvements

Bugs fixed

  • Fix bug on Vine copulas, that made it crash during the bivariate copula selection - Issue #64 by @echo66 and @ManuelAlvarezC

v0.2.1

17 Jan 12:36
Compare
Choose a tag to compare
  • Add serialization to Vine copulas.
  • Add distribution as argument for the Gaussian Copula.
  • Improve Bivariate Copulas code structure to remove code duplication.
  • Fix bug in Vine Copulas sampling: 'Edge' object has no attribute 'index'
  • Improve code documentation.
  • Improve code style and linting tools configuration.

Unified API

06 Jan 17:32
Compare
Choose a tag to compare
  • New API for stats methods.
  • Standarize input and output to numpy.ndarray.
  • Increase unittest coverage to 90%.
  • Add methods to load/save copulas.
  • Improve Gaussian copula sampling accuracy.

Minor Improvements

23 Aug 14:30
Compare
Choose a tag to compare
  • Different Copula types separated in subclasses
  • Extensive Unit Testing.
  • More pythonic names in the public API.
  • Stop using third party elements that will be deprected soon.
  • Add methods to sample new data on bivariate copulas.
  • New KDE Univariate copula.
  • Improved examples with additional demo data.

First Release

22 Aug 07:22
Compare
Choose a tag to compare

First release to PyPi