Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
nedttaylor committed Feb 8, 2024
1 parent 69ef33b commit 50b0699
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

## [1.2.1] - 2024-02-07

### Changed

- Change CMakeLists to break on parallel build
- Tidy up TODO

### Fixed

- Fix typos in README

### Removed

- Remove parallel build option
- Remove src/athena_omp.f90
- Remove superfluous comments and urls

## [1.2.0] - 2023-12-18

### Added
Expand All @@ -25,7 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add predict procedure to network_type
- Add network reset procedure
- Add Adam optimiser
- Add procedures to get and set network parameters
- Add procedures to get and set network parameters
- Add procedures to get and set network gradients
- Add procedure to get layer output
- Add new test directory
Expand Down

0 comments on commit 50b0699

Please sign in to comment.