Releases: narwhals-dev/narwhals
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
0.9.6
0.9.5
Changes
- docs: update contributing guide (#268)
- ci: fix release drafter (#262)
- chore: simplify version check in narwhals.len (#261)
- docs: added docstring for Col (#258)
- ci: added Release drafter (#256)
🚀 Performance improvements
- perf: use copy=False in set_axis where possible (#275)
✨ Enhancements
📖 Documentation
- docs: update docstrings for dataframe.schema (#276)
- docs: added docstring for all() (#277)
- update docstrings for methods (#273)
- docs: updated docstrings for class DataFrame (#270)
Thank you to all our contributors for making this release possible!
@DeaMariaLeon, @MarcoGorelli, @brentomagic and @mfonekpo