Skip to content

v0.2.10 - Bug fixes due to deprecations

Latest
Compare
Choose a tag to compare
@Japhiolite Japhiolite released this 24 Mar 13:08
· 179 commits to main since this release
32660f2

What's Changed

  • [BUG] change pyvista methods cell_array point_array to new cell_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

Full Changelog: v0.2.9...v0.2.10