[go: up one dir, main page]

File: control

package info (click to toggle)
iminuit 2.11.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,780 kB
  • sloc: cpp: 24,851; python: 6,975; makefile: 18
file content (35 lines) | stat: -rw-r--r-- 1,317 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: iminuit
Section: science
Priority: optional
Homepage: https://github.com/scikit-hep/iminuit
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy Sanders <jeremy@jeremysanders.net>
Vcs-Git: https://salsa.debian.org/science-team/iminuit.git
Vcs-Browser: https://salsa.debian.org/science-team/iminuit
Build-Depends: cmake,
               debhelper-compat (=13),
               dh-exec,
               dh-python,
               python3-all-dev,
               python3-matplotlib,
               python3-numpy,
               python3-pybind11,
               python3-pytest,
               python3-setuptools,
               python3-tabulate <!nocheck>,
Standards-Version: 4.6.2
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-iminuit
Architecture: any
Section: python
Depends: python3-numpy,
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Description: Robust Python minimisation library based around MINUIT2
 iminuit is a Jupyter-friendly Python frontend to the MINUIT2 C++ library.
 It can be used as a general robust function minimisation method, but is
 most commonly used for likelihood fits of models to data, and to get model
 parameter error estimates from likelihood profile analysis.