Skip to content

Commit

Permalink
prerelease: version bump, update docs, readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hvasbath committed Nov 20, 2022
1 parent eb98565 commit fdcea81
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ 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.3] 20 November 2022
Contributors: Hannes Vasyura-Bathke @hvasbath

### Fixed
- FFI: do not init wavemaps during *SeismicComposite* init
- heart: flexible versioning for geodetic GF backend
- docs: correctly state python3.8 in installation instructions


## [1.2.2] 28 October 2022
Contributors: Hannes Vasyura-Bathke @hvasbath

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

20 November 2022
Version 1.2.3 is released. Bugfix-release.

28 October 2022
Version 1.2.2 is released. Details in the [changelog](https://github.com/hvasbath/beat/blob/master/CHANGELOG.md).

Expand Down
2 changes: 2 additions & 0 deletions beat/heart.py
Original file line number Diff line number Diff line change
Expand Up @@ -3832,6 +3832,7 @@ def seis_derivative(
):
"""
Calculate numerical derivative with respect to source or spatial parameter
Parameters
----------
engine : :class:`pyrocko.gf.seismosizer.LocalEngine`
Expand All @@ -3854,6 +3855,7 @@ def seis_derivative(
is being calculated e.g. 'strike', 'dip', 'depth'
stencil_order : int
order N of numerical stencil differentiation, available; 3 or 5
Returns
-------
:class:`num.array` ntargets x nsamples with the first derivative
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

# General information about the project.
project = "beat"
copyright = "2021, Hannes Vasyura-Bathke"
copyright = "2022, Hannes Vasyura-Bathke"
author = "Hannes Vasyura-Bathke"

# The version info for the project you're documenting, acts as replacement for
Expand All @@ -82,7 +82,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = "en"

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Citing BEAT
The development of BEAT lead to several publications that describe theory and methods in detail.
If your work results in an publication where you used BEAT we kindly ask you to consider citing the BEAT software package and the related article(s). Doing so is essential for maintaining and further developing the software.

.. [VasyuraBathke2021] Vasyura-Bathke, Hannes; Dettmer, Jan; Dutta, Rishabh, Mai, Paul Martin; Jónsson, Sigurjón (2021): **Accounting for theory errors with empirical Bayesian noise models in nonlinear centroid moment tensor estimation**. Geophysical Journal International. https://doi.org/10.1093/gji/ggab034
.. [VasyuraBathke2020] Vasyura-Bathke, Hannes; Dettmer, Jan; Steinberg, Andreas; Heimann, Sebastian; Isken, Marius; Zielke, Olaf; Mai, Paul Martin; Sudhaus, Henriette; Jónsson, Sigurjón (2020): **The Bayesian Earthquake Analysis Tool**. Seismological Research Letters. https://doi.org/10.1785/0220190075
.. [VasyuraBathke2019] Vasyura-Bathke, Hannes; Dettmer, Jan; Steinberg, Andreas; Heimann, Sebastian; Isken, Marius; Zielke, Olaf; Mai, Paul Martin; Sudhaus, Henriette; Jónsson, Sigurjón (2019): **BEAT - Bayesian Earthquake Analysis Tool**. V. 1.0. GFZ Data Services. http://doi.org/10.5880/fidgeo.2019.024
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.2"
version = "1.2.3"
requires-python = ">=3.8"
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.2"
version = "1.2.3"


try:
Expand Down

0 comments on commit fdcea81

Please sign in to comment.