File tree 1 file changed +15
-7
lines changed
1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change 1
1
# epiprocess 0.7.1.9999
2
2
3
- * Patch ` select ` for grouped ` epi_df ` s PR #390
4
- * switched ` other_keys ` default from ` NULL ` to ` character(0) ` PR #390
5
- * minor doc updates PR #393
3
+ Note that ` epiprocess ` uses the [ Semantic Versioning
4
+ ("semver")] ( https://semver.org/ ) scheme for all release versions, but any
5
+ inter-release development versions will include an additional ".9999" suffix.
6
+ Pre-1.0.0 numbering scheme: when making changes to a development version
7
+ 0.x.y.9999, we will increment y when merging PRs, and will have increment x (and
8
+ reset y) on release.
9
+
10
+ ## Breaking changes
11
+
12
+ * Switched ` epi_df ` 's ` other_keys ` default from ` NULL ` to ` character(0) ` ; PR #390
13
+
14
+ ## Improvements
15
+
16
+ * ` select ` on grouped ` epi_df ` s now only drops ` epi_df ` ness if it makes sense; PR #390
17
+ * Minor documentation updates; PR #393
6
18
7
19
# epiprocess 0.7.0.9999
8
20
12
24
13
25
# epiprocess 0.7.0
14
26
15
- Note that ` epiprocess ` uses the [ Semantic Versioning
16
- ("semver")] ( https://semver.org/ ) scheme for all release versions, but any
17
- inter-release development versions will include an additional ".9999" suffix.
18
-
19
27
## Breaking changes
20
28
21
29
* Changes to ` epi_slide ` and ` epix_slide ` :
You can’t perform that action at this time.
0 commit comments