Skip to content

Commit

Permalink
Updated the changelog (#378)
Browse files Browse the repository at this point in the history
Co-authored-by: Kaoutar El Maghraoui <kaoutar@kaoutars-mbp.mynetworksettings.com>
  • Loading branch information
kaoutar55 and Kaoutar El Maghraoui authored May 16, 2022
1 parent 1d12a13 commit befe2aa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,18 @@ The format is based on [Keep a Changelog], and this project adheres to
* `Fixed` for any bug fixes.
* `Security` in case of vulnerabilities.

## Unreleased
## [0.6.0] - 2022/05/16

### Added

* Set weights can be used to re-apply the weight scaling omega. (\#360)
* Out scaling factors can be learnt even if weight scaling omega was set to 0. (\#360)
* Reverse up / down option for ``LinearStepDevice``. (\#361)
* Generic Analog RNN classes (LSTM, RNN, GRU) uni or bidirectional. (\#358)
* Added new ``PiecewiseStepDevice`` that can be conviniently used for experimental
device data fitting. (\#356)
* Added new ``PiecewiseStepDevice`` where the update-step response function can be arbitrarily defined by the user
in a piece-wise linear manner. It can be conveniently used to fit any experimental device data. (\#356)
* Several enhancements to the public documentations: added a new section for hw-aware training, refreshed the reference API doc,
and added the newly supported LSTM layers and the mapped conv layers. (\#374)

### Fixed

Expand Down

0 comments on commit befe2aa

Please sign in to comment.