Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aperiosoftware/astropy-timeseries
- Owner: aperiosoftware
- License: bsd-3-clause
- Created: 2018-11-06T15:40:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T00:32:35.000Z (almost 5 years ago)
- Last Synced: 2024-11-17T19:40:46.410Z (2 months ago)
- Language: Python
- Homepage: https://astropy-timeseries.readthedocs.io/
- Size: 53.4 MB
- Stars: 2
- Watchers: 6
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.rst
- Citation: CITATION
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 StatusAbout
-----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!