Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
He-Wenhao committed Jul 11, 2022
1 parent 18f7a91 commit c9196cd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).



Expand Down Expand Up @@ -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



Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c9196cd

Please sign in to comment.