Skip to content

Commit 423ffe2

Browse files
authored
Merge pull request #99 from weikang9009/v220
Prepare for release 2.2.0
2 parents bef3e66 + 5c1d3e5 commit 423ffe2

File tree

3 files changed

+141
-144
lines changed

3 files changed

+141
-144
lines changed

Diff for: CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
# Version 2.2.0 (2019-06-20)
2+
3+
We closed a total of 25 issues (enhancements and bug fixes) through 11 pull requests, since our last release on 2019-04-08.
4+
5+
## Issues Closed
6+
- (docs) update installation instructions (#98)
7+
- (docs) change the css to accommodate new versions of sphinx and sphinx bootstrap theme (#97)
8+
- PyPi page configuration (#96)
9+
- pip install github master.zip of pysal dependencies (#95)
10+
- update README.md (#93)
11+
- Update readme (#94)
12+
- migrate from readthedocs configuration file v1 to v2 (#92)
13+
- updating supported python versions (3.6 and 3.7) in setup.py (#91)
14+
- Move testing off of 3.5 and add 3.7 (#90)
15+
- release on conda-forge (#89)
16+
- allow user specified lag and check shape (#53)
17+
- Update zenodo doi and pypi badge for version 2.1.0 (new release) (#87)
18+
- (bug) format readme.rst as long_description for pypi display (#86)
19+
- Prepare for release 2.1.0 (#85)
20+
21+
## Pull Requests
22+
- (docs) update installation instructions (#98)
23+
- (docs) change the css to accommodate new versions of sphinx and sphinx bootstrap theme (#97)
24+
- PyPi page configuration (#96)
25+
- pip install github master.zip of pysal dependencies (#95)
26+
- Update readme (#94)
27+
- migrate from readthedocs configuration file v1 to v2 (#92)
28+
- updating supported python versions (3.6 and 3.7) in setup.py (#91)
29+
- Move testing off of 3.5 and add 3.7 (#90)
30+
- Update zenodo doi and pypi badge for version 2.1.0 (new release) (#87)
31+
- (bug) format readme.rst as long_description for pypi display (#86)
32+
- Prepare for release 2.1.0 (#85)
33+
34+
The following individuals contributed to this release:
35+
36+
- Wei Kang
37+
- James Gaboardi
38+
139
# Version 2.1.0 (2019-04-08)
240

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

Diff for: giddy/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.1.0"
1+
__version__ = "2.2.0"
22
# __version__ has to be defined in the first line
33

44
"""
@@ -12,4 +12,4 @@
1212
from . import markov
1313
from . import mobility
1414
from . import rank
15-
from . import util
15+
from . import util

0 commit comments

Comments
 (0)