Skip to content

Commit 41e54b1

Browse files
committed
Bump SMSD to 5.2.1
API-compatible upgrade. All 156 tests pass, zero compilation errors. Co-Authored-By: Syed Asad Rahman <asad.rahman@bioinceptionlabs.com>
1 parent 0315d88 commit 41e54b1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Performance
150150
| Test suite | 156 tests, 100% pass |
151151
| Test time | ~120s (4x faster than v2.x) |
152152
| Codebase | 68 files (reduced from 345) |
153-
| Dependencies | SMSD 4.3.0, CDK 2.12 |
153+
| Dependencies | SMSD 5.2.1, CDK 2.12 |
154154
| Deterministic | Yes (no ML training needed) |
155155

156156
How to Cite RDT?

pom-local.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.bioinceptionlabs</groupId>
4646
<artifactId>smsd</artifactId>
47-
<version>4.3.0</version>
47+
<version>5.2.1</version>
4848
</dependency>
4949

5050
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<dependency>
114114
<groupId>com.bioinceptionlabs</groupId>
115115
<artifactId>smsd</artifactId>
116-
<version>4.3.0</version>
116+
<version>5.2.1</version>
117117
</dependency>
118118

119119
<!-- https://mvnrepository.com/artifact/commons-cli/commons-cli -->

0 commit comments

Comments
 (0)