Releases: narwhals-dev/narwhals
Narwhals v0.9.16
Changes
✨ Enhancements
- feat: add cat.get_categories, make test numpy2.0 compatible (#329)
🐞 Bug fixes
- fix: group-by(...).agg(nw.col(...).len()) was raising unnecessarily (#330)
Thank you to all our contributors for making this release possible!
@MarcoGorelli
Narwhals v0.9.15
Changes
✨ Enhancements
- feat: add DataFrame.rows (#317)
📖 Documentation
- docs: Update docstrings for filter (#325)
🛠️ Other improvements
Thank you to all our contributors for making this release possible!
@DeaMariaLeon, @MarcoGorelli, @Priyansh121096 and @marenwestermann
Narwhals v0.9.14
Changes
✨ Enhancements
- enh:
Expr.len
andSeries.len
(#323)
🛠️ Other improvements
- chore: simplify Series (#315)
Thank you to all our contributors for making this release possible!
@FBruzzesi and @MarcoGorelli
Narwhals v0.9.13
Changes
- web: add community calendar link (#319)
✨ Enhancements
- feat: add
narwhals.lit
(#321)
📖 Documentation
- docs: Update docs for select (#318)
🛠️ Other improvements
Thank you to all our contributors for making this release possible!
@DeaMariaLeon, @EdAbati, @MarcoGorelli and @marenwestermann
Narwhals v0.9.12
Changes
🚀 Performance improvements
- perf: use fastpath in with_columns (#307)
Thank you to all our contributors for making this release possible!
@MarcoGorelli
Narwhals v0.9.11
Changes
✨ Enhancements
- enh: series and expr round method (#306)
- enh:
slice
,starts_with
,tail
methods forstr
namespace (#305)
🛠️ Other improvements
- ci: issue template correction (#303)
Thank you to all our contributors for making this release possible!
@DeaMariaLeon, @FBruzzesi and @MarcoGorelli
Narwhals v0.9.10
Changes
- Expression String Method - Contains (#300)
📖 Documentation
- docs: Update docs for with_columns (#304)
🛠️ Other improvements
- ci: Removed conflicting github release (#298)
Thank you to all our contributors for making this release possible!
@DeaMariaLeon, @MarcoGorelli, @marenwestermann and @ugohuche
Narwhals v0.9.9
Changes
✨ Enhancements
📖 Documentation
🛠️ Other improvements
- test: nox for local testing (#295)
Thank you to all our contributors for making this release possible!
@DeaMariaLeon, @FBruzzesi and @MarcoGorelli
Narwhals v0.9.8
Changes
✨ Enhancements
- feat:
strftime
for datetime namespace (#291)
Thank you to all our contributors for making this release possible!
@FBruzzesi and @MarcoGorelli