Skip to content

Commit 4e89877

Browse files
authored
Merge pull request #68 from UDST/release-staging
[0.2.2] Release
2 parents b173353 + ea421c4 commit 4e89877

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ChoiceModels change log
22

3+
### 0.2.2 (2020-04-17)
4+
5+
- production release
6+
37
### 0.2.2.dev1 (2020-04-14)
48

59
- adds a `MergedChoiceTable.from_df()` as an alternative constructor

choicemodels/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
from .mnl import MultinomialLogit, MultinomialLogitResults
55

6-
version = __version__ = '0.2.2.dev1'
6+
version = __version__ = '0.2.2'

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ChoiceModels
88

99
ChoiceModels is a Python library for discrete choice modeling, with utilities for sampling, simulation, and other ancillary tasks. It's part of the `Urban Data Science Toolkit <https://docs.udst.org>`__ (UDST).
1010

11-
v0.2.2.dev1, released April 14, 2020
11+
v0.2.2, released April 17, 2020
1212

1313

1414
Contents

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='choicemodels',
9-
version='0.2.2.dev1',
9+
version='0.2.2',
1010
description='Tools for discrete choice estimation',
1111
long_description=long_description,
1212
author='UDST',

0 commit comments

Comments
 (0)