August 16, 2015
As of today, the main SciD repository will be hosted under the DlangScience organisation on GitHub:

    https://github.com/DlangScience/scid

SciD is a collection of freely usable numerical routines for, among other things,

 - numerical integration (quadrature) and differentiation
 - nonlinear equation solving (one- and multidimensional)
 - (a little bit of) linear algebra

With this move, I hope more people will discover the library, find it useful, and even contribute to it.

Documentation: https://dlangscience.github.io/scid
Dub package:   http://code.dlang.org/packages/scid

-Lars