Skip to content

Commit

Permalink
Update release for 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Jan 22, 2016
1 parent 811793b commit dbb3368
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ quantecon/quadsums.py
quantecon/rank_nullspace.py
quantecon/robustlq.py
quantecon/version.py
quantecon/game_theory/__init__.py
quantecon/game_theory/normal_form_game.py
quantecon/markov/__init__.py
quantecon/markov/approximation.py
quantecon/markov/core.py
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,13 @@ modification, are permitted provided that the following conditions are met:

## Major Changes

#### Ver. 0.3.1 (22-January-2016)

1. Adds the ``quantecon/game_theory/`` sub package
2. Updates api for using ``distributions`` as a module ``qe.distributions``

#### Ver. 0.3

1. Removes ``quantecon/models`` subpackage and the collection of code examples. Code has been migrated to the [QuantEcon.applications](https://github.com/QuantEcon/QuantEcon.applications) repository.
2. Adds a utility for fetching notebook dependencies from [QuantEcon.applications](https://github.com/QuantEcon/QuantEcon.applications) to support community contributed notebooks.

2 changes: 1 addition & 1 deletion quantecon/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
This is a VERSION file and should NOT be manually altered
"""
version = '0.3.0'
version = '0.3.1'

0 comments on commit dbb3368

Please sign in to comment.