-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to v2.0, asociated with name change. (#25)
* Bump to v2.0, asociated with name change. * Update readme to reflect name change
- Loading branch information
1 parent
889e910
commit 24e7641
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
![Python Test Status](https://github.com/joshbriegal/sacf/workflows/Python%20tests/badge.svg) | ||
|
||
# Generalised Autocorrelation Function | ||
# Selective Estimator for the Autocorrelation Function | ||
|
||
S-ACF: A selective estimator for the autocorrelation function of irregularly sampled time series | ||
(credit Lars Kreutzer, c++ implementation by Josh Briegal [email protected]) | ||
|
||
## Installation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,10 +106,10 @@ def build_extension(self, ext): | |
|
||
setup( | ||
name="sacf", | ||
version="1.1", | ||
version="2.0", | ||
author="Joshua Briegal", | ||
author_email="[email protected]", | ||
description="A generalisation of the autocorrelation function, for non-uniformly sampled timeseries data", | ||
description="A selective estimator of the autocorrelation function for non-uniformly sampled timeseries data", | ||
long_description="", | ||
packages=["sacf"], | ||
ext_modules=[ | ||
|