Skip to content

Deprecating CREST and Upgrading Dependencies

Latest
Compare
Choose a tag to compare
@lockefox lockefox released this 12 Jun 16:16
2d25b92
  • Fixes serious test errors: https://travis-ci.org/EVEprosper/ProsperAPI/builds/389093207
  • Upgrades requirements from static to latest where possible
    • pystan has been locked at 2.15.0 due to API incompatibilities in fbprophet
    • fbprophet has been upgraded to 0.3.post1 from 0.1.post1
    • Adds back mac compatibility!
  • Fully deprecates CREST functionality (sunset by CCP)
  • Improves logging patterns
    • Fixes multiple-handles problem in endpoint tests
    • Reduces dependency on a global logging variable
  • Adds a fast test command that skips prophet tests
  • Adds .coveragerc to stop counting weird global spaces