Skip to content

Commit dbb3368

Browse files
committed
Update release for 0.3.1
1 parent 811793b commit dbb3368

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

MANIFEST

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ quantecon/quadsums.py
2626
quantecon/rank_nullspace.py
2727
quantecon/robustlq.py
2828
quantecon/version.py
29+
quantecon/game_theory/__init__.py
30+
quantecon/game_theory/normal_form_game.py
2931
quantecon/markov/__init__.py
3032
quantecon/markov/approximation.py
3133
quantecon/markov/core.py

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,13 @@ modification, are permitted provided that the following conditions are met:
7070

7171
## Major Changes
7272

73+
#### Ver. 0.3.1 (22-January-2016)
74+
75+
1. Adds the ``quantecon/game_theory/`` sub package
76+
2. Updates api for using ``distributions`` as a module ``qe.distributions``
77+
7378
#### Ver. 0.3
7479

7580
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.
7681
2. Adds a utility for fetching notebook dependencies from [QuantEcon.applications](https://github.com/QuantEcon/QuantEcon.applications) to support community contributed notebooks.
82+

quantecon/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
This is a VERSION file and should NOT be manually altered
33
"""
4-
version = '0.3.0'
4+
version = '0.3.1'

0 commit comments

Comments
 (0)