Releases: Renumics/mesh2vec
Releases · Renumics/mesh2vec
Mesh2Vec 1.3.2
Features
- Drop support of Python 3.9 and 3.10 (due to
lasso-pythonrestrictions) - Support Python 3.13 and higher on Windows
- Update minimal dependency versions (mainly to at least 2025 versions, especially numpy to 2.*)
- Mark package as typed
Dev
- Update
pyproject.tomlsyntax - Update typing syntax
- Check package version on release in CI (should match the tag)
Mesh2Vec 1.3.1
Features
- Support Python 3.12 and higher (Python 3.13 and higher can fail on Windows due to NumPy 1.* restricted by
lasso-python) - Update dependencies
- Remove many unused dependencies
Fixes
- Replace NaNs with
default_valueproperly inMesh2VecBase.aggregate
Dev
- Check code types (locally and in CI)
- Create Makefile
- Cache environment in CI properly
- Do not fail fast on matrices in CI
v1.2.1
Dependency Updates
v1.1.5: Merge pull request #11 from Renumics/lint.-format
v1.1.4: Merge pull request #10 from git47/master
modified: mesh2vec/mesh2vec_cae.py
v1.1.3
Merge pull request #10 from git47/master modified: mesh2vec/mesh2vec_cae.py
v1.1.2: Merge pull request #9 from Renumics/fix_typo
v1.1.1: Merge pull request #8 from Renumics/performannce_polish
Performannce polish
v1.1.0: Merge pull request #7 from Renumics/performance_01
Performance 01