Skip to content

Commit cd14364

Browse files
committed
Update version and polish NEWS.
1 parent 0b74f80 commit cd14364

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: keras
22
Type: Package
33
Title: R Interface to 'Keras'
4-
Version: 2.3.0.0.9000
4+
Version: 2.4.0
55
Authors@R: c(
66
person("Daniel", "Falbel", role = c("ctb", "cph", "cre"), email = "[email protected]"),
77
person("JJ", "Allaire", role = c("aut", "cph")),

NEWS.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Dev version
1+
# keras 2.4.0
22

33
- Use compat module when using `set_session` and `get_session`. (#1046)
44
- Allows passing other arguments to `keras_model` eg `name`. (#1045)
@@ -28,12 +28,12 @@
2828
- Added the `ragged` argument to `layer_input`. (#1193)
2929
- Fixed `*_generator` deadlocks with recent versions of TensorFlow (#1197)
3030

31-
## Keras 2.2.3.0 (CRAN)
31+
# Keras 2.2.3.0 (CRAN)
3232

3333
- Added `layer_attention` (#1000) by @atroiano.
3434
- Fixed issue regarding the KerasMetricsCallback with TF v2.2 (#1020)
3535

36-
## Keras 2.2.5.0 (CRAN)
36+
# Keras 2.2.5.0 (CRAN)
3737

3838
- Added `layer_dense_features`.
3939

@@ -77,7 +77,7 @@
7777
SavedModel format.
7878

7979

80-
## Keras 2.2.4 (CRAN)
80+
# Keras 2.2.4 (CRAN)
8181

8282
- Improve handling of `timeseries_generator()` in calls to `fit_generator()`
8383

@@ -115,7 +115,7 @@ SavedModel format.
115115
- Added `KerasWrapper` class and corresponding `create_wrapper` function.
116116

117117

118-
## Keras 2.2.0
118+
# Keras 2.2.0
119119

120120
- Fix issue with serializing models that have constraint arguments
121121

@@ -239,7 +239,7 @@ SavedModel format.
239239
- Various fixes for `use_implementation()` function
240240

241241

242-
## Keras 2.1.2
242+
# Keras 2.1.2
243243

244244
- Added `theme_bw` option to plot method for training history
245245

@@ -267,7 +267,7 @@ SavedModel format.
267267
- Provide global `keras.fit_verbose` option (defaults to 1)
268268

269269

270-
## keras 2.0.9
270+
# keras 2.0.9
271271

272272
- Added `multi_gpu_model()` function.
273273

@@ -327,7 +327,7 @@ SavedModel format.
327327
- Expose `add_loss()` function for custom layers
328328

329329

330-
## keras 2.0.8
330+
# keras 2.0.8
331331

332332
- Add `use_session_with_seed()` function that establishes a random seed for the Keras session.
333333
Note that this should not be used when training time is paramount, as it disables GPU
@@ -396,7 +396,7 @@ SavedModel format.
396396
- Provide hint to use r-tensorflow environment when importing keras
397397

398398

399-
## keras 2.0.5
399+
# keras 2.0.5
400400

401401
- Initial CRAN release
402402

cran-comments.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)