Releases: lincc-frameworks/nested-pandas
Releases · lincc-frameworks/nested-pandas
Nested-Pandas v0.3.4
What's Changed
- add pyproject description for PyPI by @dougbrn in #184
- remove github change text leftovers by @dougbrn in #185
- Expand quickstart.ipynb by @jeremykubica in #186
- add pypi badge by @dougbrn in #187
- Update README.md by @delucchi-cmu in #188
- Fix issue with flat chunked arrays by @hombit in #190
- overhaul intro example by @dougbrn in #191
New Contributors
- @delucchi-cmu made their first contribution in #188
Full Changelog: v0.3.3...v0.3.4
Nested-Pandas v0.3.3
What's Changed
- Allow nested field names to be escaped with backticks. by @gitosaurus in #177
- Fix pack_lists for multiple-chunk series by @hombit in #181
- copier update PPT 2.0.5 by @hombit in #182
Full Changelog: v0.3.2...v0.3.3
Nested-Pandas v0.3.2
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
What's Changed
Full Changelog: v0.3.0...v0.3.1
Nested-Pandas v0.3.0
What's Changed
- fix from_flat for pd input by @dougbrn in #147
- better support '.' character in names outside of nested context by @dougbrn in #148
- Bump pre-commit-ci/lite-action from 1.0.2 to 1.0.3 by @dependabot in #149
- Update PPT to latest version by @jeremykubica in #151
- remove .github readme by @dougbrn in #152
- Use custom resolver for query and eval with nested frames. by @gitosaurus in #150
- Invalidate nest-resolver caches during assignment. by @gitosaurus in #162
- Speed up
NestedExtensionArray.copy
by @hombit in #164 - Query expression preflighting now prohibits crossing nests. by @gitosaurus in #165
- Merge tidy-nest branch to add_nested_tests by @wilsonbb in #171
- Tests for using the 'on' keyword with add_nested and packing by @wilsonbb in #169
- Handle non-unique index by @hombit in #168
New Contributors
- @jeremykubica made their first contribution in #151
- @gitosaurus made their first contribution in #150
Full Changelog: v0.2.2...v0.3.0
Nested-Pandas v0.2.2
What's Changed
Full Changelog: v0.2.1...v0.2.2
Nested-Pandas v0.2.1
Nested-Pandas v0.2.0
What's Changed
- add SDSS spectra notebook by @dougbrn in #134
- fix for empty query results by @dougbrn in #128
- Bump dawidd6/action-download-artifact from 3 to 6 by @dependabot in #118
- frame-level get and set interface by @dougbrn in #135
- add pack_lists class function by @dougbrn in #136
Full Changelog: v0.1.3...v0.2.0
Nested-Pandas v0.1.3
Nested-Pandas v0.1.2
What's Changed
- add version by @dougbrn in #102
- Test for reduce with duplicate cols by @hombit in #97
- allow dropna on nested columns as base columns by @dougbrn in #105
- Reduce Docstring: Update with note on using dictionary outputs by @dougbrn in #107
- Improve Sphinx AutoAPI Readability by @dougbrn in #108
- Numpy v2 lints by @hombit in #110
- Count Nested: Fixed Column Ordering by @dougbrn in #121
Full Changelog: v0.1.1...v0.1.2