diff --git a/allantools/allantools.py b/allantools/allantools.py index a56ce41..b15c1b7 100644 --- a/allantools/allantools.py +++ b/allantools/allantools.py @@ -10,8 +10,9 @@ **2019.07** - move edf-functions and noise-ID functions to ci.py - mtotdev() htotdev() speed improvements -- save dataset results to file +- save dataset results to text file - real-time adev/mdev/hdev +- travis testing on Lniux, OSX, and Windows **2018.03** 2018 March 27 - change license to LGPL v3 or later diff --git a/allantools/allantools_info.json b/allantools/allantools_info.json index 4206f50..c6036e4 100644 --- a/allantools/allantools_info.json +++ b/allantools/allantools_info.json @@ -1,6 +1,6 @@ { "name": "AllanTools", - "version": "2019.07.rc1", + "version": "2019.07", "description": "Allan deviation and related time/frequency statistics", "copyright": "2014-2018, Anders E. E. Wallin", "main_author": "Anders E. E. Wallin", diff --git a/allantools/dataset.py b/allantools/dataset.py index d2a3cbe..9458f3e 100644 --- a/allantools/dataset.py +++ b/allantools/dataset.py @@ -7,8 +7,8 @@ Version history --------------- -**unreleased** -- Initial commit +**2019.07** +- Initial release License ------- diff --git a/allantools/noise_kasdin.py b/allantools/noise_kasdin.py index c5245a7..3cc5ee2 100644 --- a/allantools/noise_kasdin.py +++ b/allantools/noise_kasdin.py @@ -7,8 +7,8 @@ Version history --------------- -**unreleased** -- Initial commit +**2019.07** +- Initial release, see also https://github.com/jleute/colorednoise License ------- diff --git a/allantools/plot.py b/allantools/plot.py index 10c38c6..ca2d72d 100644 --- a/allantools/plot.py +++ b/allantools/plot.py @@ -7,8 +7,8 @@ Version history --------------- -**unreleased** -- Initial commit +**2019.07** +- Initial release License ------- diff --git a/allantools/realtime.py b/allantools/realtime.py index c487973..a9c6b6a 100644 --- a/allantools/realtime.py +++ b/allantools/realtime.py @@ -9,6 +9,11 @@ This file is part of allantools, see https://github.com/aewallin/allantools + Version history + --------------- + + **2019.07** + - Initial release License -------