From 25a1781f79f0f0e6c3eb74449e7525ec1468f01f Mon Sep 17 00:00:00 2001 From: hvasbath Date: Fri, 28 Oct 2022 21:46:12 +0200 Subject: [PATCH] update version, CHANGELOG and readme for new release --- CHANGELOG.md | 3 ++- README.md | 3 +++ pyproject.toml | 2 +- setup.py | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8e32589..8303298c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,13 @@ All notable changes to BEAT will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [1.2.2] TBD 2022 +## [1.2.2] 28 October 2022 Contributors: Hannes Vasyura-Bathke @hvasbath ### Added - plotting.marginals.traceplot: source_idxs argument can be slice e.g. 1:10 to take mean of patch attributes - heart.seis_derivative: function to numerically calculate derivatives wrt source attributes for waveforms +- heart.py, config.py: allow for version control for fomosto backends through "version" argument at *gf_config* - utility: functions for slice to string conversion and vice versa - config; NonlinearGFConfig added version attribute to specify backend version to use for GF calculation diff --git a/README.md b/README.md index 8aee668a..1d9ad341 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ If you came looking for the beat package calculating internet time you can find Based on pyrocko, theano and pymc3 +28 October 2022 +Version 1.2.2 is released. Details in the [changelog](https://github.com/hvasbath/beat/blob/master/CHANGELOG.md). + 14 September 2022 Version 1.2.1 is released, improvements on the stage_posterior plot. Updated [Example 8](https://pyrocko.org/beat/docs/current/examples/MTQT_polarity.html#plotting) to show-case its use. diff --git a/pyproject.toml b/pyproject.toml index c0e76aea..110c0789 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "beat" -version = "1.2.1" +version = "1.2.2" requires-python = ">=3.7" license = {text = "GPLv3"} description = "'Bayesian Earthquake Analysis Tool'" diff --git a/setup.py b/setup.py index 52a30795..2bad29f6 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ op = os.path packname = "beat" -version = "1.2.1" +version = "1.2.2" try: