Skip to content

Commit

Permalink
Merge pull request #432 from QuantEcon/update-version
Browse files Browse the repository at this point in the history
Release of version 0.4.1
  • Loading branch information
mmcky committed Sep 17, 2018
2 parents a94c44b + e0027f3 commit 64918ce
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

## [Unreleased](https://github.com/QuantEcon/QuantEcon.py/tree/HEAD)

[Full Changelog](https://github.com/QuantEcon/QuantEcon.py/compare/0.3.8.1...HEAD)
[Full Changelog](https://github.com/QuantEcon/QuantEcon.py/compare/0.4.0...HEAD)

**Closed issues:**

- Issue new release of QuantEcon.py [\#425](https://github.com/QuantEcon/QuantEcon.py/issues/425)

**Merged pull requests:**

- DOC: Fix the doc of `root\_finding.py` to display nicely [\#431](https://github.com/QuantEcon/QuantEcon.py/pull/431) ([QBatista](https://github.com/QBatista))
- add solver for dynamic linear economies as LQ problem [\#426](https://github.com/QuantEcon/QuantEcon.py/pull/426) ([mmcky](https://github.com/mmcky))

## [0.4.0](https://github.com/QuantEcon/QuantEcon.py/tree/0.4.0) (2018-08-20)
[Full Changelog](https://github.com/QuantEcon/QuantEcon.py/compare/0.3.8.1...0.4.0)

**Implemented enhancements:**

Expand All @@ -22,6 +34,7 @@

**Merged pull requests:**

- Release of 0.4.0 [\#429](https://github.com/QuantEcon/QuantEcon.py/pull/429) ([mmcky](https://github.com/mmcky))
- DOC: Add doc entry for root\_finding [\#428](https://github.com/QuantEcon/QuantEcon.py/pull/428) ([oyamad](https://github.com/oyamad))
- update to new rtd requirements spec [\#427](https://github.com/QuantEcon/QuantEcon.py/pull/427) ([mmcky](https://github.com/mmcky))
- Add `requests` to setup.py [\#420](https://github.com/QuantEcon/QuantEcon.py/pull/420) ([oyamad](https://github.com/oyamad))
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ modification, are permitted provided that the following conditions are met:

## Major Changes

### Ver 0.4.1 (17-September-2018)

1. FEAT: add solver for dynamic linear economies as LQ problem [\#426](https://github.com/QuantEcon/QuantEcon.py/pull/426) ([mmcky](https://github.com/mmcky))
1. DOC: Fix the doc of `root\_finding.py` to display nicely [\#431](https://github.com/QuantEcon/QuantEcon.py/pull/431) ([QBatista](https://github.com/QBatista))

### Ver 0.4.0 (20-August-2018)

1. FEAT: Add bisection and brent's method for root finding. See PR [\#424](https://github.com/QuantEcon/QuantEcon.py/pull/424) ([spvdchachan](https://github.com/spvdchachan))
Expand Down
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.4.0'
version = '0.4.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#-Write Versions File-#
#~~~~~~~~~~~~~~~~~~~~~#

VERSION = '0.4.0'
VERSION = '0.4.1'

def write_version_py(filename=None):
"""
Expand Down

0 comments on commit 64918ce

Please sign in to comment.