Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 2.13 KB

File metadata and controls

52 lines (36 loc) · 2.13 KB

Yao v0.6.0 Release Notes

New Features

  • Symbolic Computation Support via SymEngine.
  • automatic differentiation support with reversibility based optimization
  • better CUDA performance in CuYao

Core component package changes

YaoBase changes

YaoArrayRegister changes

Closed issues:

  • instruct! ambiguity error in julia1.2 (#28)
  • The jldoctest fails (#26)

Merged pull requests:

YaoBlocks changes

  • Fix sparsecheck on 1.3 (#77) (Roger-luo)
  • make expect syntax consistent (#74) (Roger-luo)
  • add more docs (#73) (Roger-luo)
  • automatic differentiation (#71) (GiggleLiu)
  • loose type constraints to support symbolic computation (#69) (Roger-luo)
  • Tree manipulation (#68) (GiggleLiu)
  • fix put(chain...) backward (#80) (GiggleLiu)

External dependencies

LuxurySparse

Documentation Improvements