Skip to content

Releases: AlgebraicJulia/AlgebraicRelations.jl

v0.3.1

12 Oct 05:05
be85d3b
Compare
Choose a tag to compare

AlgebraicRelations v0.3.1

Diff since v0.3.0

Merged pull requests:

Release v0.3.0

26 Oct 17:18
2d4dea7
Compare
Choose a tag to compare
  • Added support for Catlab v0.13
  • API modification: replaced the following functions with macros:
    • SchemaType => @db_schema
    • present_to_schema => @present_to_schema

Release v0.2.4

15 Apr 18:06
7e8946d
Compare
Choose a tag to compare
  • Added support for Catlab v0.12

Release v0.2.3

23 Feb 02:14
a9afad1
Compare
Choose a tag to compare
  • Added support for Catlab v0.11

Release v0.2.2

27 Dec 00:26
aa2af80
Compare
Choose a tag to compare
  • Compatibility updated for Catlab 0.10
  • Compatibility updated for AlgebraicPetri 0.6

Release v0.2.1

07 Dec 14:40
Compare
Choose a tag to compare

Critical bug fix in functor.jl

Release v0.2.0

02 Nov 22:02
Compare
Choose a tag to compare
  • Back-end now uses ACSets to take advantage of new functionality in Catlab
  • Visualization has been added for schemas and workflows
  • Queries are now only defined by the @query macro, which uses relational syntax
  • Changed syntax for defining database schema
  • Comparison operators are now available for queries

Release v0.1.0

06 Jul 18:06
80567f0
Compare
Choose a tag to compare

Initial Release of AlgebraicRelations.jl with basic SQL generation functionality and a company-database example.