Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tdh8316 committed Jul 10, 2020
1 parent 58b7711 commit ef2b77b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ optional arguments:
-v, --verbose Set logger level as DEBUG (default: False)
```

The sampling option; `POISSON_DISK` is extremely slow, while it can provide the best result.
The `POISSON_DISK` sampling option is slow, while it can provide the best result.
>You can see the results by options [here](./PREVIEW.md).
It takes a minimum of 5 seconds (1000 points and threshold sampling) to a maximum of 3 minutes (50000 points and poisson disk sampling).
It takes a minimum of 5 seconds (1000 points and threshold sampling) to a maximum of 2 minutes (10000 points and poisson disk sampling).

## API
See example:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="triangler",
version="0.3",
version="0.4",
packages=["triangler"],
url="https://github.com/tdh8316/triangler",
license="MIT License",
Expand Down

0 comments on commit ef2b77b

Please sign in to comment.