Skip to content

1.0.0

Compare
Choose a tag to compare
@jzstark jzstark released this 10 Nov 14:22
· 190 commits to main since this release

CHANGES:

  • Update project governance
  • Fix bug in convolution operation
  • Fix bug in AEOS module
  • Enable differentiation through the Jacobian in Algodiff
  • Fix windows compatibility issue (@kkirstein #549)
  • Fix bitwidth issue in mingw by replacing long type with int64_t (thanks @kkirstein)
  • Fix Dockerfile for master branch