1.0.0
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