ruby-distribution 0.8.0+dfsg-1 source package in Ubuntu
Changelog
ruby-distribution (0.8.0+dfsg-1) unstable; urgency=medium [ Utkarsh Gupta ] * Add salsa-ci.yml [ Debian Janitor ] * Use secure copyright file specification URI. * Bump debhelper from old 9 to 12. * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Bug-Database, Bug-Submit. * Update Vcs-* headers from URL redirect. * Use canonical URL in Vcs-Git. * Apply multi-arch hints. + ruby-distribution: Add :any qualifier for ruby dependency. * Use secure URI in debian/watch. * Bump debhelper from old 12 to 13. [ Cédric Boutillier ] * Use https:// in Vcs-* fields * Use new default gem2deb Rakefile to run the tests * Move debian/watch to gemwatch.debian.net * Bump Standards-Version to 4.6.2 (no changes needed) * New upstream version 0.8.0+dfsg + Remove usage of deprecated Fixnum class (ruby3.2 support) * Refresh packaging files * Remove patches -- Cédric Boutillier <email address hidden> Thu, 02 Nov 2023 14:21:28 +0100
Upload details
- Uploaded by:
- Debian Ruby Extras Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Ruby Extras Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Plucky | release | universe | misc | |
Oracular | release | universe | misc | |
Noble | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ruby-distribution_0.8.0+dfsg-1.dsc | 1.5 KiB | e43a3bc6bbcbb0f586678e2b219ca4a3ccb9ec36d44081e4468d6114c55ecd15 |
ruby-distribution_0.8.0+dfsg.orig.tar.xz | 47.9 KiB | d136a782016bd151b809773e1039f83ae3be7ed78f230acd37d8e37d4761c74b |
ruby-distribution_0.8.0+dfsg-1.debian.tar.xz | 3.0 KiB | 645452d8588a5f9ce5fcdd3da7a1ea4419c6a6f81cbfa751a65b65a251ab4f5e |
Available diffs
- diff from 0.7.3+dfsg-1.1 to 0.8.0+dfsg-1 (66.3 KiB)
No changes file available.
Binary packages built by this source
- ruby-distribution: Ruby library to work with probability distributions
This Ruby library allows one to generate random variable with a given
probability distribution, or evaluate classical probability distributions.
.
The probability distributions currently implemented include: Normal univariate
and bivariate, T, F, Chi Square, Binomial, Hypergeometric, Exponential,
Poisson, Beta, LogNormal and Gamma.
.
If available, the library will use Ruby/GSL (from ruby-gsl package) for better
performance.