Skip to content

Commit

Permalink
Update references + version number
Browse files Browse the repository at this point in the history
  • Loading branch information
danshapero committed Jan 3, 2023
1 parent 872b1cc commit 44f23e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@ If you want to read more about the math, my favorite books on the subject are:

* [A Combinatorial Introduction to Topology](https://store.doverpublications.com/0486679667.html) by Michael Henle
* [Graphs, Surfaces and Homology](https://doi.org/10.1017/CBO9780511779534) by Peter Giblin
* [Elementary Applied Topology](https://www2.math.upenn.edu/~ghrist/notes.html) by Robert Ghrist

Some good references on meshing are:

* [Delaunay Mesh Generation](https://www.routledge.com/Delaunay-Mesh-Generation/Cheng-Dey-Shewchuk/p/book/9781584887300) by Cheng, Dey, and Shewchuk
* [Triangulations and Applications](https://doi.org/10.1007/3-540-33261-8) by Hjelle and Dæhlen
* [Polygon Mesh Processing](https://www.routledge.com/Polygon-Mesh-Processing/Botsch-Kobbelt-Pauly-Alliez-Levy/p/book/9781568814261) by Botsch and others
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "zmsh"
version = "0.0.1"
version = "0.1.0"
authors = [
{ name="Daniel Shapero", email="[email protected]" },
]
Expand All @@ -20,4 +20,4 @@ dependencies = [
]

[project.urls]
"Homepage" = "https://github.com/danshapero/zmsh"
"Homepage" = "https://github.com/TopoMesh/zmsh"

0 comments on commit 44f23e6

Please sign in to comment.