Skip to content

v0.4.0

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 22 Nov 00:35
v0.4.0

v0.4.0 (2019-11-22)

Diff since v0.3.0

Closed issues:

  • Morphisms as programs (#52)
  • Algebraic Networks <-> Julia Programs (#51)
  • Use Literate.jl for long-form documentation, including Jupyter notebooks (#45)
  • Operadic interface for substitution in wiring diagrams (#40)
  • Preserve order of box IDs when substituting (#39)
  • Rename the "Algebra" module (#37)

Merged pull requests:

  • Reimplement substitution and encapsulation of wiring diagrams to preserve box order (#56) (epatters)
  • Parse Julia programs into wiring diagrams (#53) (epatters)
  • Use Literate.jl to generate Jupyter notebooks and HTML documentation (#47) (epatters)