Re: Bug#1031504: ITP: pynormaliz -- Python bindings for LibNormaliz
Hi Jerome, On Fri 17 Feb 2023 12:33:17 PM +01, Jerome BENOIT wrote: What is the relation between the python material provided by normaliz and the one provided by pynormaliz ? In other words, will we need of the python material provided by normaliz ? or can we forget it (as the current normaliz Debian package do) ? Note that I am maintaining the normaliz Debian package. They're the same. The "PyNormaliz" directory in the normaliz tarball is created by cloning the PyNormaliz repository. See [1]. I figured that since they're maintained in separate git repositories and have distinct version numbers, it made sense to keep them as separate source packages. Doug [1] https://github.com/Normaliz/Normaliz/blob/5a5fd20954068301abc6227b8f041b4aa5d9e1e7/Makefile.am#L71-L74 signature.asc Description: PGP signature
Bug#1031504: ITP: pynormaliz -- Python bindings for LibNormaliz
Package: wnpp Severity: wishlist Owner: Doug Torrance X-Debbugs-Cc: debian-devel@lists.debian.org, dtorra...@piedmont.edu * Package name: pynormaliz Version : 2.18 Upstream Author : Sebastian Gutsche * URL : https://github.com/Normaliz/PyNormaliz * License : GPL-2+ Programming Lang: Python Description : Python bindings for LibNormaliz Normaliz is an open source tool for computations in affine monoids, vector configurations, lattice polytopes, and rational cones. Normaliz also computes algebraic polyhedra, i.e., polyhedra defined over real algebraic extensions of Q. PyNormaliz provides an interface to Normaliz via libNormaliz. It offers the complete functionality of Normaliz, and can be used interactively from Python. I plan to maintain this package under the umbrella of the Debian Python Team. signature.asc Description: PGP signature
Bug#1012500: ITP: latte-int -- Lattice point Enumeration
Package: wnpp Severity: wishlist Owner: Doug Torrance X-Debbugs-Cc: debian-devel@lists.debian.org, dtorra...@debian.org * Package name: latte-int Version : 1.7.6 Upstream Author : The LattE Team * URL : https://www.math.ucdavis.edu/~latte/software.php * License : GPL Programming Lang: C++ Description : Lattice point Enumeration LattE (Lattice point Enumeration) is a computer software dedicated to the problems of counting lattice points and integration inside convex polytopes. LattE contains the first ever implementation of Barvinok's algorithm. The LattE macchiato version (by M. Köppe) incorporated fundamental improvements and speed ups. Now the latest version, LattE integrale, has the ability to directly compute integrals of polynomial functions over polytopes and in particular to do exact volume computations. Version 1.6 adds the capability of computing the highest coefficients of weighted Ehrhart quasipolynomials. I plan to maintain this package under the umbrella of the Debian Math Team. signature.asc Description: PGP signature
Bug#1005379: Subject: ITP: elpa-macaulay2 -- Software system for algebraic geometry research (Emacs package)
Package: wnpp Severity: wishlist Owner: Doug Torrance X-Debbugs-Cc: debian-devel@lists.debian.org, dtorra...@debian.org * Package name: elpa-macaulay2 Version : 1.19.1 Upstream Author : Dan Grayson * URL : http://github.com/Macaulay2/M2-emacs * License : GPL-3+ Programming Lang: Emacs Lisp Description : Software system for algebraic geometry research (Emacs package) Macaulay 2 is a software system for algebraic geometry research, written by Daniel R. Grayson and Michael E. Stillman. Based on Groebner bases, it provides algorithms for computing homological invariants of rings and modules. This package contains the modes for running Macaulay2 within Emacs and editing Macaulay2 code. The binary package elpa-macaulay2 already exists in the archive and is built currently by the macaulay2 source package. However, the code was split off into its own repository a while ago, and I believe it would simplify things if it had its own source package as well. I intend to continue maintaining this package under the umbrella of the Debian Math Team. signature.asc Description: PGP signature
Bug#1004462: ITP: node-should-sinon -- Sinon.js assertions for should.js
Package: wnpp Severity: wishlist Owner: Doug Torrance X-Debbugs-Cc: debian-devel@lists.debian.org, dtorra...@piedmont.edu * Package name: node-should-sinon Version : 0.0.6 Upstream Author : Denis Bardadym * URL : https://github.com/shouldjs/sinon * License : Expat Programming Lang: JavaScript Description : Sinon.js assertions for should.js should is an expressive, readable, framework-agnostic assertion library. The main goals of this library are to be expressive and to be helpful. It keeps your test code clean, and your error messages helpful. This module adds additional assertions for sinon.js, which provides standalone test spies, stubs and mocks. Node.js is an event-based server-side JavaScript engine. I plan to maintain this package as a member of the Debian JavaScript Team. signature.asc Description: PGP signature
Bug#1004400: ITP: node-less-plugin-clean-css -- clean-css plugin for less.js
Package: wnpp Severity: wishlist Owner: Doug Torrance X-Debbugs-Cc: debian-devel@lists.debian.org, dtorra...@piedmont.edu * Package name: node-less-plugin-clean-css Version : 1.5.1 Upstream Author : Luke Page * URL : https://github.com/less/less-plugin-clean-css * License : Apache-2.0 Programming Lang: JavaScript Description : clean-css plugin for less.js Compresses the css output from less (a backwards-compatible language extension for CSS) using clean-css. Specify the plugin with the --clean-css command line option to lessc. Node.js is an event-based server-side JavaScript engine. The presence of this plugin in Debian will fix #977974. I plan on maintaining this package as a member of the Debian JavaScript Team. signature.asc Description: PGP signature
Bug#1004220: ITP: libstatistics-r-io-perl -- Perl interface to serialized R data
Package: wnpp Severity: wishlist Owner: Doug Torrance X-Debbugs-Cc: debian-devel@lists.debian.org, dtorra...@debian.org * Package name: libstatistics-r-io-perl Version : 1.0002 Upstream Author : Davor Cubranic * URL : https://github.com/cubranic/Statistics-R-IO * License : GPL Programming Lang: Perl Description : Perl interface to serialized R data Statistics::R::IO is a pure-Perl implementation for reading native data files produced by the R statistical computing environment. It provides routines for reading files in the two primary file formats used in R for serializing native objects: RDS and RData. I plan to maintain this package under the umbrella of the Debian Perl Team. signature.asc Description: PGP signature
Bug#1003709: ITP: libclass-tiny-antlers-perl -- Moose-like sugar for Class::Tiny
Package: wnpp Severity: wishlist Owner: Doug Torrance X-Debbugs-Cc: debian-devel@lists.debian.org, dtorra...@piedmont.edu * Package name: libclass-tiny-antlers-perl Version : 0.024 Upstream Author : Toby Inkster * URL : https://metacpan.org/release/Class-Tiny-Antlers * License : GPL/Artistic Programming Lang: Perl Description : Moose-like sugar for Class::Tiny Class::Tiny::Antlers provides Moose-like has, extends, with, before, after and around keywords for Class::Tiny. (The with keyword requires Role::Tiny; method modifiers require Class::Method::Modifiers.) Class::Tiny doesn't support all Moose's attribute options; has should throw you an error if you try to do something it doesn't support (like triggers). Class::Tiny::Antlers does however hack in support for is => 'ro' and Moo-style is => 'rwp', clearers and predicates. From version 0.24, Class::Tiny::Antlers also adds support for `isa` and `coerce` using Type::Tiny. (I mean, this is a TOBYINK module, so what do you expect?!) Technically MooseX::Types, MouseX::Types, Specio, and Type::Nano should work, but these are less tested. I intend to maintain this package under the umbrella of the Debian Perl Team. signature.asc Description: PGP signature
Bug#1001606: ITP: r-cran-m2r -- Macaulay2 interface for R
Package: wnpp Severity: wishlist Owner: Doug Torrance X-Debbugs-Cc: debian-devel@lists.debian.org, dtorra...@debian.org * Package name: r-cran-m2r Version : 1.0.2 Upstream Author : David Kahle * URL : https://github.com/coneill-math/m2r * License : GPL Programming Lang: R Description : Macaulay2 interface for R m2r was created at the American Mathematical Society's 2016 Mathematics Research Community gathering on algebraic statistics. It connects R to a persistent local or remote Macaulay2 session and leverages mpoly's existing infrastructure to provide wrappers for commonly used algebraic algorithms in a way that naturally fits into the R ecosystem, alleviating the need to learn Macaulay2. It is our hope that m2r will provide a flexible framework for computations in the algebraic statistics community and beyond. I intend to maintain this package under the umbrella of the Debian R Team. signature.asc Description: PGP signature
Bug#996213: ITP: r-cran-r.devices -- unified handling of graphics devices in R
Package: wnpp Severity: wishlist Owner: Doug Torrance X-Debbugs-Cc: debian-devel@lists.debian.org, dtorra...@piedmont.edu * Package name: r-cran-r.devices Version : 2.17.0 Upstream Author : Henrik Bengtsson * URL : https://github.com/HenrikBengtsson/R.devices * License : LGPL Programming Lang: R Description : unified handling of graphics devices in R Functions for creating plots and image files in a unified way regardless of output format (EPS, PDF, PNG, SVG, TIFF, WMF, etc.). Default device options as well as scales and aspect ratios are controlled in a uniform way across all device types. Switching output format requires minimal changes in code. This package is ideal for large-scale batch processing, because it will never leave open graphics devices or incomplete image files behind, even on errors or user interrupts. I intend to maintain this package under the umbrella of the Debian R packaging team. signature.asc Description: PGP signature
Bug#996088: ITP: r-cran-mpoly -- symbolic computing with multivariate polynomials in R
Package: wnpp Severity: wishlist Owner: Doug Torrance X-Debbugs-Cc: debian-devel@lists.debian.org, dtorra...@piedmont.edu, * Package name: r-cran-mpoly Version : 1.1.1 Upstream Author : David Kahle * URL : https://github.com/dkahle/mpoly * License : GPL Programming Lang: R Description : symbolic computing with multivariate polynomials in R mpoly is a simple collection of tools to help deal with multivariate polynomials symbolically and functionally in R. Features include term ordering, creating vectors of polynomials, extracting pieces of polynomials, arithmetic, derivatives, evaluation, homogenization and dehomogenization, and many special polynomials. I intend to maintain this package under the umbrella of the Debian R team. signature.asc Description: PGP signature