Skip to content

Commit b04d447

Browse files
committed
Version bump and add dropout to the features table
1 parent 796ae74 commit b04d447

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Read the paper [here](https://arxiv.org/abs/1902.06714).
3131
|------------|------------------|------------------------|----------------------|--------------|---------------|
3232
| Input | `input` | n/a | 1, 3 | n/a | n/a |
3333
| Dense (fully-connected) | `dense` | `input1d`, `flatten` | 1 |||
34+
| Dropout | `dropout` | Any | 1 |||
3435
| Convolutional (2-d) | `conv2d` | `input3d`, `conv2d`, `maxpool2d`, `reshape` | 3 || ✅(*) |
3536
| Max-pooling (2-d) | `maxpool2d` | `input3d`, `conv2d`, `maxpool2d`, `reshape` | 3 |||
3637
| Flatten | `flatten` | `input3d`, `conv2d`, `maxpool2d`, `reshape` | 1 |||

fpm.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "neural-fortran"
2-
version = "0.18.0"
2+
version = "0.19.0"
33
license = "MIT"
44
author = "Milan Curcic"
55
maintainer = "[email protected]"
6-
copyright = "Copyright 2018-2024, neural-fortran contributors"
6+
copyright = "Copyright 2018-2025, neural-fortran contributors"

0 commit comments

Comments
 (0)