Releases: sigma-epsilon/sigmaepsilon.mesh
Releases · sigma-epsilon/sigmaepsilon.mesh
v3.1.0
What's Changed
- 122 fix cell coordinate calculation for 1d cells by @BALOGHBence in #124
- Test by @BALOGHBence in #125
- 126 fix deprecated abstractclassmethod decorator by @BALOGHBence in #127
- 128 voxelize tetrahedral meshes by @BALOGHBence in #130
- Test by @BALOGHBence in #129
- Test by @BALOGHBence in #135
- 136 fixed import check in configpy by @BALOGHBence in #137
- Test by @BALOGHBence in #138
- Feature.241029 by @BALOGHBence in #140
- Test by @BALOGHBence in #147
Full Changelog: v2.3.2...v3.1.0
v2.3.2
What's Changed
- [Snyk] Security upgrade tornado from 6.2 to 6.3.3 by @BALOGHBence in #74
- [Snyk] Security upgrade tornado from 6.2 to 6.3.3 by @BALOGHBence in #75
- [Snyk] Security upgrade pillow from 9.5.0 to 10.0.0 by @BALOGHBence in #76
- [Snyk] Security upgrade pillow from 9.5.0 to 10.0.0 by @BALOGHBence in #77
- [Snyk] Security upgrade pillow from 9.5.0 to 10.0.0 by @BALOGHBence in #78
- [Snyk] Security upgrade numpy from 1.21.3 to 1.22.2 by @BALOGHBence in #79
- [Snyk] Security upgrade tornado from 6.2 to 6.3.3 by @BALOGHBence in #80
- [Snyk] Security upgrade tornado from 6.2 to 6.3.3 by @BALOGHBence in #81
- [Snyk] Fix for 5 vulnerabilities by @BALOGHBence in #83
- [Snyk] Security upgrade pillow from 9.5.0 to 10.0.1 by @BALOGHBence in #84
- [Snyk] Security upgrade pillow from 9.5.0 to 10.0.1 by @BALOGHBence in #85
- [Snyk] Security upgrade pillow from 9.5.0 to 10.0.1 by @BALOGHBence in #86
- [Snyk] Security upgrade pillow from 9.5.0 to 10.0.1 by @BALOGHBence in #88
- fixed cells_around_MT and added missing type hints by @BALOGHBence in #92
- [Snyk] Security upgrade fonttools from 4.38.0 to 4.43.0 by @BALOGHBence in #94
- [Snyk] Security upgrade fonttools from 4.38.0 to 4.43.0 by @BALOGHBence in #95
- [Snyk] Security upgrade fonttools from 4.38.0 to 4.43.0 by @BALOGHBence in #96
- Nightly by @BALOGHBence in #87
- Security patches from main by @BALOGHBence in #99
- Merge pull request #99 from sigma-epsilon/main by @BALOGHBence in #100
- [Snyk] Security upgrade pillow from 9.5.0 to 10.2.0 by @BALOGHBence in #109
- [Snyk] Fix for 7 vulnerabilities by @BALOGHBence in #101
- [Snyk] Security upgrade pillow from 9.5.0 to 10.2.0 by @BALOGHBence in #102
- updated config by @BALOGHBence in #113
Full Changelog: v2.2.0...v2.3.2
v2.2.0
Release 2.1.0
What's Changed
- 66 fix function name in sigmaepsilonmeshplotting by @BALOGHBence in #67
- 68 8 node quadrilaterals by @BALOGHBence in #69
Full Changelog: v2.0.1...v2.1.0
Release 2.0.1
Merge pull request #65 from sigma-epsilon/64-fix-confpy-for-rtd removed k3d extension
Release 2.0.0
Refactored class hierarchy
- created protocols for all data structures
- the geometry is now a nested class of a PolyCell, instead of the strict inheritance model
Streamlined mesh creation
- mesh creation now is solely based on
PointData
andCellData
instances
Integrated sigmaepsilon.plotting.mpl
and sigmaepsilon.plotting.plotly
Refactored plotters
v1.1.0
What's Changed
- 17 customizable cell interpolators by @BALOGHBence in #22
Full Changelog: v1.0.0...v1.1.0
Release 1.0.0
What's Changed
- 1 polycell1d range by @BALOGHBence in #6
- 7 cell interpolators by @BALOGHBence in #16
New Contributors
- @BALOGHBence made their first contribution in #6
Full Changelog: https://github.com/sigma-epsilon/sigmaepsilon.mesh/commits/v1.0.0