Skip to content

Commit

Permalink
Merge pull request #68 from UDST/release-staging
Browse files Browse the repository at this point in the history
[0.2.2] Release
  • Loading branch information
smmaurer authored Apr 17, 2020
2 parents b173353 + ea421c4 commit 4e89877
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChoiceModels change log

### 0.2.2 (2020-04-17)

- production release

### 0.2.2.dev1 (2020-04-14)

- adds a `MergedChoiceTable.from_df()` as an alternative constructor
Expand Down
2 changes: 1 addition & 1 deletion choicemodels/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

from .mnl import MultinomialLogit, MultinomialLogitResults

version = __version__ = '0.2.2.dev1'
version = __version__ = '0.2.2'
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ChoiceModels

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).

v0.2.2.dev1, released April 14, 2020
v0.2.2, released April 17, 2020


Contents
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='choicemodels',
version='0.2.2.dev1',
version='0.2.2',
description='Tools for discrete choice estimation',
long_description=long_description,
author='UDST',
Expand Down

0 comments on commit 4e89877

Please sign in to comment.