From 121d69a065652bbf1ceecdbd974ef0db0a4a8df9 Mon Sep 17 00:00:00 2001 From: Anatoli Fedynitch Date: Wed, 4 Mar 2020 18:40:09 +0900 Subject: [PATCH] Version bump --- CHANGELOG.md | 13 ++++++++++--- MCEq/version.py | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0de3d42..0e32b44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,25 @@ Changes in first release version of MCEq from release candidate 1: -Current: +Version 1.1.0: + +Minor version bump because of an interface change in some convenience functions, for example +dNdxlab in particledata. Those now consistently accept kinetic energy arguments. In the +previous versions some of these functions required laboratory energies others kinetic, that +may have generated some confusion. Other changes include: + - multiple calls to `set_single_particle` can define an initial state by using an the `append` flag - updated to crflux 1.0.3 (Windows compatibility) - Flux and result array are re-created when interaction model changes (not resized) - Fixed ctypes bug in NRLMSISE - Long description fixed in setup.py -- added license to scikit-hep project's azure-build-helpers by Henryii +- added license to scikit-hep project's azure-build-helpers by Henryii@github - build includes Python 3.8 binaries (except for 32bit Linux) - tests moved into MCEq package - improved ctypes library finding - new convenience function MCEqRun.closest_energy to obtain the closest grid point - new convenience functions mceq_config.set_mkl_threads allows setting thread count in run time - +- new CorsikaAtmosphere location "ANTARES/KM3NeT-ORCA" +- tests for atmospheres Version 1.0.9: - disable_decays flag in advanced options fixed diff --git a/MCEq/version.py b/MCEq/version.py index 36f0696..6df8ed0 100644 --- a/MCEq/version.py +++ b/MCEq/version.py @@ -1 +1 @@ -__version__ = '1.0.10' \ No newline at end of file +__version__ = '1.1.0' \ No newline at end of file