Releases: ViennaTools/ViennaLS
Releases · ViennaTools/ViennaLS
ViennaLS-5.7.0
What's Changed
- Use custom container image for manylinux packaging, to make it compatible witch ViennaPS CUDA packaging
Full Changelog: v5.6.0...v5.7.0
ViennaLS-5.6.0
What's Changed
- License changed from MIT to GPL-3.0
- feat: hull mesh generation and improved sharp corner logic
Full Changelog: v5.5.1...v5.6.0
ViennaLS-5.5.1
- Fixed issues in adaptive time stepping within
Advect - Fixed bugs in the new RK2 and RK3 time integration schemes
- Restored compatibility with
pybind113.0.2 - Added experimental improvements to
ToSurfaceMeshandToMultiSurfaceMeshfor better resolution of sharp corners during surface extraction from the level set
Full Changelog: v5.5.0...v5.5.1
ViennaLS-5.5.0
What's Changed
- Fix failing examples by @FilipovicLado in #142
- Allow velocity calculations between steps in high-order temporal schemes by @FilipovicLado in #141
- Added 3rd order WENO spatial scheme by @FilipovicLado in #143
- Added 3D compare functionality
Full Changelog: v5.4.0...v5.5.0
ViennaLS-5.4.0
What's Changed
- Enable direct VTK rendering
- RK2/3 temporal integration scheme is lsAdvect
- Rename IntegrationSchemeEnum to SpatialSchemeEnum
Full Changelog: v5.3.0...v5.4.0
ViennaLS-5.3.0
What's Changed
- New Adaptive time stepping method when approaching interfaces in during advection
Full Changelog: v5.2.1...v5.3.0
ViennaLS-5.2.0
What's Changed
- Add two new level-set comparison methods (lsCompareCriticalDimensions, lsCompareChamfer)
- Update other comparison methods
- Expose setExpandedLevelSetWidth in lsCompareSparseField
- Add clearLevelSet functions to mesh generators
Full Changelog: v5.1.0...v5.2.0
ViennaLS-5.1.0
What's Changed
- Added multi surface mesh generation
- Added custom geometric sphere distribution
Full Changelog: v5.0.1...v5.1.0
ViennaLS-5.0.1
What's Changed
- Add default dimension proxy to bindings. Default dimension is set to 2.
- Fix lsExtrude
- Reduce verbosity is lsSlice
Full Changelog: v5.0.0...v5.0.1
ViennaLS-5.0.0
What's Changed
- Combine 2D and 3D Python modules: Both 2D and 3D domains can now be created in a single Python execution unit. For details on how the updated bindings work see here.
Full Changelog: v4.5.0...v5.0.0