Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Francesco Brarda
stan-math-petsc
Commits
4b1a10bc
Commit
4b1a10bc
authored
7 years ago
by
Sean Talts
Browse files
Options
Download
Email Patches
Plain Diff
release/v2.17.0: updating version numbers
parent
5553b45a
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.github/ISSUE_TEMPLATE.md
+1
-1
.github/ISSUE_TEMPLATE.md
RELEASE-NOTES.txt
+16
-1
RELEASE-NOTES.txt
doxygen/doxygen.cfg
+1
-1
doxygen/doxygen.cfg
stan/math/version.hpp
+1
-1
stan/math/version.hpp
with
19 additions
and
4 deletions
+19
-4
.github/ISSUE_TEMPLATE.md
View file @
4b1a10bc
...
...
@@ -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.1
6
.0
v2.1
7
.0
This diff is collapsed.
Click to expand it.
RELEASE-NOTES.txt
View file @
4b1a10bc
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
...
...
This diff is collapsed.
Click to expand it.
doxygen/doxygen.cfg
View file @
4b1a10bc
...
...
@@ -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.1
6
.0
PROJECT_NUMBER = 2.1
7
.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
...
...
This diff is collapsed.
Click to expand it.
stan/math/version.hpp
View file @
4b1a10bc
...
...
@@ -12,7 +12,7 @@
#endif
#define STAN_MATH_MAJOR 2
#define STAN_MATH_MINOR 1
6
#define STAN_MATH_MINOR 1
7
#define STAN_MATH_PATCH 0
namespace
stan
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help