scikit-fmm 2024.05.29-1 source package in Ubuntu

Changelog

scikit-fmm (2024.05.29-1) unstable; urgency=medium

  * new upstream version, closes: #1059647, #1061001

 -- Bdale Garbee <email address hidden>  Fri, 05 Jul 2024 22:55:57 -0600

Upload details

Uploaded by:
Bdale Garbee
Uploaded to:
Sid
Original maintainer:
Bdale Garbee
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
scikit-fmm_2024.05.29-1.dsc 2.0 KiB 50e33a6398b4d249d0683c1f06d2c29d46478e606fe3167856440d77c080304c
scikit-fmm_2024.05.29.orig.tar.gz 450.1 KiB a6024294dff01377ee5cb95a869c7c86373eccfe0d83314503cc99b76713343e
scikit-fmm_2024.05.29-1.debian.tar.xz 4.0 KiB e5c9a813159bda3f4cdc6b8ab9b29e320ae765a94e43a0efd547fa2e0ee74fed

No changes file available.

Binary packages built by this source

python3-scikit-fmm: fast marching method extension (Python 3)

 This module implements the fast marching method, used to model the
 evolution of boundaries and interfaces in a variety of application areas.
 More specifically, the fast marching method is a numerical technique for
 finding approximate solutions to boundary value problems of the Eikonal
 equation:
 .
 F(x) | grad T(x) | = 1
 .
 Typically, such a problem describes the evolution of a closed curve as
 a function of time T with speed F(x)>0 in the normal direction at a
 point x on the curve. The speed function is specified, and the time at
 which the contour crosses a point x is obtained by solving the
 equation.
 .
 scikit-fmm provides functions to calculate the signed distance and travel
 time to an interface described by the zero contour of the input array phi.

python3-scikit-fmm-dbgsym: debug symbols for python3-scikit-fmm