Releases: beacon-biosignals/Legolas.jl
Releases · beacon-biosignals/Legolas.jl
v0.5.3
Legolas v0.5.3
Merged pull requests:
v0.5.2
Legolas v0.5.2
Closed issues:
- schema prefixes are reserved globally instead of by module (#65)
Merged pull requests:
v0.5.1
v0.5.0
Legolas v0.5.0
Closed issues:
- Columns of extension schemas should go after columns of parent schemas (#12)
- Add function that returns a Schema's cols (#41)
Legolas.Row
type aliases impede ergonomic deprecation cycles (#49)- attempting to define a child schema of a non-existent parent schema should induce an
UnknownSchemaError
(#51) - attempting to define a schema that violates its parent schema types should induce an error (#53)
Merged pull requests:
v0.4.0
v0.3.4
Legolas v0.3.4
Closed issues:
Merged pull requests:
- Fix docstring formatting (#37) (@ericphanson)
- tweak UnknownSchemaError language (#38) (@ericphanson)
- improve nested arrow serialization support (#40) (@ericphanson)
- Add
construct
function (#45) (@omus)
v0.3.3
Legolas v0.3.3
Closed issues:
- de/serialize
Schema
to Arrow withschema_qualified_string
(#35)
Merged pull requests:
- Update to codecov-action v2 (#33) (@kimlaberinto)
- de/serialize Schema to String w/
schema_qualified_string
(#36) (@kleinschmidt)
v0.3.2
Legolas v0.3.2
Merged pull requests:
- Updates
tour.jl
link be branch agnostic in README (#30) (@kimlaberinto) - no-op constructor (#32) (@kleinschmidt)
v0.3.1
Legolas v0.3.1
Closed issues:
- Feature request: let children schemas use fields from parents for defaults/validation (#22)
Merged pull requests: