From 559bdbfdc6b500b82f78957dd90b023fafca085b Mon Sep 17 00:00:00 2001 From: Tom Russell Date: Tue, 29 Jan 2019 11:48:52 +0000 Subject: [PATCH] Update changelog and version before minor release --- CHANGELOG.rst | 29 +++++++++++++++++++++++++++++ CITATION.cff | 4 ++-- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e2e7ae998..8147ce269 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,35 @@ Changelog ========= +Version 1.0.2 +============= + +Minor updates: + +- Update smif app readme +- Bump babel and webpack major versions, update other npm packages +- Validate self-dependencies (between timesteps is okay) +- Add validation methods for narratives +- Make illegal parameters visible in narrative configuration +- Pass path to binary filestore, extract method to parent class +- Allow adaptors to be directly included in a system of systems model +- Provide useful error message when there are missing data in a data array +- Add profiling to some places in the program, provide summary at end of modelrun +- Don't read dimension elements through API + +Fixes: + +- Fix and test reading from timeseries, including zero-d case +- Fix API calling old store methods +- Pin libgcc as possible cause of shared library import errors +- Fix up test_validate to use conftest configs +- Fix react-icons imports, drop reactstrap +- Silence mocha deprecation warning. +- Ensure smif npm package is private +- Fix update_model method store +- Adopt fix for DataFrame.to_dict('records') from future pandas + + Version 1.0 =========== diff --git a/CITATION.cff b/CITATION.cff index 155989dd6..629bc2a34 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,8 +8,8 @@ authors: - family-names: Schoenmakers given-names: Roald title: "smif: simulation modelling integration framework" -version: 0.7.6 -date-released: 2018-05-01 +version: 1.0.2 +date-released: 2019-01-29 repository-code: "https://github.com/nismod/smif/" license: MIT url: "http://smif.readthedocs.io/"