Skip to content

Releases: srlearn/SRLBoost

0.3.0

12 Jun 14:29
d391307
Compare
Choose a tag to compare

What's Changed

  • ✅ Standardizing Unit Testing + Five Datasets by @hayesall in #45
  • ⚡️ Remove call to java -jar auc.jar by @hayesall in #46
  • 🔥 Drop -lc CLI parameter by @hayesall in #47
  • 🔥 Drop unused -modN CLI parameter by @hayesall in #48
  • 💡 Drop some CLI parameters w.r.t. AUCCalculator by @hayesall in #49
  • 🔥 Drop -reweigh CLI flag by @hayesall in #50
  • 🔥 Drop -iter CLI flag by @hayesall in #51
  • 🔥 Phasing out library loading by @hayesall in #10
  • 🔥 Drop many built-in predicates by @hayesall in #52
  • ✅ Replace import statements in background by @hayesall in #54
  • 📝 Add javadoc build step to build.gradle by @hayesall in #56
  • 🔥 FileParser: replace unused tokens with errors by @hayesall in #57
  • 🔥 Drop unused CLI parameters by @hayesall in #58
  • 🔥 Drop unused method and class in ConnectiveName by @hayesall in #59
  • 🔥 Deprecate and remove precomputes by @hayesall in #60
  • 🔥 Drop LearnOneClause params, Threshold, Pruning by @hayesall in #61
  • 🔥 Drop some parsing cases: ConsCells by @hayesall in #62
  • 🔥 Drop ListProcessing, Math, and Threshold by @hayesall in #63
  • 🔥 Drop references to spy() and trace by @hayesall in #65
  • 🔥 Drop ArityFilter and PredicateNameAndArityFilter by @hayesall in #66
  • 🔥 Drop Relevance parameters by @hayesall in #64
  • 🔥 Drop some inlining + unreachable code by @hayesall in #67
  • 🔥 Dropping unreachable code around FOPC by @hayesall in #68
  • 🔥 Mostly remove recursive_ by @hayesall in #69
  • 🔥 Multiclass deprecate: mostly drop _multiclass by @hayesall in #70
  • 🎨 Optimize imports by @hayesall in #71
  • 🔥 Drop CreateSyntheticExamples, RRR, ConsCell parsing by @hayesall in #72
  • 🔥 Deprecate multiple targets by @hayesall in #73
  • 🔥 File Parsing / Language Deprecation by @hayesall in #74
  • 🔥 Drop Empty Methods and Constructors by @hayesall in #75
  • 🔥 Inline and Delete Final Parameters by @hayesall in #76
  • 🔨 Build step improvements, Cora tests, drop unreachable code by @hayesall in #77
  • 🔥 Drop auc.jar since -aucJarPath not needed by @hayesall in #80
  • 🔖 Bump versions to 0.3.0 by @hayesall in #78
  • ⬆️ Bump org.junit dependencies to 5.8.2 by @hayesall in #79

Full Changelog: v0.2.0...v0.3.0

0.2.0

06 Jun 17:53
19f92a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.2.0

v0.1.1

04 Jun 17:29
f318318
Compare
Choose a tag to compare

What's Changed

  • 🔨 Gradle Builds by @hayesall in #18
  • 👷 Add gradle-wrapper-validation.yml workflow by @hayesall in #19
  • ✨ Add -v/-version command-line argument by @hayesall in #20
  • 🔧 Bump version = '0.1.1' in build.gradle by @hayesall in #21
  • ✅ Unit testing + jacoco coverage by @hayesall in #22
  • 🚚 Build Resources: Moving the .fopcLibrary files to src/main/resources/ by @hayesall in #23
  • 📝 Adjust build recommendations to use gradlew by @hayesall in #24
  • 🔥 Drop pom.xml by @hayesall in #25
  • 🔥 Drop IDE configs, enforce with .gitignore rules by @hayesall in #26

Full Changelog: v0.1.0...v0.1.1

0.1.0

16 Apr 20:31
bc38e52
Compare
Choose a tag to compare