Skip to content

Commit

Permalink
Merge pull request #85 from weikang9009/master
Browse files Browse the repository at this point in the history
Prepare for release 2.1.0
  • Loading branch information
weikang9009 authored Apr 8, 2019
2 parents a0ee8db + 15979e6 commit ef92842
Show file tree
Hide file tree
Showing 3 changed files with 200 additions and 93 deletions.
65 changes: 57 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,54 @@
Version 2.0.0 (2018-08-26)
# Version 2.1.0 (2019-04-08)

We closed a total of 36 issues (enhancements and bug fixes) through 16 pull requests, since our last release on 2018-08-26.

## Issues Closed
- Add splot as a soft dependency for giddy (#84)
- .travis built on archaic Miniconda (#82)
- explicitly specifying Miniconda3 in .travis.yml (#83)
- configure doctest and coverage testing (#81)
- remove plot directive and indents (#80)
- reference labels are missing from rendered docs (#77)
- fix missing reference labels in rendered docs (#79)
- (ENH) Full rank and geographic rank Markov methods (#73)
- (BUG) update directional notebook to accommodate changes in libpysal (#78)
- (BUG) fix notebooks (#76)
- remove redundant installation in travis.yml (#75)
- add pypi badge to README (#74)
- (BUG) remove libpysal.api in Rank notebook (#72)
- update required versions of dependencies (#71)
- Update issue templates (#70)
- conform to PEP8 style guide (#69)
- Singular matrix when computing ergodic values (#32)
- build notebooks for documentation (#6)
- update README with new doi and doc website (#68)
- REL: 2.0.0 (#67)

## Pull Requests
- Add splot as a soft dependency for giddy (#84)
- explicitly specifying Miniconda3 in .travis.yml (#83)
- configure doctest and coverage testing (#81)
- remove plot directive and indents (#80)
- fix missing reference labels in rendered docs (#79)
- (ENH) Full rank and geographic rank Markov methods (#73)
- (BUG) update directional notebook to accommodate changes in libpysal (#78)
- (BUG) fix notebooks (#76)
- remove redundant installation in travis.yml (#75)
- add pypi badge to README (#74)
- (BUG) remove libpysal.api in Rank notebook (#72)
- update required versions of dependencies (#71)
- Update issue templates (#70)
- conform to PEP8 style guide (#69)
- update README with new doi and doc website (#68)
- REL: 2.0.0 (#67)

The following individuals contributed to this release:

- Wei Kang
- James Gaboardi
- Serge Rey

# Version 2.0.0 (2018-08-26)

This release does not add any new functionality to `giddy`, but
instead features api changes in `giddy` and its
Expand Down Expand Up @@ -40,7 +90,7 @@ The following individuals contributed to this release:
- Wei Kang
- Stefanie Lumnitz

v<1.2.0>, 2018-07-27
# Version 1.2.0 (2018-07-27)

This release features:
* a more flexible specification for the [spatial Markov chains model](https://github.com/pysal/giddy/blob/master/giddy/markov.py#L169).More specifically, for continuous time series input:
Expand All @@ -59,7 +109,7 @@ We closed a total of 34 issues, 16 pull requests and 18 regular issues;
this is the full list (generated with the script
:file:`tools/github_stats.py`):

Pull Requests (16):
## Pull Requests (16):

* :ghpull:`56`: b'prepare for release 1.2.0'
* :ghpull:`55`: b'set up dual travis tests for libpysal (pip and github)'
Expand All @@ -78,7 +128,7 @@ Pull Requests (16):
* :ghpull:`40`: b'typo - email notifications'
* :ghpull:`38`: b'fix for python 3'

Issues (18):
## Issues (18):

* :ghissue:`56`: b'prepare for release 1.2.0'
* :ghissue:`55`: b'set up dual travis tests for libpysal (pip and github)'
Expand All @@ -99,8 +149,7 @@ Issues (18):
* :ghissue:`38`: b'fix for python 3'
* :ghissue:`39`: b'first draft of sphinx gallery'


v<1.1.1>, 2018-05-17
# Version 1.1.1 (2018-05-17)

This release is the first tagged release of giddy on Github.
Starting from this release, giddy supports python 3.5 and 3.6 only.
Expand All @@ -121,7 +170,7 @@ We closed a total of 20 issues, 8 pull requests and 12 regular issues;
this is the full list (generated with the script
:file:`tools/github_stats.py`):

Pull Requests (8):
## Pull Requests (8):

* :ghpull:`36`: b'add changelog for the release 1.1.0'
* :ghpull:`35`: b'prepare for release'
Expand All @@ -132,7 +181,7 @@ Pull Requests (8):
* :ghpull:`25`: b'[WIP] prepare for full metapackage integration'
* :ghpull:`27`: b'api module for giddy'

Issues (12):
## Issues (12):

* :ghissue:`36`: b'add changelog for the release 1.1.0'
* :ghissue:`35`: b'prepare for release'
Expand Down
2 changes: 1 addition & 1 deletion giddy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.0.0"
__version__ = "2.1.0"
# __version__ has to be defined in the first line

"""
Expand Down
Loading

0 comments on commit ef92842

Please sign in to comment.