From 7c1d410287f3e37d9229d6a0b82ce4e8a2dbda9d Mon Sep 17 00:00:00 2001 From: Reca Sarfati Date: Tue, 10 Dec 2019 12:10:22 -0500 Subject: [PATCH] Release v0.1.6 --- NEWS.md | 13 ++++++++----- Project.toml | 2 +- README.md | 16 ++++++++++++---- 3 files changed, 21 insertions(+), 10 deletions(-) diff --git a/NEWS.md b/NEWS.md index 35d1737..6205a58 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,19 +1,22 @@ -# DSGE.jl v0.1.5 Release Notes +# ModelConstructors.jl v0.1.6 Release Notes +- Resolve package compatibility issues, so as to be backwards-compatible with Julia 0.7. + +# ModelConstructors.jl v0.1.5 Release Notes Update tests - Generalize to permit Real types (e.g. allows integration for ForwardDiff) - Gradients of parameter transformations - Fix package loading for v1.1 - Add function to initialize DegenerateMvNormal object (needed in the DSGE.jl package) -# DSGE.jl v0.1.4 Release Notes +# ModelConstructors.jl v0.1.4 Release Notes Update tests Bug fixes and cleanup -# DSGE.jl v0.1.3 Release Notes +# ModelConstructors.jl v0.1.3 Release Notes Bug fixes and cleanup -# DSGE.jl v0.1.2 Release Notes +# ModelConstructors.jl v0.1.2 Release Notes Bug fixes and cleanup -# DSGE.jl v0.1.1 Release Notes +# ModelConstructors.jl v0.1.1 Release Notes Bug fixes and cleanup diff --git a/Project.toml b/Project.toml index ff3de82..8775578 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ModelConstructors" uuid = "e47e5152-bd14-11e9-1b46-c951f0a7041d" authors = ["William Chen ", "Reca Sarfati add ModelConstructors +``` + +## Versioning +`ModelConstructors.jl` is currently compatible with Julia `v0.7`, `v1.0`, and `v1.1`. + +## Disclaimer Copyright Federal Reserve Bank of New York. You may reproduce, use, modify, make derivative works of, and distribute and this code in whole or in part so long as you keep this notice in the documentation associated with any distributed works. Neither the name of the Federal Reserve Bank of New York (FRBNY) nor the names of any of the authors may be used to endorse or promote works derived from this code without prior written permission. Portions of the code attributed to third parties are subject to applicable third party licenses and rights. By your use of this code you accept this license and any applicable third party license. THIS CODE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT ANY WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, EXCEPT TO THE EXTENT THAT THESE DISCLAIMERS ARE HELD TO BE LEGALLY INVALID. FRBNY IS NOT, UNDER ANY CIRCUMSTANCES, LIABLE TO YOU FOR DAMAGES OF ANY KIND ARISING OUT OF OR IN CONNECTION WITH USE OF OR INABILITY TO USE THE CODE, INCLUDING, BUT NOT LIMITED TO DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, PUNITIVE, SPECIAL OR EXEMPLARY DAMAGES, WHETHER BASED ON BREACH OF CONTRACT, BREACH OF WARRANTY, TORT OR OTHER LEGAL OR EQUITABLE THEORY, EVEN IF FRBNY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES OR LOSS AND REGARDLESS OF WHETHER SUCH DAMAGES OR LOSS IS FORESEEABLE.