Skip to content

Commit

Permalink
Updating to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjherger committed Oct 11, 2018
1 parent f57d27e commit 4650da4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ Adding support for new data types is designed to be (relatively) painless. A wor
- Modifying `constants.py` to add output support (optional)
- Updating `default_suggested_losses` to include a suggested loss (e.g. `'VARTYPE_vars': losses.mean_squared_error`)
- Modifying `Automater.py` to add output support (optional)
- Updating `_create_output_nub` to create an output layer
- Updating `_create_output_nub` to create an output layer
- Updating `inverse_transform_output` to inverse transform Keras outputs
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@ board games with my partner in Seattle.

### Development

- Nothing yet

### 2.0.0

- Adding CI/CD and PyPi links, and updating contact section w/ about the author (#70)
- Major rewrite / update of examples (#72)
- Fixes bug in embedding transformer. Embeddings will now be at least length 1.
Expand All @@ -198,6 +202,7 @@ board games with my partner in Seattle.
previously unknown issue.
- Standardizing setting logging level, only in test base class and examples (when `__main__`)


### 1.3.5

- Adding regression example w/ inverse_transformation (#64)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

__version__ = '1.3.5'
__version__ = '2.0.0'

# Add README as long description
with open("README.md", "r") as fh:
Expand Down

0 comments on commit 4650da4

Please sign in to comment.