Commit graph

15 commits

Author SHA1 Message Date
Cuong Duong
2f84620a28
Simplify setup.py and tests (#2336) 2023-01-19 21:52:19 +11:00
Brian Ward
9968f8be41
Simplify setup.py, make CmdStan the default backend (#2088) 2022-04-05 00:06:59 +10:00
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
Ben Letham
ffedaa4eed Add new test file to manifest 2020-08-19 19:50:33 -07:00
Sean J. Taylor
34af9efb89 Post1 release + remove pyproject.toml file 2019-01-08 11:00:54 -08:00
Ben Letham
6886371961 Add pyproject.toml back 2018-12-20 20:30:43 -08:00
Ben Letham
9676019825 Update manifest and include package data 2018-12-20 15:36:02 -08:00
Ben Letham
ad095ac690 Add versions to build dependencies 2018-09-25 13:06:28 -07:00
Ben Letham
9f13d8b64f Include requirements.txt in dist 2018-09-24 17:48:37 -07:00
Ben Letham
55d7d1e62d Single stan model with both trends (Py) 2018-05-04 16:04:29 -07:00
Sean J. Taylor
12aa324a83 Fixes to get tests to run on Python 3 2017-09-08 08:56:25 -07:00
Rolando (Max) Espinoza
1a57d19148 Allow to build models in-place. (#100)
This fixes the commands ``python setup.py develop`` and ``pip install
-e``.
2017-03-16 17:49:02 +02:00
Rolando (Max) Espinoza
e33e7c4b37 Make stan code windows-compatible. (#96)
The vector/matrix operations fail to compile in windows due to eigen
incompatibility with windows compiler. Here we opt to use a non-
vectorized model for windows platform.
2017-03-09 18:47:59 +02:00
Peter M. Landwehr
54638d18da Add LICENSE to Manifest 2017-02-24 14:35:10 -08:00
Sean J. Taylor
e51b42b336 Initial commit 2017-02-22 15:59:43 -08:00