Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
sgsellan committed Feb 24, 2023
1 parent 31f69a2 commit 3ffb203
Show file tree
Hide file tree
Showing 25 changed files with 99 additions and 17 deletions.
5 changes: 5 additions & 0 deletions docs/approximate_hausdorff_distance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "approximate_hausdorff_distance"
---

::: src.gpytoolbox.approximate_hausdorff_distance
5 changes: 5 additions & 0 deletions docs/boundary_faces.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "boundary_faces"
---

::: src.gpytoolbox.boundary_faces
5 changes: 5 additions & 0 deletions docs/compactly_supported_normal_kernel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "compactly_supported_normal_kernel"
---

::: src.gpytoolbox.compactly_supported_normal_kernel
5 changes: 5 additions & 0 deletions docs/cone.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "cone"
---

::: src.gpytoolbox.cone
5 changes: 5 additions & 0 deletions docs/cylinder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "cylinder"
---

::: src.gpytoolbox.cylinder
5 changes: 5 additions & 0 deletions docs/edge_edge_distance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "edge_edge_distance"
---

::: src.gpytoolbox.edge_edge_distance
5 changes: 5 additions & 0 deletions docs/faces.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "faces"
---

::: src.gpytoolbox.faces
5 changes: 5 additions & 0 deletions docs/fast_winding_number.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "fast_winding_number"
---

::: src.gpytoolbox.fast_winding_number
5 changes: 5 additions & 0 deletions docs/gaussian_process.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "gaussian_process"
---

::: src.gpytoolbox.gaussian_process
5 changes: 5 additions & 0 deletions docs/halffaces.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "halffaces"
---

::: src.gpytoolbox.halffaces
5 changes: 5 additions & 0 deletions docs/icosphere.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "icosphere"
---

::: src.gpytoolbox.icosphere
5 changes: 5 additions & 0 deletions docs/marching_cubes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "marching_cubes"
---

::: src.gpytoolbox.marching_cubes
5 changes: 5 additions & 0 deletions docs/minimum_distance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "minimum_distance"
---

::: src.gpytoolbox.minimum_distance
5 changes: 0 additions & 5 deletions docs/quadtree_fem_laplacian.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/random_points_on_polyline.md

This file was deleted.

5 changes: 5 additions & 0 deletions docs/regular_circle_polyline.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "regular_circle_polyline"
---

::: src.gpytoolbox.regular_circle_polyline
5 changes: 5 additions & 0 deletions docs/remove_unreferenced.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "remove_unreferenced"
---

::: src.gpytoolbox.remove_unreferenced
5 changes: 5 additions & 0 deletions docs/signed_distance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "signed_distance"
---

::: src.gpytoolbox.signed_distance
5 changes: 5 additions & 0 deletions docs/squared_exponential_kernel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "squared_exponential_kernel"
---

::: src.gpytoolbox.squared_exponential_kernel
5 changes: 5 additions & 0 deletions docs/torus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "torus"
---

::: src.gpytoolbox.torus
5 changes: 5 additions & 0 deletions docs/triangle_triangle_distance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "triangle_triangle_distance"
---

::: src.gpytoolbox.triangle_triangle_distance
5 changes: 0 additions & 5 deletions docs/write_ply.md

This file was deleted.

2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://realpython.com/python-project-documentation-with-mkdocs/
# to deploy:
# commit a change with __version__ in setup.py
# commit a change with __version__ in setup.py and src/__init__.py
# wait for wheels to build and download them
# twine upload dist/*
# label as new release
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from setuptools.command.build_ext import build_ext
from distutils.version import LooseVersion

__version__ = '0.0.3'
__version__ = '0.1.0'


class CMakeExtension(Extension):
Expand Down
2 changes: 2 additions & 0 deletions src/gpytoolbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
__version__ = '0.1.0'

# This function depends on skimage
from .png2poly import png2poly

Expand Down

0 comments on commit 3ffb203

Please sign in to comment.