Releases: tswast/leanframe
Releases · tswast/leanframe
v0.2.0
What's Changed
- feat: add Series properties: values, shapes, ndim, size, and hasnans by @tswast in #13
- feat: Implement Series methods
array,empty,copy,to_numpy,to_list, and__iter__by @tswast in #14 - feat: Implement sum, mean, min, max, std, and var Series methods by @tswast in #15
- feat(series): implement abs, all, any, count, isin, and astype by @tswast in #16
- feat: add Series comparison methods by @tswast in #18
- chore: add DataFrame methods spec for code generation by @tswast in #20
- feat: Add six new Series methods by @google-labs-jules[bot] in #22
- get nested data handler working by @andyorange in #17
- refactor to remove stateful logic fromnested handler by @tswast in #25
- Add to_ibis() method to DataFrame and Series by @google-labs-jules[bot] in #26
- Add Session.read_ibis method by @google-labs-jules[bot] in #28
- Add session.col() method for deferred series expressions by @tswast in #30
- Refactor Session.col to standalone function by @tswast in #31
- build: fix the packaging of
leanframesubmodules by @deepyaman in #33 - docs: update readme with getting started samples by @tswast in #34
New Contributors
- @google-labs-jules[bot] made their first contribution in #22
- @andyorange made their first contribution in #17
- @deepyaman made their first contribution in #33
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- docs: add disclaimer that this is not an official Google project by @tswast in #1
- feat: initial fork of bigframes by @tswast in #2
- feat: add DataFrame.columns by @tswast in #3
- chore: convert development environment to uv by @tswast in #4
- feat: add Series representing a single column by @tswast in #5
- feat: switch to pyarrow types for consistency by @tswast in #6
- feat: implement
DataFrame.dtypesandSeries.dtypeby @tswast in #7 - chore: add GitHub actions for lint and mypy by @tswast in #8
- feat: support DataFrame.assign with Series and literal values by @tswast in #9
New Contributors
Full Changelog: https://github.com/tswast/leanframe/commits/v0.1.0