Skip to content

Releases: erdogant/distfit

v1.6.7

24 Feb 20:54
Compare
Choose a tag to compare
  • docstrings update

v1.6.6

17 Feb 16:48
Compare
Choose a tag to compare
  • Show message during initialization if matplotlib is not correct version

v1.6.5

17 Feb 16:28
Compare
Choose a tag to compare
  • Check whether matplotlib version >= 3.5.2 is installed

v1.6.4

15 Feb 16:48
Compare
Choose a tag to compare
  • Change title in plot_summary(title='new new title')

v1.6.3

12 Feb 22:24
Compare
Choose a tag to compare
  • Fix for ylim in plot_summary
  • multtest can be set in the predict function and is removed from the initialization.
  • font sizes can be set in all figures
  • Code cleaning

v1.6.2

08 Feb 19:27
Compare
Choose a tag to compare
  • Add in setup and requirements that matplotlib>=3.6.3 to prevent error regarding rotation

v1.6.1

08 Feb 19:21
Compare
Choose a tag to compare
  • rotation='vertical' replaced for 45 for matplotlib

v1.6.0

07 Feb 21:41
Compare
Choose a tag to compare
  • Added bootstrap test with KS-test #18
    dfit = distfit(n_boots=100)
  • Updated plot_summary() with the bootstrap results
  • Updated dfit.summary results with bootstrap_score bootstrap_pass
  • Renamed distr into name in dfit.summary and now it is similar to the dictionary dfit.model
  • Disables warning messages for colourmap
  • See documentation for more information about the bootstrapping approach
  • Updated docstrings

Read the blog about distfit here!

v1.5.5

04 Feb 12:36
Compare
Choose a tag to compare
  • updated default colors in plot
  • xlabel and ylabel can be specified for plot

v1.5.4

02 Feb 19:24
Compare
Choose a tag to compare
  • Do not show pdf in case pdf_properties=None