Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpatzelt committed Jun 1, 2019
1 parent 293f487 commit acc9ec5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Changelog
=========

:Version: 1.1 of 2018-02-08
:Version: 1.1.1 of 2019-02-08

Use numpy's sum instead of python's (thank's to RuABraun).

:Version: 1.1 of 2019-02-08

Allow for generation of arrays of time series thanks to contributions from
Alex Spaeth. The second positional argument "samples" was renamed to "size" to
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='colorednoise',
version='1.1.0',
version='1.1.1',
description='Generate Gaussian (1/f)**beta noise (e.g. pink noise)',
long_description="""
Generate Gaussian distributed noise with a power law spectrum.
Expand All @@ -28,7 +28,7 @@
keywords='1/f flicker power-law correlated colored noise generator',
url='http://github.com/felixpatzelt/colorednoise',
download_url=(
'https://github.com/felixpatzelt/colorednoise/archive/1.1.0.tar.gz'
'https://github.com/felixpatzelt/colorednoise/archive/1.1.1.tar.gz'
),
author='Felix Patzelt',
author_email='felix@neuro.uni-bremen.de',
Expand Down

0 comments on commit acc9ec5

Please sign in to comment.