Skip to content

Commit

Permalink
Release 0.5.3 (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jauntbox authored and tovbinm committed May 2, 2019
1 parent 72dff42 commit a3b2d75
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## 0.5.3

Bug fixes:
- Threshold metrics calculation fix when unseen labels are present [#293](https://github.com/salesforce/TransmogrifAI/pull/293)
- DataCutter-related fixes for multiclass [#263](https://github.com/salesforce/TransmogrifAI/pull/263)
- Fixed onSetInput so is always called with new input [#280](https://github.com/salesforce/TransmogrifAI/pull/280)

New features / updates:
- Improved test SmartTextMapVectorizerTest [#296](https://github.com/salesforce/TransmogrifAI/pull/296)
- Add check to raw feature filter for removing all features [#303](https://github.com/salesforce/TransmogrifAI/pull/303)
- Spec-ifying ngram similarity tests [#299](https://github.com/salesforce/TransmogrifAI/pull/299)
- Add random test feature generator to generate datasets with features of *all* types [#298](https://github.com/salesforce/TransmogrifAI/pull/298)
- Spec-ifying NGramTest [#297](https://github.com/salesforce/TransmogrifAI/pull/297)
- Added base spec for testing Spark wrapping transformers [#295](https://github.com/salesforce/TransmogrifAI/pull/295)
- Add/upgrade string indexing tests [#294](https://github.com/salesforce/TransmogrifAI/pull/294)
- Improved multi pick list map vectorizer test [#292](https://github.com/salesforce/TransmogrifAI/pull/292)
- Improvements of Vectorizer tests [#291](https://github.com/salesforce/TransmogrifAI/pull/291)
- Updated TextMapPivotVectorizerTest to use OpEstimatorSpec [#290](https://github.com/salesforce/TransmogrifAI/pull/290)
- Update TextTokenizerTest to use OpTransformerSpec [#289](https://github.com/salesforce/TransmogrifAI/pull/289)
- Add test for RealNNVectorizer [#288](https://github.com/salesforce/TransmogrifAI/pull/288)
- Improved OPCollectionHashingVectorizerTest test [#286](https://github.com/salesforce/TransmogrifAI/pull/286)
- Created new tests for OpCollection [#285](https://github.com/salesforce/TransmogrifAI/pull/286)
- Update names of transformer tests and files to match class names [#284](https://github.com/salesforce/TransmogrifAI/pull/286)
- Improved test by extending OpTransformerSpec [#283](https://github.com/salesforce/TransmogrifAI/pull/286)
- Skip writing empty stages & skip loading stages without uid-s [#282](https://github.com/salesforce/TransmogrifAI/pull/286)
- Skip serializing estimators + fix test + added empty data transform test [#281](https://github.com/salesforce/TransmogrifAI/pull/286)

Dependency updates:
N/A

## 0.5.2

Bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=0.6.0-SNAPSHOT
version=0.5.3
group=com.salesforce.transmogrifai
org.gradle.caching=true

0 comments on commit a3b2d75

Please sign in to comment.