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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# TidierData.jl updates
2
2
3
+
## v0.16.2 - 2024-08-05
4
+
- Bugfix: `@slice_min` and `@slice_max` respect the `n` argument
5
+
- Adds `@head`
6
+
3
7
## v0.16.1 - 2024-06-09
4
8
- Adds support for tuples and vectors as arguments to select multiple columns. Prefixing tuples/vectors with a `-` or `!` will exclude the selected columns.
5
9
- The `:` selector from Julia is now available and equivalent to `everything()`
0 commit comments