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