Skip to content

Commit

Permalink
Switching to Apache 2 license (3) + adapted CHANGELOG/NEXT_RELEASES
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-cros committed Sep 19, 2023
1 parent 3ddd009 commit 19c2c21
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# v0.5.0

- Switched to Apache 2 license
- Minor changes


# v0.4.0

Note: this is not an exhaustive list of the changes, but the most important ones
Note: this is not an exhaustive list of the changes, but the most important ones.
See Towards Data Science article for more details: https://towardsdatascience.com/data-transformations-in-scala-with-gallia-version-0-4-0-is-out-f0b8df3e48f3

- <a name="221013105445"></a> Metaschema: see [MetaSchema.scala](https://github.com/galliaproject/gallia-core/blob/v0.4.0/src/main/scala/gallia/MetaSchema.scala) and example usage in [MetaSchemaTest.scala](https://github.com/galliaproject/gallia-testing/blob/v0.4.0/src/main/scala/galliatest/suites/MetaSchemaTest.scala)
- <a name="221013103753"></a> Union Types: limited support
Expand Down
10 changes: 10 additions & 0 deletions NEXT_RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Current

Upcoming releases of Gallia will focus on the following aspects:

- Migration to Scala 3
- Optimization: via (optional) code generation + more reliance on macros (thanks to Scala 3 migration)
- Support for flagship project: https://github.com/anthony-cros/scalabix (Bioinformatics library in Scala), especially "trio" genetic variants portal.


# Formerly:

- Misc:
- Address known bugs (mostly corner cases now)
- Splitting `gallia.heads.HeadV` in four separate cases: single vs multiple values, and numerical vs non-numerical values; this will allow appropriate operations to be defined on each combination more seamlessly (rather than relying on implicit evidences)
Expand Down

0 comments on commit 19c2c21

Please sign in to comment.