Skip to content

v0.2.2

Latest
Compare
Choose a tag to compare
@yamasakih yamasakih released this 19 Jul 13:27
b99d26c

Release_0.2.2

(Changes relative to Release_0.2.1)

Acknowledgements:

@kubor @natsukium @tonets @zaltoprofen

New Features and Enhancements:

  • Add setup.cfg
    (github pull #38 from kubor and some help from zaltoprofen)
  • Add MIT license and python badges
    (github pull #39 from yamasakih)
  • Add Pipfile
    (github pull #44 from yamasakih)
  • Add travis setting
    (github pull #46 from yamasakih and some help from natsukium)
  • Add CI badge
    (github pull #48 from yamasakih)
  • Add document
    (github pull #24 from yamasakih)
  • Add codecov badge
    (github pull #55 from yamasakih)
  • Add unittest
    (github pull #51, #64 from yamasakih)
  • Add type hinting
    (github pull #61 from yamasakih)
  • Add codecov to .travis.yml
    (github pull #63)
  • Output warning when the product of sample size and threshold becomes very small
    (github issue #56 from yamasakih and some comment from tonets)

Bug Fixes:

  • Fix version info
    (github pull #38 from kubor)
  • Fix bug of convert_label_to_zero_or_one function
    (github pull #53 from yamasakih)
  • Fix bug of plot_predictiveness_curve function
    (github issue #56 from yamasakih and some comment from tonets)
  • Fix bug of calculate_risk_percentiles function
    (github pull #59 from yamasakih)
  • Fix int threshold converting
    (github pull #65 from yamasakih)
  • Fix bug of cacluate_risk_percentiles function
    (github issue #58 from yamasakih)