Skip to content

Releases: lincc-frameworks/nested-pandas

Nested-Pandas v0.4.5

17 Jun 16:48
e18390e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.4...v0.4.5

Nested-Pandas v0.4.4

05 Jun 19:19
78deda7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.3...v0.4.4

Nested-Pandas v0.4.3

14 May 15:54
bdfbce4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

Nested-Pandas v0.4.2

07 May 18:50
7791e5d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

Nested-Pandas v0.4.1

28 Apr 17:15
c771a8b
Compare
Choose a tag to compare

What's Changed

  • Run CI with lowest versions of deps by @hombit in #244
  • Support kwargs and loading from directories in read_parquet by @smcguire-cmu in #246

New Contributors

Full Changelog: v0.4.0...v0.4.1

Nested-Pandas v0.4.0

22 Apr 20:50
f10acc0
Compare
Choose a tag to compare

What's Changed

  • Bump pyarrow requirement from 15 to 18 by @hombit in #238
  • doctest functions for accessor interface by @dougbrn in #234
  • Add nest_lists to conveniently nest list columns by @wilsonbb in #239
  • Nested Serialization by @dougbrn in #237
  • Performance Improvement for Serialization by @dougbrn in #241
  • Preparation for list-struct backend for NestedExtensionArray by @hombit in #242
  • PPT 2.0.6, doctest fixes, NestedFrame.repr by @hombit in #243

Full Changelog: v0.3.9...v0.4.0

Nested-Pandas v0.3.9

08 Apr 22:04
cebcc3e
Compare
Choose a tag to compare

What's Changed

  • Overhaul API Reference in docs by @dougbrn in #229
  • Remove Python path prefix from the menu docs by @hombit in #233
  • Fix NestedExtensionArray.flat_length for empty arrays by @hombit in #236

Full Changelog: v0.3.8...v0.3.9

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