Releases: AlgebraicJulia/Catlab.jl
Releases · AlgebraicJulia/Catlab.jl
v0.14.13
Catlab v0.14.13
Merged pull requests:
v0.14.12
Catlab v0.14.12
Closed issues:
generate_json_acset_schema
assumes it's being called outside of Catlab (#721)
Merged pull requests:
- Greatly simplify columns underlying acsets (#715) (@olynch)
- Style guide for Catlab developers (#722) (@olynch)
- Get Catlab version without assuming it is a dependency (#723) (@aaguinal)
- Missing
op
method forDiagram{Any}
(#724) (@epatters) - Reformat Tuple node labels in Graphviz graphs (#731) (@slwu89)
- Option to randomize C-set homomorphism search (#732) (@kris-brown)
- Add debug flag to
is_natural
(#733) (@kris-brown)
v0.14.11
Catlab v0.14.11
Closed issues:
- Custom vector types for columns in ACSets (#363)
- ACSet Refactor (#489)
- Stratification Bug while using apex(pullback(...)) (#713)
Merged pull requests:
- Minor documentation fix (#702) (@olynch)
- Clean up and tests for acset column system (#703) (@kris-brown)
- Fix deprecations related to ordered dicts and varargs (#704) (@epatters)
- Remove old and unused tests of acset columns (#705) (@epatters)
- Option
product_attrs
for ACSet limits (#717) (@kris-brown) - Missing case in query promotion for
@migration
macro (#718) (@epatters)
v0.14.10
Catlab v0.14.10
Closed issues:
Merged pull requests:
v0.14.9
v0.14.8
v0.14.7
Catlab v0.14.7
What's Changed:
- Epi mono factorization in terms of (co)limits by @kris-brown in #651
- Theory of groupoids, and syntax system for free groupoids by @ssteakley in #663
- Rename monic/epic and allow tight acset transformations by @kris-brown in #685
- Hash method for ACSets by @kris-brown in #677
- Upgrade PrettyTables.jl to v2 by @epatters in #675
- Partiality in ACSets handled in a well-defined and well-understood way by @olynch in #681
- Colimits of acsets with given type components by @epatters in #688
- Fix unused type parameters related to acset schemas by @epatters in #689
New Contributors:
- @ssteakley made their first contribution in #663
Full Changelog: v0.14.6...v0.14.7
v0.14.6
Catlab v0.14.6
Merged pull requests:
- Small fix for Presentation -> SchemaDesc function (#679) (@kris-brown)
v0.14.5
v0.14.4
Catlab v0.14.4
Merged pull requests:
- Bug fix for
permute
function (#671) (@tylerhanks) - Type for graph underlying DWD has wrong supertype (#673) (@epatters)