scikit-fmm 2019.1.30-1ubuntu2 source package in Ubuntu

Changelog

scikit-fmm (2019.1.30-1ubuntu2) jammy; urgency=medium

  * No-change rebuild with Python 3.10 only

 -- Graham Inggs <email address hidden>  Wed, 16 Mar 2022 23:22:07 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
scikit-fmm_2019.1.30.orig.tar.gz 412.7 KiB 678b54965e7e5605749542e18b70f2266a633886416bf59e875b5bdf295de0a9
scikit-fmm_2019.1.30-1ubuntu2.debian.tar.xz 3.1 KiB 64cb11a5b58d4d648291ade3ac2b5af99b0db0de26db872b0a0bf4a37bc44c37
scikit-fmm_2019.1.30-1ubuntu2.dsc 2.0 KiB 59059418f195e0f36eedba4b5d7ac8e9ad36ceac88c15022c378c823c4685b9d

View changes file

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