Skip to content

Commit

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

[Kendra Johnson]
* Added `DEFINED_FOR_INTENSITY_MEASURE_COMPONENT = const.IMC.RotD50` to
the NGAEast and NSHMP2014 GMPEs
the NGAEast and NSHMP2014 GMPEs

[Michele Simionato]
* Fixed the hanging of classical calculations due to large zmq packets

-- Matteo Nastasi (GEM Foundation) <[email protected]> Tue, 11 Jul 2023 09:14:09 +0000

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

[Antonio Ettorre]
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ Homepage: http://github.com/gem/oq-engine
Package: python3-oq-engine
Architecture: amd64
X-Python-Version: >= 3.6
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, ${dist:Depends}, python3-oq-libs (>=3.8.1~)
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, ${dist:Depends}, python3-oq-libs (>=3.8.2~)
Conflicts: python-noq, python-oq, python-nhlib
Replaces: python-oq-risklib, python-oq-hazardlib, python-oq-engine (<< ${binary:Version})
# See https://www.debian.org/doc/debian-policy/ch-relationships.html#s-breaks
Breaks: python-oq-risklib, python-oq-hazardlib, python-oq-engine (<< ${binary:Version})
Recommends: ${dist:Recommends}
Suggests: python3-oq-libs-extra (>=3.8.1~)
Suggests: python3-oq-libs-extra (>=3.8.2~)
Description: computes seismic hazard and physical risk
based on the hazard and risk libraries developed by the GEM foundation
(http://www.globalquakemodel.org/)
Expand Down
4 changes: 2 additions & 2 deletions debian/control.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ Homepage: http://github.com/gem/oq-engine
Package: python3-oq-engine
Architecture: amd64
X-Python-Version: >= 3.6
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, ${dist:Depends}, python3-oq-libs (>=3.8.1~)
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, ${dist:Depends}, python3-oq-libs (>=3.8.2~)
Conflicts: python-noq, python-oq, python-nhlib
Replaces: python-oq-risklib, python-oq-hazardlib, python-oq-engine (<< ${binary:Version})
# See https://www.debian.org/doc/debian-policy/ch-relationships.html#s-breaks
Breaks: python-oq-risklib, python-oq-hazardlib, python-oq-engine (<< ${binary:Version})
Recommends: ${dist:Recommends}
Suggests: python3-oq-libs-extra (>=3.8.1~)
Suggests: python3-oq-libs-extra (>=3.8.2~)
Description: computes seismic hazard and physical risk
based on the hazard and risk libraries developed by the GEM foundation
(http://www.globalquakemodel.org/)
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.4'
__version__ = '3.16.5'

0 comments on commit f9441de

Please sign in to comment.