info.ss
#lang setup/infotab
(define name "Science")
(define blurb
  (list "A collection of modules that provide functions for numerical computing."))
(define release-notes
  (list "Statistics functions now work for any sequence; added correlation function; "
        "added running statistics. Chebyshev functions updated for performance and"
        "added derivative and integral series construction. Closed issue #201 by"
        "implementing discrete-histogram-mean and discrete-histogram-sigma."))
(define categories '(scientific))
(define homepage "http://schematics.sourceforge.net")
(define scribblings '(("scribblings/science.scrbl" (multi-page))))
(define primary-file '("science.ss" "science-with-graphics.ss"))
(define repositories
  (list "4.x"))
(define compile-subcollections
  (list (list "special-functions")
        (list "random-distributions")
        (list "ode-initval")))