Skip to content

Commit

Permalink
update version (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpsrcrepo authored and tovbinm committed Nov 22, 2018
1 parent 44e8e1b commit 8be1525
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 10 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Changelog

## 0.5.0
Performance improvements:

New features and bug fixes:
- Evaluators check for empty data [#178](https://github.com/salesforce/TransmogrifAI/pull/178)
- Refactored splitter tests [#176](https://github.com/salesforce/TransmogrifAI/pull/176)
- Add default param grid for xgboost [#175](https://github.com/salesforce/TransmogrifAI/pull/175)
- Added aggregate & conditonal readers for parquet [#172](https://github.com/salesforce/TransmogrifAI/pull/172)
- Fix ModelInsights for xgboost [#170](https://github.com/salesforce/TransmogrifAI/pull/170)
- Return scoring feature distributions from RawFeatureFilter [#171](https://github.com/salesforce/TransmogrifAI/pull/171)
- Added parquet reader [#169](https://github.com/salesforce/TransmogrifAI/pull/169)
- Using MapReduce Api for Avro Read Write [#150](https://github.com/salesforce/TransmogrifAI/pull/150)
- Improve test coverage for VectorsCombiner and make vector aggregator efficient [#168](https://github.com/salesforce/TransmogrifAI/pull/168)
- Time based aggregators [#167](https://github.com/salesforce/TransmogrifAI/pull/167)
- Ignore null values in meta + support floats [#166](https://github.com/salesforce/TransmogrifAI/pull/166)
- CLI command name fix + bump shadow plugin version + cleanup [#164](https://github.com/salesforce/TransmogrifAI/pull/164)
- fix build.sbt example in readme [#165](https://github.com/salesforce/TransmogrifAI/pull/165)
- Removed an old test I added to check if Spark ran out of memory when calculating a correlation matrix (this is unnecessary and unhelpful) [#160](https://github.com/salesforce/TransmogrifAI/pull/160)
- Replace assert with require [#159](https://github.com/salesforce/TransmogrifAI/pull/159)
- Streaming histogram implementation [#152](https://github.com/salesforce/TransmogrifAI/pull/152)
- Added test and removed dead code for Sanity Checker dealing with map with same key [#153](https://github.com/salesforce/TransmogrifAI/pull/153)
- XGBoost classification & regression models [#44](https://github.com/salesforce/TransmogrifAI/pull/44)
- Added Maven Central badge [#149](https://github.com/salesforce/TransmogrifAI/pull/149)
- fixed model insights exception when features are excluded from sanity checker correlation calculations [#147](https://github.com/salesforce/TransmogrifAI/pull/147)
- added logging of response distribution to RFF [#146](https://github.com/salesforce/TransmogrifAI/pull/146)
- Use proper test ranges in feature converter test [#143](https://github.com/salesforce/TransmogrifAI/pull/143)
- Added support for DateType and TimestampType primitive spark types [#135](https://github.com/salesforce/TransmogrifAI/pull/135)
- Standardizing timezone to UTC [#138](https://github.com/salesforce/TransmogrifAI/pull/138)

Dependency upgrades:
- Upgrade XGBoost to 0.81 [#180](https://github.com/salesforce/TransmogrifAI/pull/180)
- Spark 2.3.2 [#44](https://github.com/salesforce/TransmogrifAI/pull/44)
- Use OpenJDK8 for CircleCI builds + refactor build config [#140](https://github.com/salesforce/TransmogrifAI/pull/140)
- Update Gradle to 4.10.2 [#142](https://github.com/salesforce/TransmogrifAI/pull/142)

## 0.4.0

New features and bug fixes:
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TransmogrifAI

[![Maven Central](https://img.shields.io/maven-central/v/com.salesforce.transmogrifai/transmogrifai-core_2.11.svg?colorB=blue)](https://search.maven.org/search?q=g:com.salesforce.transmogrifai) [![Download](https://api.bintray.com/packages/salesforce/maven/TransmogrifAI/images/download.svg)](https://bintray.com/salesforce/maven/TransmogrifAI/_latestVersion) [![Javadocs](https://www.javadoc.io/badge/com.salesforce.transmogrifai/transmogrifai-core_2.11/0.4.0.svg?color=blue)](https://www.javadoc.io/doc/com.salesforce.transmogrifai/transmogrifai-core_2.11/0.4.0) [![Spark version](https://img.shields.io/badge/spark-2.2-brightgreen.svg)](https://spark.apache.org/downloads.html) [![Scala version](https://img.shields.io/badge/scala-2.11-brightgreen.svg)](https://www.scala-lang.org/download/2.11.12.html) [![License](http:https://img.shields.io/:license-BSD--3-blue.svg)](./LICENSE) [![Chat](https://badges.gitter.im/salesforce/TransmogrifAI.svg)](https://gitter.im/salesforce/TransmogrifAI?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Maven Central](https://img.shields.io/maven-central/v/com.salesforce.transmogrifai/transmogrifai-core_2.11.svg?colorB=blue)](https://search.maven.org/search?q=g:com.salesforce.transmogrifai) [![Download](https://api.bintray.com/packages/salesforce/maven/TransmogrifAI/images/download.svg)](https://bintray.com/salesforce/maven/TransmogrifAI/_latestVersion) [![Javadocs](https://www.javadoc.io/badge/com.salesforce.transmogrifai/transmogrifai-core_2.11/0.5.0.svg?color=blue)](https://www.javadoc.io/doc/com.salesforce.transmogrifai/transmogrifai-core_2.11/0.5.0) [![Spark version](https://img.shields.io/badge/spark-2.2-brightgreen.svg)](https://spark.apache.org/downloads.html) [![Scala version](https://img.shields.io/badge/scala-2.11-brightgreen.svg)](https://www.scala-lang.org/download/2.11.12.html) [![License](http:https://img.shields.io/:license-BSD--3-blue.svg)](./LICENSE) [![Chat](https://badges.gitter.im/salesforce/TransmogrifAI.svg)](https://gitter.im/salesforce/TransmogrifAI?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

[![TravisCI Build Status](https://travis-ci.com/salesforce/TransmogrifAI.svg?token=Ex9czVEUD7AzPTmVh6iX&branch=master)](https://travis-ci.com/salesforce/TransmogrifAI) [![CircleCI Build Status](https://circleci.com/gh/salesforce/TransmogrifAI.svg?&style=shield&circle-token=e84c1037ae36652d38b49207728181ee85337e0b)](https://circleci.com/gh/salesforce/TransmogrifAI) [![Codecov](https://codecov.io/gh/salesforce/TransmogrifAI/branch/master/graph/badge.svg)](https://codecov.io/gh/salesforce/TransmogrifAI) [![CodeFactor](https://www.codefactor.io/repository/github/salesforce/transmogrifai/badge)](https://www.codefactor.io/repository/github/salesforce/transmogrifai)

Expand Down Expand Up @@ -128,10 +128,10 @@ repositories {
}
dependencies {
// TransmogrifAI core dependency
compile 'com.salesforce.transmogrifai:transmogrifai-core_2.11:0.4.0'
compile 'com.salesforce.transmogrifai:transmogrifai-core_2.11:0.5.0'
// TransmogrifAI pretrained models, e.g. OpenNLP POS/NER models etc. (optional)
// compile 'com.salesforce.transmogrifai:transmogrifai-models_2.11:0.4.0'
// compile 'com.salesforce.transmogrifai:transmogrifai-models_2.11:0.5.0'
}
```

Expand All @@ -142,10 +142,10 @@ scalaVersion := "2.11.12"
resolvers += Resolver.jcenterRepo

// TransmogrifAI core dependency
libraryDependencies += "com.salesforce.transmogrifai" %% "transmogrifai-core" % "0.4.0"
libraryDependencies += "com.salesforce.transmogrifai" %% "transmogrifai-core" % "0.5.0"

// TransmogrifAI pretrained models, e.g. OpenNLP POS/NER models etc. (optional)
// libraryDependencies += "com.salesforce.transmogrifai" %% "transmogrifai-models" % "0.4.0"
// libraryDependencies += "com.salesforce.transmogrifai" %% "transmogrifai-models" % "0.5.0"
```

Then import TransmogrifAI into your code:
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/Bootstrap-Your-First-Project.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Clone the TransmogrifAI repo:
```bash
git clone https://github.com/salesforce/TransmogrifAI.git
```
Checkout the latest release branch (in this example `0.4.0`):
Checkout the latest release branch (in this example `0.5.0`):
```bash
cd ./TransmogrifAI
git checkout 0.4.0
git checkout 0.5.0
```
Build the TransmogrifAI CLI by running:
```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/Running-from-Spark-Shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Start up your spark shell and add the [TransmogrifAI package](https://spark-packages.org/package/salesforce/TransmogrifAI):

```bash
$SPARK_HOME/bin/spark-shell --packages com.salesforce.transmogrifai:transmogrifai-core_2.11:0.4.0
$SPARK_HOME/bin/spark-shell --packages com.salesforce.transmogrifai:transmogrifai-core_2.11:0.5.0
```

Or if you'd like to use the latest version from master:
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.4.1-SNAPSHOT
version=0.5.0
group=com.salesforce.transmogrifai
org.gradle.caching=true
2 changes: 1 addition & 1 deletion helloworld/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ext {
junitVersion = '4.11'
sparkVersion = '2.2.1'
scalatestVersion = '3.0.0'
transmogrifaiVersion ='0.4.0'
transmogrifaiVersion ='0.5.0'
collectionsVersion = '3.2.2'
mainClassName = "com.salesforce.dummy.DummyMain"
}
Expand Down

0 comments on commit 8be1525

Please sign in to comment.