Skip to content

Commit

Permalink
update version, CHANGELOG and readme for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
hvasbath committed Oct 28, 2022
1 parent cdf3795 commit 25a1781
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
op = os.path

packname = "beat"
version = "1.2.1"
version = "1.2.2"


try:
Expand Down

0 comments on commit 25a1781

Please sign in to comment.