Metadata-Version: 2.0
Name: glimix-core
Version: 1.2.7
Summary: Fast inference for Generalized Linear Mixed Models.
Home-page: https://github.com/limix/glimix-core
Author: Limix Developers
Author-email: horta@ebi.ac.uk
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: cachetools (>=2.0)
Requires-Dist: liknorm-py (>=1.0.6)
Requires-Dist: ncephes (>=1.0.21)
Requires-Dist: numpy (>=1.10)
Requires-Dist: numpy-sugar (>=1.0.38)
Requires-Dist: optimix (>=1.2.10)
Requires-Dist: scipy (>=0.18)
Requires-Dist: scipy-sugar (>=1.0.2)
Requires-Dist: tqdm (>=4)

glimix-core
===========

|PyPIl| |PyPIv| |Documentation Status|

Fast inference for Generalized Linear Mixed Models.

Install
-------

You can install it via `pip <https://pypi.python.org/pypi/pip>`__. First
you need to install `liknorm <http://liknorm.readthedocs.io/>`__ library
and then

.. code:: bash

    pip install glimix-core

Refer to `documentation <http://glimix-core.readthedocs.io/>`__ for more
information.

Running the tests
-----------------

After installation, you can test it

::

    python -c "import glimix_core; glimix_core.test()"

as long as you have `pytest <http://docs.pytest.org/en/latest/>`__.

If you encounter any issue, please, `submit
it <https://github.com/limix/glimix-core/issues/new>`__.

Authors
-------

-  **Danilo Horta** - https://github.com/Horta

License
-------

This project is licensed under the MIT License - see the
`LICENSE <LICENSE>`__ file for details

.. |PyPIl| image:: https://img.shields.io/pypi/l/glimix-core.svg?style=flat-square
   :target: https://pypi.python.org/pypi/glimix-core/
.. |PyPIv| image:: https://img.shields.io/pypi/v/glimix-core.svg?style=flat-square
   :target: https://pypi.python.org/pypi/glimix-core/
.. |Documentation Status| image:: https://readthedocs.org/projects/glimix-core/badge/?style=flat-square&version=latest
   :target: https://glimix-core.readthedocs.io/


