gotch/CHANGELOG.md

50 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2020-10-23 14:41:08 +01:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
- [#...]: Fix a bug with...
### Changed
- [#...]:
### Added
- [#...]:
## [0.1.8]
### Changed
- [#10]: `ts.Drop()` and `ts.MustDrop()` now can call multiple times without panic
2020-10-27 06:34:12 +00:00
## [0.1.9]
### Changed
- Reverse changes [#10] to original.
2020-10-23 14:41:08 +01:00
2020-10-29 12:41:58 +00:00
## [0.1.10]
### Added
- Added `tensor.SaveMultiNew`
2020-10-23 14:41:08 +01:00
[#10]: https://github.com/sugarme/gotch/issues/10
## [0.2.0]
### Changed
- Convert all APIs to using **Pointer Receiver**
### Added
- Added drawing image label at `example/yolo` example
- Added some example images and README files for `example/yolo` and `example/neural-style-transfer`
## [0.3.0]
### Changed
- Updated to Pytorch C++ APIs v1.7.0
- Switched back to `lib.AtoAddParametersOld` as the `ato_add_parameters` has not been implemented correctly. Using the updated API will cause optimizer stops working.