Skip to content

Commit c03b26a

Browse files
committed
Bumping to 4.0.2. Adding 4.0.2 short release notes.
1 parent 79b707e commit c03b26a

File tree

47 files changed

+47
-46
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+47
-46
lines changed

AnomalyDetection/Core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo-anomaly</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<name>AnomalyDetection-Core</name>

AnomalyDetection/LibSVM/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo-anomaly</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<name>AnomalyDetection-LibSVM</name>

AnomalyDetection/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<artifactId>tribuo-anomaly</artifactId>

Classification/Core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo-classification</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<name>Classification-Core</name>

Classification/DecisionTree/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo-classification</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<name>Classification-Tree</name>

Classification/Experiments/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo-classification</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<name>Classification-Experiments</name>

Classification/Explanations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.tribuo</groupId>
2222
<artifactId>tribuo-classification</artifactId>
23-
<version>4.0.2-SNAPSHOT</version>
23+
<version>4.0.2</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<name>Classification-Explanations</name>

Classification/LibLinear/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.tribuo</groupId>
2222
<artifactId>tribuo-classification</artifactId>
23-
<version>4.0.2-SNAPSHOT</version>
23+
<version>4.0.2</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<name>Classification-LibLinear</name>

Classification/LibSVM/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo-classification</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<name>Classification-LibSVM</name>

Classification/MultinomialNaiveBayes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.tribuo</groupId>
2424
<artifactId>tribuo-classification</artifactId>
25-
<version>4.0.2-SNAPSHOT</version>
25+
<version>4.0.2</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<name>Classification-MultinomialNaiveBayes</name>

Classification/SGD/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.tribuo</groupId>
2222
<artifactId>tribuo-classification</artifactId>
23-
<version>4.0.2-SNAPSHOT</version>
23+
<version>4.0.2</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<name>Classification-SGD</name>

Classification/XGBoost/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo-classification</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<name>Classification-XGBoost</name>

Classification/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<artifactId>tribuo-classification</artifactId>

Clustering/Core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo-clustering</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<name>Clustering-Core</name>

Clustering/KMeans/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo-clustering</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<name>Clustering-KMeans</name>

Clustering/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<artifactId>tribuo-clustering</artifactId>

Common/LibLinear/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo-common</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<name>Common-LibLinear</name>

Common/LibSVM/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo-common</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<name>Common-LibSVM</name>

Common/NearestNeighbour/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo-common</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<name>Common-NearestNeighbour</name>

Common/Trees/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo-common</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<name>Common-Tree</name>

Common/XGBoost/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo-common</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<name>Common-XGBoost</name>

Common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<artifactId>tribuo-common</artifactId>

Core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<name>Core</name>

Data/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<name>Data</name>

Interop/Core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo-interop</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<name>Interop-Core</name>

Interop/ONNX/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo-interop</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<name>Interop-ONNX</name>

Interop/Tensorflow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo-interop</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<name>Interop-Tensorflow</name>

Interop/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<artifactId>tribuo-interop</artifactId>

Json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

Math/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.tribuo</groupId>
2222
<artifactId>tribuo</artifactId>
23-
<version>4.0.2-SNAPSHOT</version>
23+
<version>4.0.2</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<name>Math</name>

MultiLabel/Core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo-multilabel</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<name>MultiLabel-Core</name>

MultiLabel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<artifactId>tribuo-multilabel</artifactId>

README.md

Lines changed: 1 addition & 0 deletions

Regression/Core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo-regression</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<name>Regression-Core</name>

Regression/LibLinear/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo-regression</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<name>Regression-LibLinear</name>

Regression/LibSVM/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo-regression</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<name>Regression-LibSVM</name>

Regression/RegressionTree/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo-regression</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<name>Regression-Tree</name>

Regression/SGD/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.tribuo</groupId>
2222
<artifactId>tribuo-regression</artifactId>
23-
<version>4.0.2-SNAPSHOT</version>
23+
<version>4.0.2</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<name>Regression-SGD</name>

Regression/SLM/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.tribuo</groupId>
2222
<artifactId>tribuo-regression</artifactId>
23-
<version>4.0.2-SNAPSHOT</version>
23+
<version>4.0.2</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<name>Regression-SLM</name>

Regression/XGBoost/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo-regression</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<name>Regression-XGBoost</name>

Regression/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<artifactId>tribuo-regression</artifactId>

Util/InformationTheory/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo-util</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<name>InformationTheory</name>

Util/Tokenization/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo-util</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<name>Tokenization</name>

Util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo</artifactId>
24-
<version>4.0.2-SNAPSHOT</version>
24+
<version>4.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<artifactId>tribuo-util</artifactId>

0 commit comments

Comments
 (0)