Skip to content

Releases: galliaproject/gallia-core

v0.6.1

10 Feb 01:05
Compare
Choose a tag to compare

Full Changelog: v0.5.0...v0.6.1

NOTE: v0.6.0 was not published correctly, please ignore it

In a nutshell:

  • Migration to scala 3
  • Optimization prototype (OSWO)
  • Cleaned up DAGs code, now (1) InitialMetaPlan -> (2) IntermediateMetaPlan -> (3) SucessMetaPlan -> (4) ActionPlan -> (5) AtomPlan
  • Improved runtime "data" error reporting (as opposed to meta errors)
  • Added .formatCaseClassHierarchy for source code output of schemas

v0.6.0

09 Feb 20:28
Compare
Choose a tag to compare

NOTE: v0.6.0 was not published correctly, please ignore it and use v0.6.1 instead.

v0.5.0

19 Sep 17:39
Compare
Choose a tag to compare

Full Changelog: v0.4.0...v0.5.0

Mostly:

  • Switched to Apache 2 license
  • Minor features addition
  • Bug fixes

v0.4.0

07 Oct 15:29
Compare
Choose a tag to compare

See CHANGELOG.md

Full Changelog: v0.3.2...v0.4.0

v0.3.2

05 Jan 14:18
Compare
Choose a tag to compare
v0.3.2

v0.3.1

01 Nov 14:04
Compare
Choose a tag to compare

Fixed issue pertaining to serialisation (for Spark)

v0.3.0

27 Oct 17:57
Compare
Choose a tag to compare

Mostly improvements on generate/fuse/fusion and miscellaneous cleanups