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
* fixes `@summary`
* Added support for non-numeric columns, minor tweaks to column names.
---------
Co-authored-by: Karandeep Singh <[email protected]>
Copy file name to clipboardExpand all lines: NEWS.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# TidierData.jl updates
2
2
3
+
## v16.3
4
+
- Bugfix: `@summary` no longer errors with non-numeric columns. Instead, it only reports non-numeric summary stats on non-numeric columns. Minor changes to summary column names to be lowercase and snakecase.
5
+
3
6
## v0.16.2 - 2024-09-03
4
7
- Bugfix: `@slice_min` and `@slice_max` respect the `n` argument
0 commit comments