File: Changes

package info (click to toggle)
libmath-convexhull-perl 1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 84 kB
  • sloc: perl: 114; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 788 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Revision history for Perl extension Math::ConvexHull.

1.04  Sun Feb 13 19:50 2011
        - Fixed issues with points that lie on the convex hull but
          aren't part of it.
        - Optimize the implementation a bit.

1.03  Thu May 29 14:24 2008
        - Document that you can actually break the implementation
          by passing in randomly ordered data with duplicates.
          Don't do that! (Thanks to Anton Berezin!)

1.02  Thu Sep 06 11:39 2007
        - Fixed bug with duplicate points. (Thanks to John Harvey!)

1.01  Fri Jun 30 21:25 2006
        - Distribution upgrade:
        --> Added META.yml
        --> Added t/ and moved test.pl
        --> Added POD tests.

1.00  Sat Jul 26 15:46 2003
        - original version as uploaded to CPAN