Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
asiripanich committed Apr 2, 2020
1 parent 770d3ec commit ef254b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: dymiumCore
Version: 0.1.6.9000
Version: 0.1.7
Title: A Toolkit for Building a Dynamic Microsimulation Model for Integrated Urban Modelling
Description: A modular microsimulation modelling framework for integrated urban modelling.
Authors@R: c(
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# dymiumCore (development version)
# dymiumCore 0.1.7

- `transition()` gains `values` field, it expects a named vector where its values will be used to replace the outcomes of the model and update the variable in `attr`. See the example section to learnsmore.
- `transition()` now supports a named `list` model, e.g: list(yes = 0.1, no = 0.9).
Expand Down

0 comments on commit ef254b1

Please sign in to comment.