Skip to content

Commit

Permalink
changelog: backtick replaced with tick for stylistic consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
nastasi-oq committed Sep 23, 2015
1 parent 07b4f8a commit 0348da8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
* Fixed two subtle bugs in the management of the epsilons: it means that
all event based risk calculations with nonzero coefficients of variations
will produce slightly different numbers with respect to before
* Removed excessive checking on the exposure attributes `deductible` and
`insuredLimit` that made it impossible to run legitimate calculations
* Changed the meaning of `average_loss` for the aggregated curves: now it
* Removed excessive checking on the exposure attributes 'deductible' and
'insuredLimit' that made it impossible to run legitimate calculations
* Changed the meaning of 'average_loss' for the aggregated curves: now it
is the sum of the aggregated losses in the event loss table,
before it was extracted from the aggregated loss curve
* Changed the way the average losses (and insured average losses) are
Expand All @@ -17,8 +17,8 @@
* Set to NULL the stddev_losses and stddev_insured_losses for the event based
risk calculator, since they were computed incorrectly
* Introduced a new experimental command
`oq-engine --show-view CALCULATION_ID VIEW_NAME`; the only view available
for the moment is `mean_avg_losses`
'oq-engine --show-view CALCULATION_ID VIEW_NAME'; the only view available
for the moment is 'mean_avg_losses'
* Negative calculation IDs are interpreted in a Pythonic way, i.e. -1
means the last calculation, -2 the calculation before the last one, etc.
* If a site parameter is more distant than 5 kilometers from its closest
Expand All @@ -34,7 +34,7 @@
affecting calculations with nonzero coefficients of variation and nonzero
minIML; the numbers produced by the engine were incorrect; see
https://bugs.launchpad.net/oq-engine/+bug/1459926
* `investigation_time` has been replaced by `risk_investigation_time` in
* 'investigation_time' has been replaced by 'risk_investigation_time' in
risk configuration files
* Initial support for Django 1.7

Expand All @@ -57,7 +57,7 @@
python-oq-engine (1.4.1-0~precise01) precise; urgency=low

[Michele Simionato]
* Added a new `ebr` hazard/risk calculator
* Added a new 'ebr' hazard/risk calculator
* Fixed the engine core export: now it can export datastore outputs as
zip files
* Now the parameter concurrent_tasks is read from the .ini file
Expand Down

0 comments on commit 0348da8

Please sign in to comment.