Commit 4b1a10bc authored by Sean Talts's avatar Sean Talts
Browse files

release/v2.17.0: updating version numbers

parent 5553b45a
No related merge requests found
Showing with 19 additions and 4 deletions
+19 -4
......@@ -24,4 +24,4 @@ Describe what you expect the output to be. Knowing the correct behavior is also
Provide any additional information here.
#### Current Version:
v2.16.0
v2.17.0
Stan Math Library Release Notes
======================================================================
v.2.17.0 (05 September 2017)
======================================================================
New Features
--------------------------------------------------
* New algebraic solver! (stan-dev/stan#2023, #516)
* append_array now supports vectors of vectors
Other
--------------------------------------------------
* C++11 (and some of 14) now supported; see https://github.com/stan-dev/stan/wiki/Supported-C---Compilers-and-Language-Features
* Updated to Boost 1.64.0 (#599)
* Makefile refactoring (#602, others)
* New forward-mode test kit (#0557, #0568)
* replace copy args with refs (#346)
v.2.16.0 (15 June 2017)
======================================================================
......@@ -13,7 +29,6 @@ Bug Fixes
--------------------------------------------------
* Align gamma_* function parameter names with documentation
Other
--------------------------------------------------
* Update to Eigen 3.3.3
......
......@@ -38,7 +38,7 @@ PROJECT_NAME = "Stan Math Library"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 2.16.0
PROJECT_NUMBER = 2.17.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
......
......@@ -12,7 +12,7 @@
#endif
#define STAN_MATH_MAJOR 2
#define STAN_MATH_MINOR 16
#define STAN_MATH_MINOR 17
#define STAN_MATH_PATCH 0
namespace stan {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment