.issues/ebda8db3f9908e33/new/1265605942.M759644P4728Q1.vine
author Aravindakshan Babu <akshan@stanford.edu>
Tue, 17 Aug 2010 22:19:19 -0700
branchdev
changeset 219 5311343eb2f5
parent 201 4759535221ee
permissions -rw-r--r--
Added documentation for the python classes Point and PersistenceDiagram. Removed the __sub__ method for PersistenceDiagram. Minor renaming. Renamed BottleneckDistance to bottleneck_distance. Renamed intervals iterator for PersistenceDiagram to points. Seems in better conformance with usage.

From: Dmitriy Morozov <dmitriy@mrzv.org>
Date: Sun, 07 Feb 2010 21:11:12
Subject: Binary heap
Message-Id: <ebda8db3f9908e33-e780beb990f99293-artemis@vine>
References: <ebda8db3f9908e33-0-artemis@metatron>
In-Reply-To: <ebda8db3f9908e33-0-artemis@metatron>

Changed EventQueue representation to a binary heap. Used code developed by Danny
Tarlow and Yanbin Lu.