Releases: srlearn/SRLBoost
Releases · srlearn/SRLBoost
0.3.0
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 inbackground
by @hayesall in #54 - 📝 Add
javadoc
build step tobuild.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
, andThreshold
by @hayesall in #63 - 🔥 Drop references to
spy()
andtrace
by @hayesall in #65 - 🔥 Drop
ArityFilter
andPredicateNameAndArityFilter
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 to5.8.2
by @hayesall in #79
Full Changelog: v0.2.0...v0.3.0
0.2.0
What's Changed
- 🏗️ Scaffolding JUnit testing by @hayesall in #27
- 🔥 Remove One-Class Classification by @hayesall in #31
- 🔥 Drop CLI argument:
doWhenMod
by @hayesall in #33 - ✏️ Fix typos in README referencing
hayesall
repo by @hayesall in #32 - 🔥 Drop support for renaming
pos
/neg
/facts
by @hayesall in #34 - 🔥 Drop
condor.chirp
by @hayesall in #36 - 🔥 Drop support for compressed facts files by @hayesall in #38
- 👷 Add
ci.yml
for Java build/test setup by @hayesall in #39 - 🐛 Regression Fix by @hayesall in #40
- 🔖 Bump version number to tag at
0.2.0
by @hayesall in #41
Full Changelog: v0.1.1...v0.2.0
v0.1.1
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'
inbuild.gradle
by @hayesall in #21 - ✅ Unit testing + jacoco coverage by @hayesall in #22
- 🚚 Build Resources: Moving the
.fopcLibrary
files tosrc/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
Full Changelog: https://github.com/srlearn/SRLBoost/commits/v0.1.0