Skip to content

Releases: maximenc/pycop

v0.0.13 - 2024-03-30

30 Mar 15:15
Compare
Choose a tag to compare

Enable vectorized operations in:

  • gaussian.get_cdf()
  • mixture.fit_cmle_mixt()
  • estimation.IAD_dist()
  • estimation.AD_dist()

v0.0.12 - 2024-03-14

14 Mar 15:58
Compare
Choose a tag to compare

• Bivariate Estimation (pycop/bivariate/estimation):

  • Upgraded fit_cmle_mixt function with improved constraint handling and customizable optimization options.
  • Removed the use of pandas in IAD and AD distance calculations.
  • Removed ECDF and statsmodels dependencies from pseudo_obs computation.

• Empirical Module (pycop/bivariate/empirical.py):

  • Removed pandas dependency.
  • Improved optimal_tdc efficiency.

• Codebase Improvements

  • Removed distutils usage to resolve compatibility issues with Python 3.12.

• Documentation Update

  • The README file has been updated to reflect these and previous changes.

Full Changelog: v0.0.11...v0.0.12

v0.0.11 - 2023-02-03

03 Feb 02:44
76bb1e9
Compare
Choose a tag to compare
Update setup.py

v0.0.10 - 2022-11-20

20 Nov 18:21
Compare
Choose a tag to compare
Update setup.py

v0.0.7 - 2022-08-25

25 Aug 14:50
585c206
Compare
Choose a tag to compare
Merge pull request #2 from David-Woroniuk/master

Minor revisions to ```simulation.py```

v0.0.6 - 2022-05-29

29 Apr 12:51
Compare
Choose a tag to compare
update imports and README.md