scikit-fmm 2019.1.30-1.2 source package in Ubuntu

Changelog

scikit-fmm (2019.1.30-1.2) unstable; urgency=medium

  * Non-maintainer upload
  * Build-Depend on python3-all-dev instead of python3-all and
    python3-dev so that scikit-fmm appears on the correct
    transition tracker
  * Update debian/watch
  * Build-Depend on debhelper-compat and drop debian/compat

 -- Graham Inggs <email address hidden>  Thu, 14 Apr 2022 20:33:41 +0000

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

Downloads

File Size SHA-256 Checksum
scikit-fmm_2019.1.30-1.2.dsc 1.9 KiB 4e1aa4471c1225dcd18055d4371475c082d6fc6867376013f58d6e89e7d8042a
scikit-fmm_2019.1.30.orig.tar.gz 412.7 KiB 678b54965e7e5605749542e18b70f2266a633886416bf59e875b5bdf295de0a9
scikit-fmm_2019.1.30-1.2.debian.tar.xz 3.1 KiB 9561b3a468490b3b370b0045b57702c555f454283ae380138dad8d0e99a603b8

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