Skip to content

Releases: uber/orbit

v1.0.13

03 Apr 00:58
Compare
Choose a tag to compare
  • Core changes

    • Implement a new model KTRLite (#380)
    • Refactoring of BaseTemplate (#382, #384)
    • Add MAPTemplate, FullBayesianTemplate, and AggregatedPosteriorTemplate (#394)
    • Remove dependency of scikit-learn (#379, #381)
  • Documentation:

    • Add changelogs, release process, and contribution guidance (#363, #369, #370, #372)
    • Setup documentation deployment via TravisCI (#291)
    • New tutorial of making your own model (#389)
    • Tutorial enhancement (#383, #388)
  • Utilities:

    • New EDA plot utilities (#403, #407, #408)
    • More options for exisiting plot utilities (#396)

v1.0.12

19 Feb 16:25
Compare
Choose a tag to compare
  • Documentation update (#354, #362)
  • Providing prediction intervals for point posteriors such as AggregatedPosterior and MAP (#357, #359)
  • Abstract classes created to refactor posteriors estimation as templates (#360)
  • Automating documentation and tutorials; migrating docs to readthedocs (#291)

v1.0.11

19 Feb 06:17
Compare
Choose a tag to compare
  • Core changes:

    • a simple ETS class is created (#280, #296)
    • DLT is replacing LGT as the model used in the quick start and general demos (#305)
    • DLT and LGT are refactored to inherit from ETS (#280)
    • DLT now supports regression with strictly positive/negative signs (#296)
    • deprecation on regression with LGT (#305)
    • dependency update; remove enum34 and update other dependencies versions (#301)
    • fixed pickle error (#342)
  • Documentation:

    • updated tutorials (#309, #329, #332 )
    • docstring cleanup with inherited classes (#350)
  • Utilities:

    • include the provide hyper-parameters tuning (#288 )
    • include dataloader with a few standard datasets (#352, #337, #277, #248)
    • plotting functions now returns the plot object (#327, #325, #287, #279)

v1.0.10

15 Nov 23:32
f6adc00
Compare
Choose a tag to compare
  • dpl v2 for travis config (#295)

v1.0.9

15 Nov 22:41
2605d80
Compare
Choose a tag to compare
  • debug travis pypi deployment (#293)
  • Debug travis package deployment (#294)

v1.0.7

15 Nov 01:49
8cca93b
Compare
Choose a tag to compare
  • #279
  • reorder fourier series calculation to match the df (#286)
  • plot utility enhancement (#287)
  • Setup TravisCI deployment for PyPI (#292)

v1.0.6

14 Nov 04:51
68b066b
Compare
Choose a tag to compare

v1.0.1

10 Sep 19:59
Compare
Choose a tag to compare
  • Minor plot enhancements (#209)

v1.0.0

09 Sep 18:01
Compare
Choose a tag to compare

v1.0.0 is a redesign of the Orbit package class design and the first version intended for public release

v0.6.1