瀏覽代碼

0.1.1 version bumps

Sean J. Taylor 8 年之前
父節點
當前提交
813966fdd7
共有 3 個文件被更改,包括 12 次插入2 次删除
  1. 1 1
      R/DESCRIPTION
  2. 10 0
      README.md
  3. 1 1
      python/setup.py

+ 1 - 1
R/DESCRIPTION

@@ -1,6 +1,6 @@
 Package: prophet
 Title: Automatic Forecasting Procedure
-Version: 0.1
+Version: 0.1.1
 Date: 2017-01-26
 Authors@R: c(
   person("Sean", "Taylor", email = "sjt@fb.com", role = c("cre", "aut")),

+ 10 - 0
README.md

@@ -13,6 +13,7 @@ Prophet is [open source software](https://code.facebook.com/projects/) released
 - Source code repository: https://github.com/facebookincubator/prophet
 - Prophet R package: https://cran.r-project.org/package=prophet
 - Prophet Python package: https://pypi.python.org/pypi/fbprophet/
+- Release blogpost: https://research.fb.com/prophet-forecasting-at-scale/
 
 ## Installation in R
 
@@ -46,3 +47,12 @@ After installation, you can [get started!](https://facebookincubator.github.io/p
 
 On Windows, PyStan requires a compiler so you'll need to [follow the instructions](http://pystan.readthedocs.io/en/latest/windows.html).  The key step is installing a recent [C++ compiler](http://landinghub.visualstudio.com/visual-cpp-build-tools).
 
+## Changelog
+
+### Version 0.1.1 (2017.04.17)
+
+- Bugfixes
+
+### Version 0.1 (2017.02.23)
+
+- Initial release

+ 1 - 1
python/setup.py

@@ -96,7 +96,7 @@ class TestCommand(test_command):
 
 setup(
     name='fbprophet',
-    version='0.1.post1',
+    version='0.1.1',
     description='Automatic Forecasting Procedure',
     url='https://facebookincubator.github.io/prophet/',
     author='Sean J. Taylor <sjt@fb.com>, Ben Letham <bletham@fb.com>',