Skip to content

Releases: asnelt/mixedvines

Version 1.3.4

20 Dec 22:53
Compare
Choose a tag to compare

Refactor distribution selection.
Fix get_all_params NumPy compatibility.
Improve stability of nbinom moment matching fit.
Move VineLayer out of the MixedVine scope and change private modifiers.
Refactor _VineLayer density methods.
Refactor marginal and copula setters.
Add Read the Docs configuration file.
Use numpydoc for documentation.

Version 1.3.3

27 Aug 18:49
Compare
Choose a tag to compare

Use more list comprehensions and clarify checks.
Restructure package directories.
Change build system to flit.
Change license from GPLv3+ to GPLv3.
Clean up Sphinx configuration.
Remove duplicate method descriptions.
Limit length of docstring lines to 75 characters.
Improve return style.
Add documentation for exceptions.

Version 1.3.2

18 Jun 00:20
Compare
Choose a tag to compare

Code and comments clean-up.
Use Structural Pattern Matching.

Version 1.3.1

27 Nov 19:16
Compare
Choose a tag to compare

Update Docstrings for PEP 257.

Version 1.3.0

12 Jun 20:11
Compare
Choose a tag to compare

Introduce random_state arguments.
Drop support for Python 3.3.x and lower.

Version 1.2.2

26 Dec 21:03
Compare
Choose a tag to compare

Fix trunc_level parameter.
Fix pylint issues.
Add missing long_description_content_type to setup.

Version 1.2.0

10 Dec 17:38
Compare
Choose a tag to compare

Fix package import issues.

Version 1.1

09 Jun 14:41
Compare
Choose a tag to compare

Add heuristic ordering of elements to improve canonical vine fits.
Harden code against nans.

Initial release

24 May 10:12
Compare
Choose a tag to compare

First release of the mixedvines package.