Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.5.3 #305

Merged
merged 4 commits into from
May 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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