Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aperiosoftware/astropy-timeseries

Experimental standalone version of astropy.timeseries
https://github.com/aperiosoftware/astropy-timeseries

Last synced: 4 days ago
JSON representation

Experimental standalone version of astropy.timeseries

Awesome Lists containing this project

README

        

=======================================
Experimental astropy timeseries package
=======================================

.. image:: https://travis-ci.org/aperiosoftware/astropy-timeseries.svg
:target: https://travis-ci.org/aperiosoftware/astropy-timeseries
:alt: Astropy's Travis CI Status

.. image:: https://circleci.com/gh/aperiosoftware/astropy-timeseries.svg?style=svg
:target: https://circleci.com/gh/aperiosoftware/astropy-timeseries
:alt: Astropy's CircleCI Status

.. image:: https://codecov.io/gh/aperiosoftware/astropy-timeseries/branch/master/graph/badge.svg
:target: https://codecov.io/gh/aperiosoftware/astropy-timeseries
:alt: Astropy's Coverage Status

.. image:: https://ci.appveyor.com/api/projects/status/6lktoukn9bdile4d/branch/master?svg=true
:target: https://ci.appveyor.com/project/astrofrog/astropy-timeseries/branch/master
:alt: Astropy's Appveyor Status

About
-----

This package contains an implementation of a timeseries sub-package for
the core astropy package. At the moment it provides an ``astropy_timeseries``
module that would later be replaced by ``astropy.timeseries``.

You can try out this functionality by installing the standalone package
'astropy_timeseries'::

pip install git+https://github.com/aperiosoftware/astropy-timeseries.git

Note that this requires Astropy 3.1 or later (or the latest developer version).
You can also preview the documentation at
https://astropy-timeseries.readthedocs.io.

Please feel free to open issues here or even pull requests! Once this
functionality is ready to propose to the core astropy package, we plan to
preserve commits, so you will get credit for your contributions!