We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e23880 commit b2f6e1fCopy full SHA for b2f6e1f
2 files changed
DESCRIPTION
@@ -1,7 +1,7 @@
1
Package: tidypolars
2
Type: Package
3
Title: More Efficient Tidyverse Code, Using Polars in the Background
4
-Version: 0.16.0
+Version: 0.17.0
5
Authors@R:
6
c(person(given = "Etienne",
7
family = "Bacher",
NEWS.md
@@ -1,4 +1,6 @@
-# tidypolars (development version)
+# tidypolars 0.17.0
+
+`tidypolars` requires `polars` >= 1.9.0 and `dplyr` >= 1.2.0.
## Breaking changes and deprecations
@@ -34,7 +36,6 @@
34
36
35
37
* `separate()` now supports regex in the `sep` argument (#320).
38
-
39
## Other changes
40
41
* Several changes to make `tidypolars` more aligned with the `tidyverse` output
0 commit comments