Commit graph

699 commits

Author SHA1 Message Date
jgruber99
bb6ceb959e
Typo inthe Contributing Markdown File 2022-02-13 00:12:23 +11:00
Aliaksandr Barouski
efca9301ce
Fixing potential security issue (#2108)
An attacker could access random URL from the executing server if model is crafted. It happens
because pd.read_json checks if the parameter is string contains URL and loads it in the case. The
fix enforcing using parameter as a JSON.

Co-authored-by: Alex Barouski <barouski@fb.com>
2022-01-31 14:18:56 -05:00
Andrew
ed0dc7a3fd
Regenerate generated_holidays.rda (#2094) 2022-01-08 09:03:58 +11:00
Cuong Duong
04ffdc997d
Add Windows wheel (#2089) 2021-12-25 23:20:24 +11:00
Cuong Duong
4af7a45480
Rename master to main (#2090) 2021-12-25 21:12:46 +11:00
Cuong Duong
ba9a5a2c6e update gitignore 2021-10-04 10:20:15 +11:00
Cuong Duong
9cdad80c36 hotfix setup.py 2021-10-04 10:16:55 +11:00
Anurag Kumar
675ece7d6a
Update setup.py (#2027) 2021-10-03 18:42:38 +11:00
Cuong Duong
1ff78a3a05
Speed up Linux wheel building and other fixes (#2040) 2021-10-03 18:41:19 +11:00
Cuong Duong
4fb577e5d4
(Stage 1) Python Wheels for PyPi (#2010) 2021-10-03 12:03:03 +11:00
Cuong Duong
fabf67e73d
Set lower bound for holidays to 0.11.3.1 (#2038) 2021-10-03 05:29:04 +11:00
dependabot[bot]
4a1d762567
Bump nokogiri from 1.11.4 to 1.12.5 in /docs (#2032) 2021-10-03 05:07:52 +11:00
Marco Edward Gorelli
17dbb86ab0
Speed up make_holiday_features by up to 35% (#1962) 2021-08-28 12:19:40 +10:00
Cuong Duong
4d807f60d1
minor fixing : typo grammar 2021-08-28 02:28:37 +10:00
Cuong Duong
9058688118
Bump addressable from 2.7.0 to 2.8.0 in /docs 2021-08-28 02:08:06 +10:00
Cuong Duong
be87004df9 Merge remote-tracking branch 'upstream/master' into minor-fixing 2021-08-28 02:04:44 +10:00
Cuong Duong
0c8183dbe5 Merge branch 'master' into dependabot/bundler/docs/addressable-2.8.0 2021-08-28 01:55:11 +10:00
Cuong Duong
c0ceea8b1f
added 'flat' growth option in docstring python 2021-08-28 01:53:19 +10:00
Cuong Duong
211509f189
Add drop = FALSE in regressor_coefficients() 2021-08-28 01:52:18 +10:00
Cuong Duong
0ee2565f48 Merge remote-tracking branch 'upstream/master' into patch-1 2021-08-28 01:40:32 +10:00
Cuong Duong
065ffee7f9
Bump nokogiri from 1.11.1 to 1.11.4 in /docs 2021-08-28 01:36:21 +10:00
Cuong Duong
7ef73f3b89 Merge remote-tracking branch 'upstream/master' into edit 2021-08-28 01:35:35 +10:00
Cuong Duong
322205c145 Merge branch 'master' into dependabot/bundler/docs/nokogiri-1.11.4 2021-08-28 01:17:36 +10:00
Cuong Duong
6d8a810f15
Fix R CI - install Suggests packages explicitly 2021-08-26 08:45:28 +10:00
Cuong Duong
2a4269b769
Add CRAN badge to package README 2021-08-26 08:42:35 +10:00
Cuong Duong
8a62574590 install suggests packages explicitly 2021-08-14 22:55:55 +10:00
slowy07
05aa1fdd37 fix: typo grammar 2021-08-03 08:37:45 +07:00
dependabot[bot]
c413a634b2
Bump addressable from 2.7.0 to 2.8.0 in /docs
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/sporkmonger/addressable/releases)
- [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.7.0...addressable-2.8.0)

---
updated-dependencies:
- dependency-name: addressable
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-12 21:32:14 +00:00
Drobin Max
d8d819a34f
Update forecaster.py
added 'flat' growth option in docstring
2021-05-24 17:32:14 +03:00
markseeto
e69f2f503f
Add drop = FALSE in regressor_coefficients()
Add `drop = FALSE` in definition of `regressor_coefficients()` to handle the case when there is only one additional regressor.
2021-05-21 17:45:18 +10:00
dependabot[bot]
f73001a0dd
Bump nokogiri from 1.11.1 to 1.11.4 in /docs
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.1 to 1.11.4.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.11.1...v1.11.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-19 07:17:03 +00:00
Cuong Duong
499dd50a43 add cran badge to readme 2021-05-17 22:25:40 +10:00
Thuy-An-Nguyen
b75844e07c
Update README.md, fix broken link (#1908)
* Update README.md, fix broken link

Fixes a broken link to Pystan documentation about Windows installation instructions

* Update README.md with link to pystan2 windows docs
2021-05-11 16:44:25 -07:00
Cuong Duong
949a07b500
Include cmdstanr installation instructions for R (#1905)
* update installation instructions for R

* force rstantools 2.0.0

* remove mc-stan repo, do not install Suggests

* install suggested packages manually
2021-05-11 08:39:20 -07:00
Cuong Duong
14fa36b4d5
Update ignores for development (#1906)
* update ignores for development

* force rstantools 2.0.0

* remove mc-stan repo, do not install Suggests

* install suggested packages manually
2021-05-11 08:37:19 -07:00
Cuong Duong
f99fff94b3
Fix R CI (#1907)
* force rstantools 2.0.0

* remove mc-stan repo, do not install Suggests

* install suggested packages manually
2021-05-11 08:24:22 -07:00
Cuong Duong
a794018d65
Add support for cmdstanr backend (#1806)
* init

* add suggested packages

* use environment variables and align more with Py package

* remove additional testing logic, default to lbfgs

* Remove Newton specifier from test because cmdstanr expects newton

Co-authored-by: Ben Letham <bletham@gmail.com>
2021-05-10 16:09:25 -07:00
Cuong Duong
9cad5a05fb
regenerate holidays csv (#1902) 2021-05-10 16:05:59 -07:00
Greg Rafferty
4b859bca01
added argument for point color to cv plot (#1895) 2021-05-10 16:04:34 -07:00
dependabot[bot]
7ace29d70b
Bump rexml from 3.2.4 to 3.2.5 in /docs (#1892)
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.2.4...v3.2.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-10 16:03:28 -07:00
Cuong Duong
f5cfaaf46b
Add CI for R (#1891)
* add r github actions

* fix r workflow

* simplify r ci

* install remotes first

* fix bugs

* fix system requirements
2021-05-10 15:17:42 -07:00
Ben Sully
0616bfb5da
Add model_to_dict and model_from_dict functions (#1871)
This commit adds the model_to_dict and model_from_dict functions, using
all of the logic that previously lived in model_to_json and
model_from_json, and converting those functions to simply reuse the new
ones.

This is useful because sometimes the user may want to serialize the dict
in some other way (e.g. another JSON serialization library such as ujson
or orjson, or something entirely different).
2021-04-20 18:10:06 -07:00
Ben Letham
9f0ce77be5 Merge branch 'loulo1-patch-1' 2021-04-20 17:50:02 -07:00
Ben Letham
83c4ef3e2b Merge branch 'patch-1' of https://github.com/loulo1/prophet into loulo1-patch-1 2021-04-20 17:49:17 -07:00
Ben Letham
847ecee033 Merge 2021-04-20 17:43:10 -07:00
Ben Letham
e11135e4a4 Add to additional topics docs 2021-04-15 14:58:19 -07:00
loulo1
3a0061e8e1
change init into inits for CmdStanPyBackend 2021-04-14 15:39:02 +02:00
Tyler Kennedy
cd8a24eddd
Fix PyStan Installation Link (#1860)
`installation_beginner.html` no longer exists on RTD.
2021-04-03 18:03:28 -04:00
Vladimir Shargin
899b4fac13
Add include_legend flag to m.plot() (#1858) 2021-04-03 18:01:41 -04:00
Ben Letham
c72ed7abcd Update with notes for latest release 2021-04-02 16:53:06 -07:00