python-isosurfaces 0.1.2-1 source package in Ubuntu

Changelog

python-isosurfaces (0.1.2-1) unstable; urgency=medium

  * New upstream version 0.1.2
  * Bump Standards-Version to 4.7.2

 -- Timo Röhling <email address hidden>  Thu, 13 Mar 2025 13:41:50 +0100

Upload details

Uploaded by:
Debian Math Team
Uploaded to:
Sid
Original maintainer:
Debian Math Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Questing release universe misc
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-isosurfaces_0.1.2-1.dsc 2.6 KiB ad8466439921dbb3703aab00e270873a183775211229b3bd105becb082ff1b5f
python-isosurfaces_0.1.2.orig.tar.gz 54.2 KiB cc1158f29fa91127e2f86d5f58626510e8888aed14cdd7a4e4759e3a2516bf5f
python-isosurfaces_0.1.2-1.debian.tar.xz 2.1 KiB 3087b47e9a13e0c406b223bb8d5eb50bf26ab6f8d31e31fa0bbe1321d9da454a

Available diffs

No changes file available.

Binary packages built by this source

python3-isosurfaces: Compute isolines/isosurfaces of scalar fields

 Construct isolines/isosurfaces of a 2D/3D scalar field defined by a function,
 i.e. curves over which `f(x,y)=0` or surfaces over which `f(x,y,z)=0`. Most
 similar libraries use marching squares or similar over a uniform grid, but
 this uses a quadtree to avoid wasting time sampling many far from the implicit
 surface.
 .
 This package installs the Python 3 module.