Skip to content

Releases: tswast/leanframe

v0.2.0

27 Apr 16:02
878d2a1

Choose a tag to compare

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 leanframe submodules by @deepyaman in #33
  • docs: update readme with getting started samples by @tswast in #34

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

16 Sep 19:19
1e44262

Choose a tag to compare

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.dtypes and Series.dtype by @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

  • @tswast made their first contribution in #1

Full Changelog: https://github.com/tswast/leanframe/commits/v0.1.0