Releases: lincc-frameworks/nested-pandas
Releases · lincc-frameworks/nested-pandas
Nested-Pandas v0.6.3
What's Changed
- Fix bug for NestedFrame.drop to support 'columns=' by @Graciaaa3 in #407
- Documentation notebook for groupby by @Graciaaa3 in #396
- fix loss of index name with empty dfs by @dougbrn in #410
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #411
Full Changelog: v0.6.2...v0.6.3
Nested-Pandas v0.6.2
What's Changed
- Upgrade PPT to 2.1.0 by @hombit in #395
- Restore the ability to read remote directories by @hombit in #393
- Bump asv from 0.6.4 to 0.6.5 by @dependabot[bot] in #376
- Bump peter-evans/create-or-update-comment from 4 to 5 by @dependabot[bot] in #397
- Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #398
- Bump peter-evans/find-comment from 3 to 4 by @dependabot[bot] in #399
- Bump dawidd6/action-download-artifact from 7 to 11 by @dependabot[bot] in #297
- Apply PPT v2.1.1 by @camposandro in #402
- Raise a helpful error for failed partial loading of list-struct columns by @dougbrn in #403
- Add missing filesystem on parquet read call by @camposandro in #404
- Unpin
universal-pathlibby @camposandro in #406
New Contributors
- @camposandro made their first contribution in #402
Full Changelog: v0.6.1...v0.6.2
Nested-Pandas v0.6.1
What's Changed
- Optimize performance of
NestedFrame.__getitem__to get a single column by @smcguire-cmu in #379 - speedup nested_columns logic by @dougbrn in #380
- Use fsspec.parquet for reading remote Parquet files by @gitosaurus in #385
Full Changelog: v0.6.0...v0.6.1
Nested-Pandas v0.6.0
Nested-Pandas v0.5.2
Nested-Pandas v0.5.1
What's Changed
- Confirm behavior under windows. by @delucchi-cmu in #359
- Fix comment by @hombit in #362
- Add a brief example of concatenating frames by @jeremykubica in #372
- Align list-array offsets on struct-list validation by @hombit in #371
- Fix selecting and deleting fields from zero-chunked ext-array by @hombit in #373
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #375
Full Changelog: v0.5.0...v0.5.1
Nested-Pandas v0.5.0
What's Changed
- NestedSeries Implementation by @dougbrn in #331
NestedSeriesdocumentation by @dougbrn in #339- adding fillna by @Graciaaa3 in #335
- 284 series methods on nest by @gitosaurus in #342
- Match
getitembehavior to pandas with empty bool array by @smcguire-cmu in #341 - Bump actions/checkout from 4 to 5 by @dependabot[bot] in #344
- Better filesystem selection for
read_parquetby @hombit in #343 - Doc Tweaks for
NestedFrame.to_pandasby @dougbrn in #349 - Fix reduce for non-uniq idx by @hombit in #351
- fix add_nested out dtype for empty dataframes by @dougbrn in #352
Full Changelog: v0.4.9...v0.5.0
Nested-Pandas v0.4.9
What's Changed
- adding explode by @Graciaaa3 in #327
- Enable boolean masking through nest accessor by @dougbrn in #329
- update nested describe docstring for error raise by @Graciaaa3 in #330
- Revisit
nf.explode()for multiple columns and duplicated index by @hombit in #332 - fix nest_lists for non-unique index by @dougbrn in #337
Full Changelog: v0.4.8...v0.4.9
Nested-Pandas v0.4.8
What's Changed
- adding describe by @Graciaaa3 in #322
- update nested describe for edge case by @Graciaaa3 in #323
- fix spacing for to_flatten_inner docstring by @dougbrn in #325
- Lower pyarrow requirement from 18 to 16 by @hombit in #328
Full Changelog: v0.4.7...v0.4.8
Nested-Pandas v0.4.7
What's Changed
- fix nest_lists ordering by @dougbrn in #305
- Fix repr max rows none by @dougbrn in #306
- added min function by @Graciaaa3 in #307
- Use intersphinx to be able to directly reference Pandas methods. by @gitosaurus in #311
- Fixing End to End test by @dougbrn in #312
- Static Spectra NB by @dougbrn in #313
- Nested max by @Graciaaa3 in #314
- Add cloud read benches by @hombit in #317
- Improve
_is_known_hierarchical_columnperformance by @smcguire-cmu in #319 - Speedup cloud reads by @hombit in #318
New Contributors
- @Graciaaa3 made their first contribution in #307
Full Changelog: v0.4.6...v0.4.7