python-isosurfaces 0.1.1-1 source package in Ubuntu

Changelog

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

  * New upstream version 0.1.1
  * Bump Standards-Version to 4.6.2

 -- Timo Röhling <email address hidden>  Mon, 26 Feb 2024 13:09:36 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-isosurfaces_0.1.1-1.dsc 2.4 KiB aba83e63dfd0caf341f3ec23a31f13245789ee6a72db3dad04f542a58da43f41
python-isosurfaces_0.1.1.orig.tar.gz 54.2 KiB 6b8dfdc4e12bd87dce72e292e95512e59f9a7675c58049cd436a9d39d572651a
python-isosurfaces_0.1.1-1.debian.tar.xz 2.0 KiB 8adefdd6be37796e8b5ff980dbed1d2d05fd6db9cf0537c5594ffdb25c2d6e46

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.