bump version

This commit is contained in:
Marcin Junczys-Dowmunt 2020-03-14 09:53:54 -07:00
parent 32186be854
commit a5a5c62d4a
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Changed
- Changed compile flags -Ofast to -O3 and remove --ffinite-math
- Moved old graph groups to depracated folder
- Make cublas and cusparse handle inits lazy to save memory when unused
## [1.9.0] - 2020-03-10

View File

@ -1 +1 @@
v1.9.1
v1.9.2