Skip to content

Commit 6cead7c

Browse files
bors[bot]urschrei
andauthored
Merge #26
26: Prepare for 1.0 release r=urschrei a=urschrei Closes #25 Co-authored-by: Stephan Hügel <[email protected]>
2 parents c160bc9 + 5f2f04b commit 6cead7c

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "robust"
3-
version = "0.2.3"
3+
version = "1.0.0"
44
description = "Robust adaptive floating-point predicates for computational geometry"
55
authors = [
66
"The Spade Developers",
@@ -11,8 +11,8 @@ repository = "https://github.com/georust/robust"
1111
edition = "2021"
1212
license = "MIT OR Apache-2.0"
1313
readme = "README.md"
14-
keywords = ["robustness", "stability"]
15-
categories = ["algorithms", "graphics", "science"]
14+
keywords = ["geometry", "robustness", "stability"]
15+
categories = ["algorithms", "graphics", "science::geo"]
1616

1717
[dependencies]
1818
ieee754 = { version = "0.2", optional = true } # https://github.com/rust-lang/rust/issues/50145

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# robust
2+
## Adaptive Precision Floating-Point Arithmetic and Fast Robust Predicates for Computational Geometry
23

3-
[Robust](https://observablehq.com/@mourner/non-robust-arithmetic-as-art) predicates for computational geometry.
4+
See the [Interactive notebook](https://observablehq.com/@mourner/non-robust-arithmetic-as-art) for more.
45

56
[API Documentation](https://docs.rs/robust)
67

@@ -19,9 +20,11 @@ Below are visualizations comparing naive and robust predicate implementations. T
1920
[orient2d-robust-png]: https://georust.github.io/assets/orient2d-robust/v1.png
2021

2122
## Source
23+
2224
These algorithms are ported from [`predicates.c`](http://www.cs.cmu.edu/afs/cs/project/quake/public/code/predicates.c), the canonical implementation of Jonathan Richard Shewchuk's "Robust adaptive floating-point geometric predicates".
2325

2426
### Papers
27+
2528
> [Shewchuk, J.R., 1997. Adaptive precision floating-point arithmetic and fast robust geometric predicates. Discrete & Computational Geometry, 18(3), pp.305-363.](https://link.springer.com/content/pdf/10.1007/PL00009321.pdf)
2629
2730
> [Shewchuk, J.R., 1996, May. Robust adaptive floating-point geometric predicates. In Proceedings of the twelfth annual symposium on Computational geometry (pp. 141-150).](https://dl.acm.org/doi/abs/10.1145/237218.237337)

0 commit comments

Comments
 (0)