Skip to content

Releases: Herb-AI/Herb.jl

v0.4.0

03 Oct 13:21
41110ac
Compare
Choose a tag to compare

Herb v0.4.0

Diff since v0.3.0

Merged pull requests:

Closed issues:

  • Add list of contributors (#59)
  • Fix Documenter crossreference issues (#61)
  • Bump HerbCore versions (#64)
  • Automate ipynb to md conversion tutorials (#81)
  • Improve Contributor Guide (#91)
  • Update "How to contribute" and contribution guidelines (#93)
  • Pluto notebooks for all Herb Tutorials (#94)

v0.3.0

17 May 10:40
052e2a2
Compare
Choose a tag to compare

Herb v0.3.0

Diff since v0.2.0

Merged pull requests:

Closed issues:

  • Add code coverage to all repositories (#60)

v0.2.0

15 Mar 08:51
5d5c114
Compare
Choose a tag to compare

Herb v0.2.0

Diff since v0.1.0

  • HerbData has been replaced by HerbSpecification
  • HerbGrammar and HerbSearch both received breaking changes
    • See release notes for HerbGrammar here
    • and for HerbSearch here

Merged pull requests:

Closed issues:

  • Write contributing guideline (#39)
  • Add possibility to run all tests jointly from the Herb.jl (#45)

v0.1.0

08 Sep 18:05
5b516a5
Compare
Choose a tag to compare

Herb v0.1.0

Closed issues:

  • Add basic benchmarks to the Benchmarks.jl (#1)
  • New repo: Grammar.jl (#2)
  • New repo: Search.jl (#3)
  • Move parts of ProbExprRules.jl to Grammar.jl and Search.jl (#4)
  • New repo: root synthesis package (#5)
  • Move constraints functionality to Constraints.jl (#6)
  • New repo: Data.jl (#7)
  • New repo: Evaluation.jl (#8)
  • New repo: Heuristics.jl (#9)
  • New repo: SpecificationLanguage.jl (#10)
  • New repo: SpecificationReasoning.jl (#11)
  • New repo: SpecificationDiscovery.jl (#12)
  • New repo: LearningToGuide.jl (#13)
  • New repo: Refactoring.jl (#14)
  • New repo: Utils.jl (#15)
  • Add a function for reading input-output examples to Data.jl (#16)
  • Grammar core functionality (#17)
  • Add Licence (#18)
  • Add enumeration to Search.jl (#19)
  • Support removing rules in the grammar (#20)
  • Generalize breadth-first search to work with heuristics (#22)
  • New repo: Examples.jl (#23)
  • Add context-sensitive grammars (#25)
  • Support for constraints in Search (#26)
  • Extend grammars with probabilities (#28)
  • Tests (#29)
  • Return best program found so far instead of nothing when search fails (#33)
  • Probabilistic iterator (#35)
  • Update contributors and contact details (#38)
  • Documentation (!!!!!!!!) (#41)
  • Add Sebastijan and me as contributors to the respective repos (#47)

Merged pull requests: