Metadata-Version: 2.0
Name: dsc
Version: 0.2.6
Summary: Implementation of Dynamic Statistical Comparisons
Home-page: https://github.com/stephenslab/dsc2
Author: Gao Wang
Author-email: gaow@uchicago.edu
License: MIT
Download-URL: https://pypi.python.org/pypi/dsc/0.2.6#downloads
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Dist: msgpack-python
Requires-Dist: numexpr
Requires-Dist: numpy
Requires-Dist: pandas (>=0.22.0)
Requires-Dist: pyarrow (>=0.5.0)
Requires-Dist: ruamel.yaml (>=0.15)
Requires-Dist: sos (>=0.9.12.3)
Requires-Dist: sos-pbs (>=0.9.10.4)
Requires-Dist: sqlalchemy
Requires-Dist: sympy

DSC2
====

DSC2 is successor of the `Dynamic Statistical Comparisons in
R <https://github.com/stephens999/dscr>`__.

The `project wiki <https://stephenslab.github.io/dsc-wiki>`__ is the
main source of documentation for both developers and users of the DSC2
project. If you are new to the concept of DSC, it may worth reading this
`blog
post <http://stephens999.github.io/blog/2014/10/Data-Driven-Discovery.html>`__
to understand the motivation behind this project.

This work is supported by the the Gordon and Betty Moore Foundation via
an Investigator Award to Matthew Stephens, `Grant
GBMF4559 <https://www.moore.org/grants/list/GBMF4559>`__, as part of the
`Data-Driven Discovery
program <https://www.moore.org/programs/science/data-driven-discovery>`__.
If you have any questions or want to share some information with the
developer / user community, please open a `github
issue <https://github.com/stephenslab/dsc2/issues>`__.

Change Log
----------

0.2.x
~~~~~

0.2.6

-  Bring back ``--host`` option; add a companion option ``--to-host`` to
   facilicate sending resources to remote computer.
-  Add ``--truncate`` switch.
-  SoS required version bumped to 0.9.12.3 for relevant upstream bug
   fixes.
-  [minor] Improved command interface.

0.2.5.2

-  SoS required version bumped to 0.9.12.2 for relevant upstream bug
   fixes.

0.2.5.1

-  Change in ``seed`` behavior: since this release ``seed`` will no
   longer be a DSC2 keyword. Users are responsible to set seeds on their
   own.
-  [minor] Allow for both lower case and capitalized operator names
   ``File/file, List/list, Dict/dict``.

0.2.5

-  New syntax release, compatible with SoS 0.9.12.1.
-  Removed ``--host`` option due to upstream changes.

0.1.x
~~~~~

0.1.0

-  First release, compatible with SoS 0.6.4.


