mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-14 20:48:08 +00:00
Readying for 0.5 release
This commit is contained in:
parent
f09ad61c26
commit
39e356ddbe
3 changed files with 7 additions and 7 deletions
|
|
@ -1,9 +1,9 @@
|
|||
Package: prophet
|
||||
Title: Automatic Forecasting Procedure
|
||||
Version: 0.4
|
||||
Date: 2018-12-18
|
||||
Version: 0.5
|
||||
Date: 2019-05-15
|
||||
Authors@R: c(
|
||||
person("Sean", "Taylor", email = "sjt@fb.com", role = c("cre", "aut")),
|
||||
person("Sean", "Taylor", email = "sjtz@pm.me", role = c("cre", "aut")),
|
||||
person("Ben", "Letham", email = "bletham@fb.com", role = "aut")
|
||||
)
|
||||
Description: Implements a procedure for forecasting time series data based on
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
CXX_STD = CXX11
|
||||
PKG_CPPFLAGS = -I../inst/include -DCOMPILING_DPLYR -DBOOST_NO_INT64_T -DBOOST_NO_INTEGRAL_INT64_T -DBOOST_NO_LONG_LONG -DRCPP_USING_UTF8_ERROR_STRING
|
||||
|
||||
|
|
|
|||
|
|
@ -97,11 +97,11 @@ with open('requirements.txt', 'r') as f:
|
|||
|
||||
setup(
|
||||
name='fbprophet',
|
||||
version='0.4.post2',
|
||||
version='0.5',
|
||||
description='Automatic Forecasting Procedure',
|
||||
url='https://facebook.github.io/prophet/',
|
||||
author='Sean J. Taylor <sjt@fb.com>, Ben Letham <bletham@fb.com>',
|
||||
author_email='sjt@fb.com',
|
||||
author='Sean J. Taylor <sjtz@pm.me>, Ben Letham <bletham@fb.com>',
|
||||
author_email='sjtz@pm.me',
|
||||
license='BSD',
|
||||
packages=find_packages(),
|
||||
setup_requires=[
|
||||
|
|
|
|||
Loading…
Reference in a new issue