Skip to content

Releases: lrnv/Copulas.jl

v0.1.23

21 Apr 09:44
a8a1b7b
Compare
Choose a tag to compare

Copulas v0.1.23

Diff since v0.1.22

Merged pull requests:

  • [bug] Change from Id check to diagonal check (#192) (@lrnv)
  • special case for univariate subsets (#193) (@lrnv)
  • [Bug] Force elliptical cdf to behave by clamping them (#197) (@lrnv)
  • [docs] upgrade docs manifest (#198) (@lrnv)
  • up version (#200) (@lrnv)

Closed issues:

  • Σ field from ArchimedeanCopula removed in patch release (#186)
  • [bug] Change from Id check to diagonal check (#190)
  • Numerically instable Gaussian cdf's - Copulas + Turing (#196)

v0.1.22

23 Mar 07:12
8f47a05
Compare
Choose a tag to compare

Copulas v0.1.22

Diff since v0.1.21

Merged pull requests:

  • CompatHelper: bump compat for TaylorSeries to 0.17, (keep existing compat) (#181) (@github-actions[bot])
  • [Paper] Change citations guidelines to take the paper into account. (#182) (@lrnv)
  • Update README.md (#183) (@lrnv)
  • Update README.md (#185) (@lrnv)
  • Add new subsetdims method (#187) (@lrnv)
  • Up version (#188) (@lrnv)
  • docs for subsetdims (#189) (@lrnv)

Closed issues:

  • [Paper] JOSS review checklist (#114)
  • [Paper] Publish a new version before JOSS paper with all changes from the review. (#129)
  • [After Paper] Update citations guidelines (#163)
  • Something wrong with this reference? (#176)

v0.1.21

24 Feb 07:43
068d9db
Compare
Choose a tag to compare

Copulas v0.1.21

Diff since v0.1.20

Merged pull requests:

Closed issues:

  • [Bug] Brake ties at random (#11)
  • [Bug] Frank Copula when parameter is negative (#50)
  • [Bug] Kendall's tau for TCopula & non-archimedeans more generally (#80)
  • [Docs] Convert docstring references to the right format (#88)
  • Design automatic soundness test for all copulas. (#92)
  • Add a precompile workflow (#96)
  • [Bug] RafteryCopula broken tests (#98)
  • [Bug] Empirical Copula (#105)
  • [Paper] Add reference to DataGenCopulaBased.jl and BivariateCopulas.jl, both have zenodo DOIs. (#115)
  • [Paper] Add comparison table with BivariateCopulas.jl and DatagenCopulaBased.jl (#116)
  • [Docs] Detail a bit more the Turing example (add plot). (#118)
  • [Contrib guideline] Add a sentence mentioning the colprac guide. (#119)
  • [Paper] Typos to fix + Eventually automatic proof reading ? (#120)
  • [Paper] Unicode rendering in code blocks is broken. (#121)
  • [Paper] benchmark session (#135)
  • [Paper] Bug in example 1 (#139)
  • [Paper] Failing Generator example. (#140)
  • [Paper] Few typos and remarks (#141)
  • [Docs] More code examples are needed all over the docs (#142)
  • [Docs] Few typos to fix (#143)
  • [Docs] One typo in getting started. (#144)
  • [Docs] Clarify the fitting example (#145)
  • “SUite” -> “Suite” (#146)
  • [Docs] Typo (#147)
  • [Docs] Typo (#148)
  • [Docs] Typo (#149)
  • [Docs] Reorganize the docs (#157)
  • Can you recognize this one? (#177)

v0.1.20

30 Nov 18:41
32d1ac5
Compare
Choose a tag to compare

Copulas v0.1.20

Diff since v0.1.19

Improved documentations, improved test suite, more copulas... see log

Merged pull requests:

v0.1.19

21 Nov 16:42
Compare
Choose a tag to compare

Copulas v0.1.19

Diff since v0.1.18

  • Lot of bug fixes on Archimedeans
  • Moved to separate generator classes to allow easier future implementation of Liouville copulas and nested Liouville.
  • Largely improved documentation (still a way to go though).

Merged pull requests:

Closed issues:

  • Move archimedean generators to their own structs. (#63)
  • Fix broken kendall tau on GumbelBarnettCopula and InvGaussianCopula (#72)

v0.1.18

17 Nov 01:33
Compare
Choose a tag to compare

Copulas v0.1.18

Diff since v0.1.17

A few bugfixes and a few more tests

Merged pull requests:

  • Frank fix + coherence tests on Archimedeans + marginals tests on all copulas (#65) (@lrnv)
  • Fix InvGaussianCopula when theta==0 (#67) (@lrnv)
  • Move to StableRNGs for testing (#69) (@lrnv)
  • JOSS Paper submission (#70) (@lrnv)

Closed issues:

  • problem with Copula Frank samples (#64)
  • Inverse Gaussian Copula (#66)
  • Gumbel with parameter > 10 (#68)

v0.1.17

14 Nov 09:08
7b66c5f
Compare
Choose a tag to compare

Copulas v0.1.17

Diff since v0.1.16

New copulas !
Large docs revamp !
More tests !

Merged pull requests:

v0.1.16

09 Nov 15:36
Compare
Choose a tag to compare

Copulas v0.1.16

Diff since v0.1.15

Faster Matrix samplers
Better docs

Merged pull requests:

v0.1.15

08 Nov 17:38
Compare
Choose a tag to compare

Copulas v0.1.15

Diff since v0.1.14

  • Two new archimedean copulas ! Thanks @Santymax98 !
  • Fixed a lot of bugs
  • Added tests

Merged pull requests:

Closed issues:

  • Add generic coherence check for archimedeans (#54)

v0.1.14

08 Nov 10:22
Compare
Choose a tag to compare

Copulas v0.1.14

Diff since v0.1.13

  • Largely improved documentation
  • Finally moved to williamson sampling to allow generic archimedeans in a unified API.
  • Add tests

Merged pull requests:

Closed issues:

  • Add sampling possibility for negatively dependent claytons (#39)
  • Lack of documentation on PlackettCopula (#42)