Skip to content

Commit

Permalink
Bump to v2.0, asociated with name change. (#25)
Browse files Browse the repository at this point in the history
* Bump to v2.0, asociated with name change.
* Update readme to reflect name change
  • Loading branch information
joshbriegal authored Feb 11, 2023
1 parent 889e910 commit 24e7641
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion readme.md
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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 24e7641

Please sign in to comment.