You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# tdarec 0.1.1
1
+
# tdarec 0.2.0
2
2
3
3
## column modification - BREAKING CHANGE
4
4
@@ -8,7 +8,7 @@ Users now also lose access to the data set list-column unless they explicitly du
8
8
9
9
## unit tests
10
10
11
-
This patch debugs the vectorization tests, which had failed to run due to a prefix in the names of the generated test files.
11
+
The minor version incorporates a patch to debug the vectorization tests, which had failed to run due to a prefix in the names of the generated test files.
12
12
Once corrected, the tent template functions step failed one test due to missing parameters; this has been corrected.
This minor version (rather than a patch) is being sooner than planned for two reasons:
4
+
5
+
1. It makes a change to column transformation naming conventions, recommended by a Tidymodels maintainer, that introduces a breaking change.
6
+
2. It revises the taking of minima and maxima for grid defaults to exclude infinities, precluding a bug that would be incurred with an upcoming upgrade to the `Suggests` dependency {ripserr}.
2
7
3
-
This is the first submission of {tdarec} to CRAN.
4
-
Version numbers were not incremented during initial development.
5
8
There are no reverse dependencies on CRAN or Bioconductor.
6
9
7
10
## Long-running vignette
8
11
9
-
The vignette is now pre-built to avoid inflating checktime.
12
+
The vignette is pre-built to avoid inflating checktime.
10
13
11
14
## R CMD checks
12
15
13
16
### Test environments
14
17
15
-
* local OS X install, R 4.2.3, with {TDAvec} 0.1.3 (GitHub; in development beyond 0.1.4)
@@ -29,9 +34,6 @@ The vignette is now pre-built to avoid inflating checktime.
29
34
There were no ERRORs or WARNINGs.
30
35
An occasional NOTE was presumably due to Internet connection speeds.
31
36
32
-
The exception, with CRAN incoming checks and manual build, also NOTEd that this is a new submission.
33
-
34
37
### Win-Builder results
35
38
36
-
In addition to the package being a new submission, these checks NOTEd the words "vectorization(s)" and "vectorizing" used throughout the package and the words "Silge", "Tidymodels", "al" (part of "&al"), and "modularizes".
0 commit comments