From c9196cd1f2544fcc625462f54a0746d176e9e56b Mon Sep 17 00:00:00 2001 From: tenplayers <20010509@qq.com> Date: Mon, 11 Jul 2022 15:38:34 -0700 Subject: [PATCH] update readme --- CHANGELOG.md | 10 ++++++++++ README.md | 12 +++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed7f431..ac365c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - main change triangle/triangulate.c and triangle/triangulate.h - for windows, we must change long into __int64 - reference: https://blog.csdn.net/cuihaolong/article/details/72842026. and https://www.796t.com/post/YThtcXk=.html +- 7/11/2022: tested compatible with latest vtk==9.0.3, latest mayavi==4.7.4, and old PyQt5==5.15.6 on python==3.9.12 on Linux(Ubuntu 20.04.3) , macOS(Monterey 12.1 intel) , HPC(CentOS Linux release 7.7.1908 (Core)) and Windows(Windows 10 pro 21H2). @@ -46,6 +47,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - add a document: ./examples/document +## 2022-03 Shuqi Xu + +### Change +- fix bugs on partition normal +- fix declaration error on building process +- update documentation +- update cythonize version +- 3/1/2020: tested compatible with latest vtk==9.0.1 and latest mayavi==4.7.2 on python==3.6.12 on both Linux and macOS. Need more test on newer Python versions and on Windows. +- etc diff --git a/README.md b/README.md index 76e0c34..ab62d35 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,18 @@ to use mayavi dependent packages(optional): $ pip install 'vtk<9.1' 'PyQt5<5.16'; pip install 'mayavi<4.8' +tested compatible on following systems(tested in 7/11/2022): +- macOS(Monterey 12.1 intel) +- Windows(Windows 10 pro 21H2) +- Linux(Ubuntu 20.04.3) +- HPC(CentOS Linux release 7.7.1908 (Core)) + +package version in test(tested in 7/11/2022): +- python==3.9.12 +- latest vtk==9.0.3 +- latest mayavi==4.7.4 +- old PyQt5==5.15.6 -7/11/2022: tested compatible with latest vtk==9.0.3, latest mayavi==4.7.4, and old PyQt5==5.15.6 on python==3.9.12 on Linux(Ubuntu 20.04.3) and macOS(Monterey 12.1 intel) and HPC(CentOS Linux release 7.7.1908 (Core)), Windows(Windows 10 pro 21H2). ## Documents and tutorial Document for the latest version can be found at ./examples/document, which explains our workflow in detail.