scythestat 1.0.3-2 source package in Ubuntu

Changelog

scythestat (1.0.3-2) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 11 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Use canonical URL in Vcs-Browser.

  [ Andreas Tille ]
  * Fix watch file
  * Standards-Version: 4.6.1 (routine-update)
  * Add salsa-ci file (routine-update)
  * Rules-Requires-Root: no (routine-update)

 -- Andreas Tille <email address hidden>  Tue, 06 Dec 2022 15:43:00 +0100

Upload details

Uploaded by:
Steffen Möller
Uploaded to:
Sid
Original maintainer:
Steffen Möller
Architectures:
all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libs
Noble release universe libs
Mantic release universe libs
Lunar release universe libs

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
scythestat_1.0.3-2.dsc 1.8 KiB 734ddcbc28b7b92bd8c4d6aebf726fc533d35df87ce24b0f6a5b5c57657b0e77
scythestat_1.0.3.orig.tar.gz 233.7 KiB 1795a8de32bbff6345631690144b83a2d5995d7d44e49bddfede9a7515377497
scythestat_1.0.3-2.debian.tar.xz 3.3 KiB 40f170858f2573c9c9458b42fe0a17f07f7f2960fa243f6daca7660b138468f4

Available diffs

No changes file available.

Binary packages built by this source

libscythestat-dev: header files for Scythe statistics library

 Files provided by this package are required to develop new programs
 with the Scythe library. There is no binary library associated
 with these headers, i.e. all template code is contained within
 and no further dependencies are required at runtime
 .
 The Scythe Statistical Library is an open source C++ library for
 statistical computation. It includes a suite of matrix manipulation
 functions, a suite of pseudo-random number generators, and a suite
 of numerical optimizers. Programs written using Scythe are generally
 much faster than those written in commonly used interpreted
 languages, such as R, Matlab, and GAUSS; and can be compiled on any
 system with the GNU GCC compiler (and perhaps with other C++
 compilers). One of the primary design goals of the Scythe developers
 has been ease of use for non-expert C++ programmers. Ease of use is
 provided through three primary mechanisms: (1) operator and function
 over-loading, (2) numerous pre-fabricated utility functions, and (3)
 clear documentation and example programs. Additionally, Scythe is
 quite flexible and entirely extensible because the source code is
 available to all users.