Commit graph

11 commits

Author SHA1 Message Date
Ben Letham
6d81543eb2
Pakage rename (#1844)
* Rename package from fbprophet to prophet, and add shim

* Untrack files that should have been ignored

* Update github actions build commands
2021-03-21 14:13:50 -07:00
Dani
1053a6e9ce
Update PyPi package metadata and resolve Travis CI failing build (#1602)
* Update PyPi package metadata setup.py 'long_description'

* Add V8 package to Travis CI config & caching pip
2020-07-29 17:02:37 -07:00
Ben Letham
0d260699e4
Faster builds for R CI (#1538)
* Change R CI for MacOS

* specify binary installs

* try cache packages

* trigger rebuild to see if caching worked
2020-06-12 16:58:18 -07:00
Ryan Nazareth
9a27386ccc
Add checks for R to Travis CI (#1505)
* Add R check to travis

* add install step for R

* only run testsrather than R CMD check

* Fix command

* add line for installing dependencies

* fix syntax error
2020-06-10 14:35:00 -07:00
Tom Augspurger
5fe3be86c5
Parallel Cross Validation (#1434)
* API: Refactor to parallel / cf

* Added Dask-based parallelism

* fix test

* cover bad parallel

* avoid multiprocess issue under setuptools tests

* Update notebook docs

* fix docstring

* install note

* arbitrary object

* fixups

* fixups

* fixups

* remove unused import
2020-04-28 12:25:41 -07:00
Christopher Suchanek
9cce1527e9
Make sure to cleanup previous models files (#1319) 2020-02-10 18:22:37 -08:00
Christopher Suchanek
1d18adc0ba
Replaced pystan with cmdstanpy (#1083)
* changes

* added actual tests for fit method

* precision

* syntax

* sampling not working

* sampling seems to work

* sampling not working again

* sampling works, tests to be removed

* replaced data with rmse

* replace pystan with cmdstanpy

* cleanup

* cleanup

* test for newton

* added support for multiple backends

* minor fixes

* fixed comment

* added support for --test-slow flag

* fixed import

* reverted style change

* specify backend based on env variable

* fixes

* PR fixes
2020-02-07 14:34:08 -08:00
Ben Letham
a6a5864686 Run travis on Xenial 2019-05-13 17:09:41 -07:00
Ben Letham
a6d68497f1 Revert "Merge branch 'v0.3' into master"
This reverts commit 011a292427, reversing
changes made to 5d453c1d05.
2017-12-22 16:32:54 -08:00
Nagi Teramo
29275ac6e9 Add R setting for Travis CI (#385)
* Update .travis.yml

* Add status badge to README.md

* Update .travis.yml to change directory before install R
2017-12-22 16:13:11 -08:00
Marc Bruggmann
63131f1bf2 Set up Travis to run the python tests. (#160)
* Set up Travis to run the python tests.

* np.matmul requires Numpy 1.10.0

* Extract python dependencies into requirements.txt
2017-07-04 08:47:14 -07:00