-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCHANGES.txt
More file actions
36 lines (24 loc) · 818 Bytes
/
CHANGES.txt
File metadata and controls
36 lines (24 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Changelog for tri
===========================
0.3.1 (unreleased)
------------------
- Fix FiniteEdgeIterator to indeed only output finite edges.
- output_{vertices|triangles} also outputs is_finite property of vertex/
triangle.
0.3 (2015-07-30)
----------------
- Using robust predicates again.
- Resolved small bug: vertex info was added twice.
- output_{vertices|triangles} also outputs info property of vertex/triangle.
0.2 (2015-05-29)
----------------
- Removed dependency on predicates package
(for now, as this package is not stable, yet)
- Changed print statements to use logging.
- ToPointsAndSegments class added.
- ConvexHullIterator added (as alias for TriangleIterator).
- RegionatedIterator added.
- Initial VoronoiTransformer added.
0.1 (2015-01-21)
----------------
- Initial version.