Skip to content

Commit

Permalink
Updated changelog for 0.8.0 release prep (#526)
Browse files Browse the repository at this point in the history
* Updated changelog for the new release prep

Signed-off-by: Kaoutar El Maghraoui <kaoutar@kaoutars-mbp-2.mynetworksettings.com>

* Added related PRs to the changelog

Signed-off-by: Kaoutar El Maghraoui <kaoutar@kaoutars-mbp-2.mynetworksettings.com>

* Updated the changelog

Signed-off-by: Kaoutar El Maghraoui <kaoutar@kaoutars-mbp-2.mynetworksettings.com>

* More Chagelog updates

Signed-off-by: Kaoutar El Maghraoui <kaoutar@kaoutars-mbp-2.mynetworksettings.com>

* Updated version of cibuildwheel in travis config

Signed-off-by: Kaoutar El Maghraoui <kaoutar@kaoutars-mbp-2.mynetworksettings.com>

---------

Signed-off-by: Kaoutar El Maghraoui <kaoutar@kaoutars-mbp-2.mynetworksettings.com>
Co-authored-by: Kaoutar El Maghraoui <kaoutar@kaoutars-mbp-2.mynetworksettings.com>
  • Loading branch information
kaoutar55 and Kaoutar El Maghraoui authored Jul 14, 2023
1 parent 3275b09 commit 32e854d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
before_install:
- docker pull aihwkit/manylinux2014_x86_64_aihwkit
install:
- python3 -m pip install cibuildwheel==2.13.1
- python3 -m pip install cibuildwheel==2.8.1
script:
# Build the wheels into './wheelhouse'.
- python3 -m cibuildwheel --output-dir wheelhouse
Expand All @@ -124,7 +124,7 @@ jobs:
before_install:
- git clone -b aihwkit https://github.com/aihwkit-bot/delocate.git
install:
- python3 -m pip install cibuildwheel==2.13.1
- python3 -m pip install cibuildwheel==2.8.1
script:
# Build the wheels into './wheelhouse'.
- python3 -m cibuildwheel --output-dir wheelhouse --platform macos
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
- mkdir C:\\BLAS
- 7z x openblas.zip -oc:\\BLAS
install:
- python3 -m pip install cibuildwheel==2.13.1
- python3 -m pip install cibuildwheel==2.8.1
script:
# Build the wheels into './wheelhouse'.
- python3 -m cibuildwheel --output-dir wheelhouse
Expand Down
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ 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.8.0] - 2023/07/14

### Added

* Added new tutorial notebooks to cover the concepts of training,
hardware-aware training, post-training calibration, and extending aihwkit functionality (\#518, \#523, \#526)
* Calibration of input ranges for inference (\#512)
* New analog in-memory training algorithms: Chopped Tiki-taka II (\#512)
* New analog in-memory training algorithms: AGAD (\#512)
Expand Down Expand Up @@ -533,7 +534,7 @@ The format is based on [Keep a Changelog], and this project adheres to
* Added a PyTorch `AnalogConv2d` neural network model.


[UNRELEASED]: https://github.com/IBM/aihwkit/compare/v0.7.1...HEAD
[0.8.0]: https://github.com/IBM/aihwkit/compare/v0.7.1...v0.8.0
[0.7.1]: https://github.com/IBM/aihwkit/compare/v0.7.0..v0.7.1
[0.7.0]: https://github.com/IBM/aihwkit/compare/0.6.0..v0.7.0
[0.6.0]: https://github.com/IBM/aihwkit/compare/v0.5.1..0.6.0
Expand Down

0 comments on commit 32e854d

Please sign in to comment.