What's Changed
- [BUG] change pyvista methods
cell_array
point_array
to newcell_data
point_data
methods in #61 - [BUG] remove welly Bugs which occur with the switch from v0.4.8 to v0.5.2 in #61 and #58
- [BUG] with using
typing.literal
required python version is >= 3.8 see #59 - [BUG] insert switch to import Buffers from
pandas._typing
depending on the python version (< 1.4 or > 1.4) in #58 (see #56)
New Contributors
- @Japhiolite made their first contribution in #59
Full Changelog: v0.2.9...v0.2.10