What's Changed
* fix from_flat for pd input by dougbrn in https://github.com/lincc-frameworks/nested-pandas/pull/147
* better support '.' character in names outside of nested context by dougbrn in https://github.com/lincc-frameworks/nested-pandas/pull/148
* Bump pre-commit-ci/lite-action from 1.0.2 to 1.0.3 by dependabot in https://github.com/lincc-frameworks/nested-pandas/pull/149
* Update PPT to latest version by jeremykubica in https://github.com/lincc-frameworks/nested-pandas/pull/151
* remove .github readme by dougbrn in https://github.com/lincc-frameworks/nested-pandas/pull/152
* Use custom resolver for query and eval with nested frames. by gitosaurus in https://github.com/lincc-frameworks/nested-pandas/pull/150
* Invalidate nest-resolver caches during assignment. by gitosaurus in https://github.com/lincc-frameworks/nested-pandas/pull/162
* Speed up `NestedExtensionArray.copy` by hombit in https://github.com/lincc-frameworks/nested-pandas/pull/164
* Query expression preflighting now prohibits crossing nests. by gitosaurus in https://github.com/lincc-frameworks/nested-pandas/pull/165
* Merge tidy-nest branch to add_nested_tests by wilsonbb in https://github.com/lincc-frameworks/nested-pandas/pull/171
* Tests for using the 'on' keyword with add_nested and packing by wilsonbb in https://github.com/lincc-frameworks/nested-pandas/pull/169
* Handle non-unique index by hombit in https://github.com/lincc-frameworks/nested-pandas/pull/168
New Contributors
* jeremykubica made their first contribution in https://github.com/lincc-frameworks/nested-pandas/pull/151
* gitosaurus made their first contribution in https://github.com/lincc-frameworks/nested-pandas/pull/150
**Full Changelog**: https://github.com/lincc-frameworks/nested-pandas/compare/v0.2.2...v0.3.0