Releases: erdogant/distfit
Releases · erdogant/distfit
v2.0.2
Compare
Sorry, something went wrong.
No results found
Minor fix in plot when only <=2 samples are present.
2.0.1
Compare
Sorry, something went wrong.
No results found
Bugfix when working with Python 3.14
2.0.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Improvement in the logger: removes the global logger configuration #52
Thanks for the contribution! @endrebjorsvik-sensibel
1.8.8
Compare
Sorry, something went wrong.
No results found
Timestamp in logger is now consistent with other timestamps
1.8.7
Compare
Sorry, something went wrong.
No results found
Added new parameter to save(allow_external=True) to save outside the temp and user directories.
1.8.6
Compare
Sorry, something went wrong.
No results found
Fix for the minimum logging level of INFO. All levels, including None, are available again.
1.8.4
Compare
Sorry, something went wrong.
No results found
Included a new statistical test goodness_of_fit as scoring statistics.
More information can be found here
1.8.3
Compare
Sorry, something went wrong.
No results found
Fix to match the exact width of the barplot bins. The last one was accidentally cut off.
1.8.2
Compare
Sorry, something went wrong.
No results found
Update logging to prevent interfering with other loggers.