Skip to content

Commit

Permalink
Bumping to 4.0.2. Adding 4.0.2 short release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Craigacp committed Nov 5, 2020
1 parent 79b707e commit c03b26a
Show file tree
Hide file tree
Showing 47 changed files with 47 additions and 46 deletions.
2 changes: 1 addition & 1 deletion AnomalyDetection/Core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-anomaly</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>AnomalyDetection-Core</name>
Expand Down
2 changes: 1 addition & 1 deletion AnomalyDetection/LibSVM/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-anomaly</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>AnomalyDetection-LibSVM</name>
Expand Down
2 changes: 1 addition & 1 deletion AnomalyDetection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tribuo-anomaly</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion Classification/Core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-classification</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Classification-Core</name>
Expand Down
2 changes: 1 addition & 1 deletion Classification/DecisionTree/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-classification</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Classification-Tree</name>
Expand Down
2 changes: 1 addition & 1 deletion Classification/Experiments/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-classification</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Classification-Experiments</name>
Expand Down
2 changes: 1 addition & 1 deletion Classification/Explanations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-classification</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Classification-Explanations</name>
Expand Down
2 changes: 1 addition & 1 deletion Classification/LibLinear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-classification</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Classification-LibLinear</name>
Expand Down
2 changes: 1 addition & 1 deletion Classification/LibSVM/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-classification</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Classification-LibSVM</name>
Expand Down
2 changes: 1 addition & 1 deletion Classification/MultinomialNaiveBayes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-classification</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Classification-MultinomialNaiveBayes</name>
Expand Down
2 changes: 1 addition & 1 deletion Classification/SGD/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-classification</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Classification-SGD</name>
Expand Down
2 changes: 1 addition & 1 deletion Classification/XGBoost/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-classification</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Classification-XGBoost</name>
Expand Down
2 changes: 1 addition & 1 deletion Classification/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tribuo-classification</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion Clustering/Core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-clustering</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Clustering-Core</name>
Expand Down
2 changes: 1 addition & 1 deletion Clustering/KMeans/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-clustering</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Clustering-KMeans</name>
Expand Down
2 changes: 1 addition & 1 deletion Clustering/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tribuo-clustering</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion Common/LibLinear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-common</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Common-LibLinear</name>
Expand Down
2 changes: 1 addition & 1 deletion Common/LibSVM/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-common</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Common-LibSVM</name>
Expand Down
2 changes: 1 addition & 1 deletion Common/NearestNeighbour/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-common</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Common-NearestNeighbour</name>
Expand Down
2 changes: 1 addition & 1 deletion Common/Trees/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-common</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Common-Tree</name>
Expand Down
2 changes: 1 addition & 1 deletion Common/XGBoost/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-common</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Common-XGBoost</name>
Expand Down
2 changes: 1 addition & 1 deletion Common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tribuo-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion Core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Core</name>
Expand Down
2 changes: 1 addition & 1 deletion Data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Data</name>
Expand Down
2 changes: 1 addition & 1 deletion Interop/Core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-interop</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Interop-Core</name>
Expand Down
2 changes: 1 addition & 1 deletion Interop/ONNX/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-interop</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Interop-ONNX</name>
Expand Down
2 changes: 1 addition & 1 deletion Interop/Tensorflow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-interop</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Interop-Tensorflow</name>
Expand Down
2 changes: 1 addition & 1 deletion Interop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tribuo-interop</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion Json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion Math/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Math</name>
Expand Down
2 changes: 1 addition & 1 deletion MultiLabel/Core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-multilabel</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>MultiLabel-Core</name>
Expand Down
2 changes: 1 addition & 1 deletion MultiLabel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tribuo-multilabel</artifactId>
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ Tribuo is licensed under the [Apache 2.0 License](./LICENSE.txt).

## Release Notes:

- v4.0.2 - Many bug fixes (CSVDataSource, JsonDataSource, RowProcessor, LibSVMTrainer, Evaluations, Regressor serialization). Improved javadoc and documentation. Added two new tutorials (columnar data and external models).
- v4.0.1 - Bugfix for CSVReader to cope with blank lines, added IDXDataSource to allow loading of native MNIST format data.
- v4.0.0 - Initial public release.
- v3 - Added provenance system, the external model support and onnx integrations.
Expand Down
2 changes: 1 addition & 1 deletion Regression/Core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-regression</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Regression-Core</name>
Expand Down
2 changes: 1 addition & 1 deletion Regression/LibLinear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-regression</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Regression-LibLinear</name>
Expand Down
2 changes: 1 addition & 1 deletion Regression/LibSVM/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-regression</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Regression-LibSVM</name>
Expand Down
2 changes: 1 addition & 1 deletion Regression/RegressionTree/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-regression</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Regression-Tree</name>
Expand Down
2 changes: 1 addition & 1 deletion Regression/SGD/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-regression</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Regression-SGD</name>
Expand Down
2 changes: 1 addition & 1 deletion Regression/SLM/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-regression</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Regression-SLM</name>
Expand Down
2 changes: 1 addition & 1 deletion Regression/XGBoost/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-regression</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Regression-XGBoost</name>
Expand Down
2 changes: 1 addition & 1 deletion Regression/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tribuo-regression</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion Util/InformationTheory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-util</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>InformationTheory</name>
Expand Down
2 changes: 1 addition & 1 deletion Util/Tokenization/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-util</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Tokenization</name>
Expand Down
2 changes: 1 addition & 1 deletion Util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.tribuo</groupId>
<artifactId>tribuo</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tribuo-util</artifactId>
Expand Down
Loading

0 comments on commit c03b26a

Please sign in to comment.