Menu

Code Commit Log


Commit Date  
[r4145] by jswhit

remove debug code

2007-11-07 16:42:46 Tree
[r4144] by jswhit

fix Antarctic polygon closing code

2007-11-07 16:25:58 Tree
[r4143] by jswhit

optimize code for closing Antarctica

2007-11-07 16:12:57 Tree
[r4142] by mdboom

Further speed improvements. For collections, now has faster ignoring
of elements that aren't provided, such as offsets. Paths now do not
even store the "default" codes array -- which is MOVETO followed by N
LINETOs. These are generated automatically by the iterators if no
codes array is provided. (Should also result in significant memory
savings for graphs with many points.)

2007-11-07 15:31:37 Tree
[r4141] by jswhit

use npy.sum, not built-in sum

2007-11-07 15:30:25 Tree
[r4140] by jswhit

add to list of projections that can't cross pole,
close Antarctica for all that don't.

2007-11-07 13:11:15 Tree
[r4139] by jswhit

fix tmerc example so it doesn't cross pole.

2007-11-07 12:56:23 Tree
[r4138] by jswhit

some projections should never cross pole.

2007-11-07 12:55:37 Tree
[r4137] by jswhit

fix Antarctica for 'geos' projection, use npy.sum not python built-in,
refine checks for bad polygons to avoid 'Bus errors' in ctypes libgeos
interface.

2007-11-06 23:03:21 Tree
[r4136] by mdboom

Speed up pcolor_demo.py "benchmark" initialization by a factor of 2.
Cache the automatically created path codes by their length.
pcolor, quadmesh etc. create lots of polylines of the same length, and
there is no need to create a new identical codes array each time.
(Definite speed improvement, incredible memory improvement).
Change the default behavior to create open paths (which don't result
in a memory copy). Fix places that were relying on
automatically-created closed paths to create closed paths themselves
(and thus avoiding a copy).

2007-11-06 21:33:37 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.