Skip to content

Commit

Permalink
Update changelog and version before minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalrussell committed Jan 29, 2019
1 parent ea40c3b commit 559bdbf
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
===========

Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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/"

0 comments on commit 559bdbf

Please sign in to comment.