|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
| 5 | +## [2.6.0] - 2020-08-31 |
| 6 | + |
| 7 | +### Added |
| 8 | + |
| 9 | +- ([#425](https://github.com/LCA-ActivityBrowser/activity-browser/pull/425)) |
| 10 | + __Added Global Sensitivity Analysis to the Activity Browser!__ |
| 11 | + This feature allows the user to run a filtered GSA on the results of an |
| 12 | + earlier Monte Carlo sampling. This lets them have a closer look at which |
| 13 | + process and biosphere flows most affect the score of a particular |
| 14 | + functional unit and impact category combination. |
| 15 | +- ([#393](https://github.com/LCA-ActivityBrowser/activity-browser/pull/393)) |
| 16 | + Added special tooling that allows the Activity Browser to construct its |
| 17 | + own presamples-like arrays. These 'flow scenario' or 'superstructure' arrays |
| 18 | + allow users to construct their scenarios outside of python, |
| 19 | + allowing for quick testing and iteration of ideas. |
| 20 | +- ([#394](https://github.com/LCA-ActivityBrowser/activity-browser/pull/394)) |
| 21 | + Added logic to the parameter scenarios calculation button to allow |
| 22 | + exporting the resulting array into a flow scenario file. |
| 23 | +- ([#416](https://github.com/LCA-ActivityBrowser/activity-browser/pull/416)) |
| 24 | + Added a special export button to the LCA results overview tab that allows |
| 25 | + users to export results for all different scenarios at once. (Only visible |
| 26 | + if the user is doing `Presamples` or `Scenario` LCAs) |
| 27 | +- ([#428](https://github.com/LCA-ActivityBrowser/activity-browser/pull/428)) |
| 28 | + Added tools to allow for 'on-the-fly' relinking of process flows as |
| 29 | + they are being imported with the 'local brightway file' import. This |
| 30 | + should make it even easier to share database files as the individual |
| 31 | + names of dependent databases are now no longer required to be completely |
| 32 | + the same. |
| 33 | + |
| 34 | +### Changed |
| 35 | + |
| 36 | +- ([#412](https://github.com/LCA-ActivityBrowser/activity-browser/pull/412)) |
| 37 | + It is now possible to have different kinds of the LCA calculation tabs of |
| 38 | + the same calculation setup open. |
| 39 | +- ([#431](https://github.com/LCA-ActivityBrowser/activity-browser/pull/431)) |
| 40 | + Users can now open the Activity Detail tab from the Calculation setup tab. |
| 41 | + |
| 42 | +### Fixed |
| 43 | + |
| 44 | +- ([#411](https://github.com/LCA-ActivityBrowser/activity-browser/pull/411)) |
| 45 | + Make sure to only revert to the begin screen if the tab we're actually |
| 46 | + looking at is being hidden/deleted. |
| 47 | +- ([#415](https://github.com/LCA-ActivityBrowser/activity-browser/pull/415)) |
| 48 | + Plots/tables now stay hidden when the checkbox is unchecked and a tab is |
| 49 | + updated. |
| 50 | +- ([#420](https://github.com/LCA-ActivityBrowser/activity-browser/pull/420)) |
| 51 | + Fixed an error that would cause the AB to choke if the same functional units |
| 52 | + from different databases (ie, copies) are run through an LCA calculation |
| 53 | + together. |
| 54 | +- ([#423](https://github.com/LCA-ActivityBrowser/activity-browser/pull/423)) |
| 55 | + Fixed the plot export button no longer doing anything. Export signalling |
| 56 | + is now rebuilt every time the plot is deleted and rebuilt. |
| 57 | +- ([#426](https://github.com/LCA-ActivityBrowser/activity-browser/pull/426)) |
| 58 | + Deleting an activity that has parameters attached to it will now correctly |
| 59 | + delete these parameters. |
| 60 | +- ([#435](https://github.com/LCA-ActivityBrowser/activity-browser/pull/435)) |
| 61 | + The activity `description` text is now correctly being updated when the user |
| 62 | + clicks outside the text box. |
| 63 | + |
5 | 64 | ## [2.5.1] - 2020-04-30
|
6 | 65 |
|
7 | 66 | ### Added
|
|
270 | 329 | - Major overhaul of the GUI. See [#218](https://github.com/LCA-ActivityBrowser/activity-browser/pull/218) for details.
|
271 | 330 | - New conda stable and development builds (`activity-browser`, `activity-browser-dev`) can now be found in the `bsteubing` [channel](https://anaconda.org/bsteubing/).
|
272 | 331 |
|
273 |
| -[Unreleased]: https://github.com/LCA-ActivityBrowser/activity-browser/compare/2.5.1...HEAD |
| 332 | +[Unreleased]: https://github.com/LCA-ActivityBrowser/activity-browser/compare/2.6.0...HEAD |
| 333 | +[2.6.0]: https://github.com/LCA-ActivityBrowser/activity-browser/compare/2.5.1...2.6.0 |
274 | 334 | [2.5.1]: https://github.com/LCA-ActivityBrowser/activity-browser/compare/2.5.0...2.5.1
|
275 | 335 | [2.5.0]: https://github.com/LCA-ActivityBrowser/activity-browser/compare/2.4.0...2.5.0
|
276 | 336 | [2.4.0]: https://github.com/LCA-ActivityBrowser/activity-browser/compare/2.3.4...2.4.0
|
|
0 commit comments