Releases: softwareunderground/subsurface
Releases · softwareunderground/subsurface
v0.2.10 - Bug fixes due to deprecations
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
Fall 2021 Hotfixes 4
v0.2.9 - [META] small change to try unlock this
Fall 2021 Hotfixes 3
v0.2.8 - [BUG] Revert code to this morning
Fall 2021 Hotfixes 2
v0.2.7 - [BUG] Revert code to this morning
Fall 2021 Hotfixes
Full Changelog: v0.2.5...v0.2.6
Better Reading of dxf files
v0.2.5 [BUG] Fix endpoint
Documentation Automation Complete
This is the release after Dieter finished all the doc - pypi - releases automation. Use this as a template how is done!
Test automatic deploy PyPI / conda-forge
Work in progress - expect more changes this week.