Skip to content

Commit 6fe2736

Browse files
committed
0.0.2 release
1 parent f52d168 commit 6fe2736

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: kerasnip
22
Title: A Bridge Between 'keras' and 'tidymodels'
3-
Version: 0.0.1.9000
3+
Version: 0.0.2
44
Authors@R:
55
person("David", "Díaz", , "[email protected]", role = c("aut", "cre"))
66
Description: Provides a seamless bridge between 'keras' and the 'tidymodels'

NEWS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# kerasnip (development version)
22

3+
# kerasnip 0.0.2
4+
5+
## Improvements
6+
* Test suite improvements for post-processing and fit helpers (#23).
7+
8+
## Bug Fixes
9+
* Fixed a bug in the documentation where examples were not self-contained, causing issues with CRAN checks. This involved updating examples to be fully runnable and cleaning up created model specifications (#22).
10+
* As part of this fix, a new helper function `model_exists()` was introduced and exported.
11+
12+
13+
314
# kerasnip 0.0.1
415

516
## New features

0 commit comments

Comments
 (0)