From 9e09d15c889ab840c281a78e7ad604ddfa19d144 Mon Sep 17 00:00:00 2001 From: William Silversmith Date: Thu, 19 Sep 2024 16:24:47 -0400 Subject: [PATCH] ci: updated to artifactv3 --- .github/workflows/build_wheels.yml | 2 +- ChangeLog | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index e22bede..944b073 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -29,6 +29,6 @@ jobs: CIBW_BEFORE_BUILD: pip install numpy cython setuptools wheel CIBW_ARCHS_MACOS: "x86_64 arm64" - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: path: ./wheelhouse/*.whl \ No newline at end of file diff --git a/ChangeLog b/ChangeLog index 49c53b3..4441a25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,22 @@ CHANGES ======= -* fix: max simplification error int -> float +1.8.0 +----- + +* fixtest: remove macos (will build locally) +* fixtest: putting down test failure to different compilers/libraries +* feat: expose min error (#40) +* fixtest: allow tiny differences in floating point +* feat: add vtk mesh display to zmesh meshes +* ci: add deps for py312 +* ci: update test set +* install: add pyproject.toml + +1.7.2 +----- + +* ci: rebuild for numpy 2.0 * feat: support more types of obj files 1.7.1