Skip to content

Commit

Permalink
push version number, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hvasbath committed May 4, 2024
1 parent 8476422 commit 6c7abc2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ 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/).

## [2.0.1] 04 May 2024
Bugfix release! Many fixes for GNSS related functionality.

Contributors: Hannes Vasyura-Bathke @hvasbath, Semih Ergintav @sergintav

### Added
- bem.base: add average slip to derived parameters for BEMSources

### Fixes
- plotting.geodetic.gnss_fits fix VR histogram
- heart.GNSSCompoundComponent: fix masking, add id property
- models.geodetic.GeodeticComposite: use dataset id for VR export
- beat.summarize: enable calc_derived argument for FFI mode

### Changes:
- bem.Response: change get_derived_magnitudes to get_derived_parameters

## [2.0.0] 24 March 2024
Major new release! Previous project setups are not back-compatible. Supports python3.9+.

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 = "2.0.0"
version = "2.0.1"
requires-python = ">=3.9"
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 @@ -10,7 +10,7 @@
op = os.path

packname = "beat"
version = "2.0.0"
version = "2.0.1"


try:
Expand Down

0 comments on commit 6c7abc2

Please sign in to comment.