Skip to content

Commit

Permalink
update changelog for 3.10.0 release (engine-3.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
nastasi-oq committed Sep 29, 2020
1 parent ef8ff54 commit 4be416c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 10 deletions.
4 changes: 4 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
python3-oq-engine (3.10.0-1~xenial01) xenial; urgency=low

[Richard Styron]
* Added secondary perils ZhuLiquefactionGeneral and HazusLateralSpreading,
supplementing HazusLiquefaction and NewmarkDisplacement
Expand Down Expand Up @@ -149,6 +151,8 @@
* Removed the dependency from PyYAML, replaced the .yml files in the HMTK with
.toml files and added an utility `utils/yaml2toml`

-- Matteo Nastasi (GEM Foundation) <[email protected]> Tue, 29 Sep 2020 11:53:24 +0000

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

[Michele Simionato]
Expand Down
3 changes: 1 addition & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ 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}, python3-oq-libs (>=2.5.3~)
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, python3-oq-libs (>=2.5.3~), python3-oq-libs-extra (>= 2.5.3~)
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 (>= 2.5.3~)
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 doc/installing/development-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Extract the content of the downloaded zip

Unzip the downloaded zip file, which has a name like `OpenQuake_Engine_3.9.0_2003311327.zip` to any location in your filesystem; at this step the extracted folder can be also moved to a different location or renamed after the extraction.
Unzip the downloaded zip file, which has a name like `OpenQuake_Engine_3.10.0_2003311327.zip` to any location in your filesystem; at this step the extracted folder can be also moved to a different location or renamed after the extraction.

**PLEASE NOTE: The following commands must be executed from the `oq-console.bat` console available into the root folder.**

Expand Down
6 changes: 3 additions & 3 deletions doc/installing/linux-generic.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ Requirements are:

## Install packages from the OpenQuake website

Download the installer from https://downloads.openquake.org/pkgs/linux/oq-engine/openquake-setup-linux64-3.9.0-2.run using any browser
Download the installer from https://downloads.openquake.org/pkgs/linux/oq-engine/openquake-setup-linux64-3.10.0-1.run using any browser

From a terminal run

```bash
cd Downloads
chmod +x openquake-setup-linux64-3.9.0-2.run
./openquake-setup-linux64-3.9.0-2.run
chmod +x openquake-setup-linux64-3.10.0-1.run
./openquake-setup-linux64-3.10.0-1.run
```
then follow the wizard on screen. By default the code is installed in `~/openquake`.

Expand Down
6 changes: 3 additions & 3 deletions doc/installing/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ Make sure to run the script located under `/Applications/Python 3.6/Install Cert

## Install packages from the OpenQuake website

Download the installer from https://downloads.openquake.org/pkgs/macos/oq-engine/openquake-setup-macos-3.9.0-2.run using any browser.
Download the installer from https://downloads.openquake.org/pkgs/macos/oq-engine/openquake-setup-macos-3.10.0-1.run using any browser.

From the Terminal app (or using iTerm) run:

```bash
cd Downloads
chmod +x openquake-setup-macos-3.9.0-2.run
./openquake-setup-macos-3.9.0-2.run
chmod +x openquake-setup-macos-3.10.0-1.run
./openquake-setup-macos-3.10.0-1.run
```
then follow the wizard on screen. By default the code is installed in `~/openquake`.

Expand Down
2 changes: 1 addition & 1 deletion doc/installing/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Requirements are:

## Install or upgrade packages from the OpenQuake website

Download the installer from https://downloads.openquake.org/pkgs/windows/oq-engine/OpenQuake_Engine_3.9.0-2.exe using any browser and run the installer, then follow the wizard on screen.
Download the installer from https://downloads.openquake.org/pkgs/windows/oq-engine/OpenQuake_Engine_3.10.0-1.exe using any browser and run the installer, then follow the wizard on screen.

![installer-screenshot-1](../img/win-installer-1.png)
![installer-screenshot-2](../img/win-installer-2.png)
Expand Down

0 comments on commit 4be416c

Please sign in to comment.