From 5f065232f74da86f433411f7c097d2d28644409a Mon Sep 17 00:00:00 2001 From: Arne de Laat Date: Sun, 3 Apr 2016 17:08:47 +0200 Subject: [PATCH] Bump version to 0.13.7 Implement force_stale and force_fresh options for API classes. Either can be True (not both), in case of force_stale local data will be used, and when force_fresh is set local data will be ignored and data must be from the server. Add uptime to Network class to get total simultaneous uptime of some stations. Add more local data and add script to extend local data with more (large) files. Improve selecting showers with CorsikaQuery. Versions 2.4.6 through 2.5.1 of Numexpr (from conda) will cause wrong results in some PyTables queries, this also affects CorsikaQuery. --- doc/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 1ca03ddf..0ea7ecb4 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -50,7 +50,7 @@ # The short X.Y version. version = '0.13' # The full version, including alpha/beta/rc tags. -release = '0.13.0' +release = '0.13.7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index e2feb3f8..d5f28f1b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name='hisparc-sapphire', - version='0.13.6', + version='0.13.7', packages=find_packages(), url='http://github.com/hisparc/sapphire/', bugtrack_url='http://github.com/HiSPARC/sapphire/issues',