Skip to content

Commit

Permalink
updated changeslogs for hgeometry-combinatorial and hgeometry
Browse files Browse the repository at this point in the history
  • Loading branch information
noinia committed Nov 13, 2021
1 parent 0f04beb commit bbd799b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 10 additions & 0 deletions hgeometry-combinatorial/changelog.org
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

* Changelog

** 0.13

- Moved 'intersects' from the HasIntersectionWith class into a new
class IsIntersectableWith. This allows separate (weaker) constraints
for checking *if* geometries intersect rather than computing exact
intersections.
- Bug fixes in the orientations of boundaries in PlanarGraph.
- Implementation of Logaritmic Method, wich allows us to transform a
static data structure into an insertion only data structure

** 0.12

- Add Data.Double.Approximate: Floating point numbers take take
Expand Down
2 changes: 0 additions & 2 deletions hgeometry/changelog.org
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

** 0.13

- Implementation of Logaritmic Method, wich allows us to transform a
static data structure into an insertion only data structure
- Moved 'intersects' from the HasIntersectionWith class into a new
class IsIntersectableWith. This allows separate (weaker) constraints
for checking *if* geometries intersect rather than computing exact
Expand Down

0 comments on commit bbd799b

Please sign in to comment.