Releases: narwhals-dev/narwhals
Releases · narwhals-dev/narwhals
Narwhals v0.9.28
Changes
✨ Enhancements
- feat: add
clone
for dataframes (#406)
Thank you to all our contributors for making this release possible!
@EdAbati and @MarcoGorelli
Narwhals v0.9.27
Changes
✨ Enhancements
- feat: some pyarrow dataframe methods (#404)
🐞 Bug fixes
- fix:
dtype
could not be passed to Series.array (#403) - fix: raise if complex pandas aggregation would return empty results (#397)
📖 Documentation
- docs: dataframe docstring via template (#395)
📦 Build system
- build: try reducing wheel size (#405)
🛠️ Other improvements
Thank you to all our contributors for making this release possible!
@FBruzzesi and @MarcoGorelli
Narwhals v0.9.26
Changes
- lower minimum pandas version to 0.25.3 (#390 )
📖 Documentation
- docs: Change expression of merge example in
Why
(#391)
Thank you to all our contributors for making this release possible!
@MarcoGorelli and @luke396
Narwhals v0.9.25
Changes
- add Hamilton to README (#384)
✨ Enhancements
- feat: anti join (#378)
- feat: add Expr.cast and Series.cast for PyArrow backend (#389)
- feat: add Series.is_empty (#385)
- feat: add .cat.get_categories to pyarrow (#382)
📖 Documentation
- docs: Add contributing guide link to README.md (#383)
Thank you to all our contributors for making this release possible!
@FBruzzesi, @MarcoGorelli and @luke396
Narwhals v0.9.24
Changes
✨ Enhancements
- feat: add Expr.any, Expr.all, Series.any, and Series.all for PyArrow … (#381)
🛠️ Other improvements
- chore: increase local test coverage to 100 (#379)
Thank you to all our contributors for making this release possible!
@MarcoGorelli
Narwhals v0.9.23
Changes
✨ Enhancements
🛠️ Other improvements
- chore: make constructor_series in conftest (#375)
- chore: add
constructor
fixture for tests (#373) - chore: add Missing pyarrow methods script (#371)
Thank you to all our contributors for making this release possible!
@FBruzzesi and @MarcoGorelli
Narwhals v0.9.22
Changes
- bug: don't skip arrow tests on macOS (#367)
✨ Enhancements
Thank you to all our contributors for making this release possible!
@EdAbati and @MarcoGorelli
Narwhals v0.9.21
Changes
- Fix compatibility with older NumPy versions #364
Narwhals v0.9.20
Changes
- Add
TypeGuard
foris_pandas_dataframe
: #362