Create version 1.2.1 #40

Merged
rmontanana merged 11 commits from ldi into main 2025-07-19 20:42:25 +00:00
24 changed files with 748 additions and 140 deletions
Showing only changes of commit 56d85b1a43 - Show all commits

View File

@@ -16,10 +16,10 @@
#include "TestUtils.h"
std::map<std::string, std::string> modules = {
{ "mdlp", "2.1.0" },
{ "Folding", "1.1.1" },
{ "mdlp", "2.1.1" },
{ "Folding", "1.1.2" },
{ "json", "3.11" },
{ "ArffFiles", "1.2.0" }
{ "ArffFiles", "1.2.1" }
};
TEST_CASE("MDLP", "[Modules]")