Skip to content

Commit 1c594dc

Browse files
authored
Tribuo v4.2 release (#206)
* Bumping version number to 4.2.0, updating README and other docs. * Updating tutorials for 4.2 release. * Adding reproducibility package location in javadoc, and renaming the clustering tutorial to make it easier to process for the website.
1 parent 8058657 commit 1c594dc

Some content is hidden

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

70 files changed

+309
-312
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.2.0-SNAPSHOT</version>
24+
<version>4.2.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<name>AnomalyDetection-Core</name>

AnomalyDetection/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-anomaly</artifactId>
23-
<version>4.2.0-SNAPSHOT</version>
23+
<version>4.2.0</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<name>AnomalyDetection-LibLinear</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.2.0-SNAPSHOT</version>
24+
<version>4.2.0</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.2.0-SNAPSHOT</version>
24+
<version>4.2.0</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.2.0-SNAPSHOT</version>
24+
<version>4.2.0</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.2.0-SNAPSHOT</version>
24+
<version>4.2.0</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.2.0-SNAPSHOT</version>
24+
<version>4.2.0</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.2.0-SNAPSHOT</version>
23+
<version>4.2.0</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.2.0-SNAPSHOT</version>
23+
<version>4.2.0</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.2.0-SNAPSHOT</version>
24+
<version>4.2.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<name>Classification-LibSVM</name>

0 commit comments

Comments
 (0)