Skip to content

Commit 0ae45bd

Browse files
committed
chore: increment version number to 1.0.1 and polish the news
1 parent 609e53d commit 0ae45bd

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: polars
22
Title: R Bindings for the 'polars' Rust Library
3-
Version: 1.0.0.9000
3+
Version: 1.0.1
44
Authors@R: c(
55
person("Tatsuya", "Shima", , "[email protected]", role = c("aut", "cre")),
66
person("Etienne", "Bacher", , "[email protected]", role = "aut",

NEWS.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# NEWS
22

3-
## polars (development version)
3+
## polars 1.0.1
44

5-
### New features
5+
This is a small patch release that includes minor improvements discovered right after the 1.0.0 release.
66

7-
- `[[` can be used to extract a column from a polars DataFrame as a Series (#1442).
7+
### Performance
8+
9+
- The performance of creating polars expressions has been significantly improved (#1444).
10+
11+
### Other improvements
12+
13+
- To improve interoperability with other `data.frame`-like objects,
14+
the `[[` operator can now be used to extract a column from a polars DataFrame as a Series (#1442).
815

916
## polars 1.0.0
1017

0 commit comments

Comments
 (0)