Skip to content

Releases: lincc-frameworks/nested-pandas

Nested-Pandas v0.3.8

13 Mar 21:33
cf7f4ce
Compare
Choose a tag to compare

What's Changed

  • Require numpy v2 by @hombit in #214
  • Move query/eval related tools to a new module by @hombit in #215
  • Add methods to fill nested lists with repeated values by @hombit in #213
  • Allow embedding base column with value repetition via assignment by @hombit in #216
  • More html_repr Fixes by @dougbrn in #218
  • Enable Inference of Nested Structures to Reduce outputs by @dougbrn in #221

Full Changelog: v0.3.7...v0.3.8

Nested-Pandas v0.3.7

03 Mar 21:57
d12ec6e
Compare
Choose a tag to compare

What's Changed

  • Use both struct-list and list-struct representations in the extension array by @hombit in #203
  • Wrapper for DataFrame.sort_values by @dougbrn in #205
  • Double Header: fix max_rows & empty chunk bugs by @dougbrn in #209

Full Changelog: v0.3.6...v0.3.7

Nested-Pandas v0.3.6

24 Feb 21:14
a416b6b
Compare
Choose a tag to compare

What's Changed

  • Fix NestedExtensionArray.flat_length by @hombit in #196
  • Fix NestedExtenstionArray.set_flat_field for chunked values by @hombit in #197
  • List lengths property for extension array and accessor by @hombit in #198

Full Changelog: v0.3.5...v0.3.6

Nested-Pandas v0.3.5

13 Feb 00:20
6798700
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.4...v0.3.5

Nested-Pandas v0.3.4

28 Jan 13:09
bbe1866
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.3...v0.3.4

Nested-Pandas v0.3.3

19 Dec 20:22
58ff091
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

Nested-Pandas v0.3.2

14 Nov 19:45
Compare
Choose a tag to compare

What's Changed

  • Use the Pandas expression tree for query preflighting. by @gitosaurus in #175

Full Changelog: v0.3.1...v0.3.2

Nested-Pandas v0.3.1

06 Nov 22:41
402ab66
Compare
Choose a tag to compare

What's Changed

  • Check column exists in NestedFrame.setitem by @hombit in #173

Full Changelog: v0.3.0...v0.3.1

Nested-Pandas v0.3.0

06 Nov 18:38
96503cd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.3.0

Nested-Pandas v0.2.2

06 Sep 19:07
6101d39
Compare
Choose a tag to compare

What's Changed

  • Fix .nest["field"] for chunked arrays by @hombit in #143

Full Changelog: v0.2.1...v0.2.2