Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/docs/changelog/v13-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@ sidebar_position: -59

# eCalc v13.0

## Changes in results?

> ✔️ **YES**: As a consequence of the bug fixes below, some numbers in results may have minor changes.

## Features

## Bug Fixes

- There was an issue with returning the correct speed for the common shaft in a multiple streams and pressure train with interstage pressure when the interstage pressure could not be reached (invalid points). This has been fixed.
- When aggregating rates we want invalid points to be treated as zero. In this case, aggregation of emissions resulted sometimes in 0, if at least one contributor had invalid results. This will now be correct. As a consequence of this, other places where we have invalid points, will now have results different from 0, such as power.  To emphasize, accepting models with invalid points in eCalc is ALWAYS frowned upon, as we cannot guarantee correctness of those points.

## Breaking changes

Expand All @@ -24,4 +29,4 @@ data on-the-fly, to e.g. reflect deterioration over time. See migration guide fo

### CLI

- `--csv` will no longer disable the csv file, `--no-csv` should be used instead.
- `--csv` will no longer disable the csv file, `--no-csv` should be used instead.