Skip to content

Commit

Permalink
update changelog for 3.16.3 release (engine-3.16)
Browse files Browse the repository at this point in the history
  • Loading branch information
nastasi-oq committed May 16, 2023
1 parent fd8f91a commit fae4528
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
python3-oq-engine (3.16.3-1~xenial01) xenial; urgency=low

[Kendra Johnson]
* Fixed a bug in hazardlib.geo.surface.multi affecting the disaggregation

Expand All @@ -11,7 +13,9 @@
* Fixed a bug in classical_damage causing a ValueError: could not broadcast
input array from shape (X,Y) into shape (X,) in some situations
* Fixed the CSV importer so that it can import exported GMFs even in
 the presence of a `custom_site_id`
the presence of a `custom_site_id`

-- Matteo Nastasi (GEM Foundation) <[email protected]> Tue, 16 May 2023 08:07:48 +0000

python3-oq-engine (3.16.2-1~xenial01) xenial; urgency=low

Expand Down
2 changes: 1 addition & 1 deletion openquake/baselib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ def read(*paths, **validators):


# the version is managed by packager.sh with a sed
__version__ = '3.16.2'
__version__ = '3.16.3'

0 comments on commit fae4528

Please sign in to comment.