Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
- `ANN`:
  - Added `toJson`, `toJsonMap` and `fromJson`.
- `Layer`:
  - Added `toJson`, `toJsonMap` and `fromJson`.
- `ActivationFunction`:
  - Added `toJson`, `toJsonMap`, `fromJson` and `byName`.
- `Scale`:
  - Added `format`.
  - Added `toJson`, `toJsonMap` and `fromJson`.
- `Signal`:
  - Added `format` and `fromFormat`.
  - Optimize `values` implementation for each format.
- `Propagation` remove unused `_layersPreviousGradientsDeltas`.
- Extension `ListExtension`:
 - Added `asDoubles` and `asInts`.
  • Loading branch information
gmpassos committed Jun 4, 2021
1 parent 0ba804a commit 41ff0a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
- `Propagation` remove unused `_layersPreviousGradientsDeltas`.
- Extension `ListExtension`:
- Added `asDoubles` and `asInts`.
- async_task: ^1.0.2

## 1.1.2

Expand Down
1 change: 0 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ environment:

dependencies:
collection: ^1.15.0
async_task: ^1.0.2
swiss_knife: ^3.0.6
intl: ^0.17.0

Expand Down

0 comments on commit 41ff0a2

Please sign in to comment.