.issues/ebda8db3f9908e33/new/1221008555.M637662P30017Q16.cole
author Aravindakshan Babu <akshan@stanford.edu>
Wed, 18 Aug 2010 12:05:18 -0700
branchdev
changeset 220 d07d77561661
parent 200 73e8dce642be
permissions -rw-r--r--
Removed the points iterator in PersistenceDaigram; replaced it with a __iter__ method. Got rid of some python code in __init__.py, since it was not needed with the above change. Changed the docs to reflect this.

From: Dmitriy Morozov <morozov@cs.duke.edu>
Date: Mon, 25 Feb 2008 11:29:27 -0500
State: resolved
Subject: Efficient EventQueue
Message-Id: <ebda8db3f9908e33-0-artemis@metatron>
category: kinetic
resolution: fixed

Change EventQueue to an efficient implementation, e.g., using a Fibonacci heap.