Releases: erdogant/distfit
Releases · erdogant/distfit
1.8.8
21 Jun 20:35
Compare
Sorry, something went wrong.
No results found
Timestamp in logger is now consistent with other timestamps
1.8.7
19 May 21:29
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
23 Apr 18:59
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
22 Apr 13:00
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
22 Apr 10:12
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
22 Apr 09:44
Compare
Sorry, something went wrong.
No results found
Update logging to prevent interfering with other loggers.
1.8.1
08 Apr 14:20
Compare
Sorry, something went wrong.
No results found
Update logger
Add pypickle to requirements with version >= 1.1.4
1.8.0
17 May 11:20
Compare
Sorry, something went wrong.
No results found
Parallel computing added into distfit #49
[Docs and examples
Thanks to the contributions of @KrystofS and @maxmekiska
v1.7.3
08 Dec 19:43
Compare
Sorry, something went wrong.
No results found
Issue #46
The width of the bar chart is now adjustable using the bar properties: dfit.plot(bar_properties={'width':10})
v1.7.2
02 Dec 12:45
Compare
Sorry, something went wrong.
No results found
Fix that the logger does not lose it's verbosity in certain circumstances
Fix that catches the error if the confidence interval can not be determined.