From: W. Trevor King Date: Sun, 5 May 2013 00:21:26 +0000 (-0400) Subject: Bump to version 0.9 X-Git-Tag: 0.9^0 X-Git-Url: http://git.tremily.us/?p=calibcant.git;a=commitdiff_plain;h=edf1d404a6c9d4bbed28e665806503bcc9dc3529 Bump to version 0.9 Changes since 0.8: * Add --num-* arguments to calibcant-calibrate.py. * Add smooth_window to PSD fitting. * Fixes to parameter guessing for limited linear bumps and vibrational PSDs. * Return to a safe state if calibcant-calibrate.py crashes during calibration. * Record (and plot) the stepper approach curve. * Assorted tweaks and minor bug fixes. --- diff --git a/calibcant/__init__.py b/calibcant/__init__.py index 071a01f..7ab3aca 100644 --- a/calibcant/__init__.py +++ b/calibcant/__init__.py @@ -19,7 +19,7 @@ from .config import PackageConfig as _PackageConfig -__version__ = '0.8' +__version__ = '0.9' package_config = _PackageConfig(package_name=__name__)