Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct readme, update contrib, release #14

Merged
merged 2 commits into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name = "AlphaShapes"
uuid = "23a43136-1936-4ec7-b2ed-3a5dbec7203f"
authors = ["harveydevereux <[email protected]>"]
version = "0.2.0"
authors = ["harveydevereux <[email protected]>",
"BenCurran98 <[email protected]>",
"itsdfish <[email protected]>"]
version = "0.3.0"

[deps]
BlackBoxOptim = "a134a8b2-14d6-55f6-9291-3336d3ab0209"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AlphaShapes.jl
Basic implementation of alpha shapes in 2+ dimensions
Basic implementation of alpha shapes in 2 dimensions (3+ [in dev](https://github.com/harveydevereux/AlphaShapes.jl/tree/dev))
| Travis | CodeCov | Doc |
|-------|----------|----|
| [![Build Status](https://travis-ci.com/harveydevereux/AlphaShapes.jl.svg?branch=master)](https://travis-ci.com/harveydevereux/AlphaShapes.jl)|[![codecov](https://codecov.io/gh/harveydevereux/AlphaShapes.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/harveydevereux/AlphaShapes.jl)|[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://harveydevereux.github.io/AlphaShapes.jl/dev/)|
Expand Down
Loading