Skip to content

Releases: erdogant/distfit

2.0.1

22 Jan 15:37

Choose a tag to compare

  • Bugfix when working with Python 3.14

2.0.0

16 Jan 16:37

Choose a tag to compare

Huge update with multivariate PDF fitting!

  • Multivariate PDF fitting can be used by using the same pipelines. Initialize with multivariate: dfit = distfit(multivariate=True)
  • Multivariate synthetic data generation
  • Multivariate evalution of PDF
  • Multivariate outlier detection
  • Multivariate Plots: plot_copulaDensity, plot_jointDensity, and the reqular plots can also be used: plot, qqplot
  • Added main included with arguments
  • Fixed issue for newer python version
  • Fixed issue for newer pandas version
  • Fixed warning during bootstrap
  • Fixed issue for matplotlib warning
  • Some docstrings updated
  • Various code refactors and cleaning
  • Update sphinx pages with multivariate modelling

More details about multivariate analysis can be found here

v1.8.9

05 Nov 16:57

Choose a tag to compare

Improvement in the logger: removes the global logger configuration #52
Thanks for the contribution! @endrebjorsvik-sensibel

1.8.8

21 Jun 20:35

Choose a tag to compare

  • Timestamp in logger is now consistent with other timestamps

1.8.7

19 May 21:29

Choose a tag to compare

  • Added new parameter to save(allow_external=True) to save outside the temp and user directories.

1.8.6

23 Apr 18:59

Choose a tag to compare

Fix for the minimum logging level of INFO. All levels, including None, are available again.

1.8.4

22 Apr 13:00

Choose a tag to compare

  • Included a new statistical test goodness_of_fit as scoring statistics.
  • More information can be found here

1.8.3

22 Apr 10:12

Choose a tag to compare

  • Fix to match the exact width of the barplot bins. The last one was accidentally cut off.

1.8.2

22 Apr 09:44

Choose a tag to compare

  • Update logging to prevent interfering with other loggers.

1.8.1

08 Apr 14:20

Choose a tag to compare

  • Update logger
  • Add pypickle to requirements with version >= 1.1.4