Skip to content

Releases: LCA-ActivityBrowser/activity-browser

2.11.2

15 May 07:28
0bbfa0d
Compare
Choose a tag to compare

5 changes since 2.11.1

🛠️ Changes

  • Fix encoding issues in logger.py (#1455)
  • Add 'cumulative percent' contribution analysis mode (#1433)

🐛 Bug Fixes

  • resolve wrong unit in FT table (#1464)
  • Fix paramter mc (#1471)
  • Ensuring the graph explorer updates with activity modifications (#1478)

2.11.1

23 Jan 11:48
Compare
Choose a tag to compare

5 changes since 2.11.0

🛠️ Changes

  • Results won't close on CS and Parameter changes anymore (#1435)

🐛 Bug Fixes

  • additional contribution analysis fixes (#1430)
  • MetaDataStore drops database when it's deleted from the project (#1434)
  • Fixed parameter manager for Monte Carlo runs (#1437)

🚚 CI and Packaging

  • Upgrade upload-artifact@v3 to @v4 (#1425)

2.11.0

23 Dec 09:53
199b6c3
Compare
Choose a tag to compare

8 changes since 2.10.3

🚀 Features

  • CA updates + CA bugfixes + First-Tier contribution analysis tab (#1046)

🛠️ Changes

  • resolve faulty disable of range and score buttons (#1421)

🐛 Bug Fixes

  • Fix parameter scenario import bug (#1399)
  • Fix activity tab name update bug (#1413)
  • Better connection error handling in Project Setup Wizard (#1412)
  • CA updates + CA bugfixes + First-Tier contribution analysis tab (#1046)
  • Parameter Scenario fixes (#1420)
  • Hide uncertainty on CF table load (#1423)

📄 Documentation

  • Flow Scenario wiki + update scenario help-menu (#1416)

2.10.3

02 Oct 09:04
e63ace0
Compare
Choose a tag to compare

10 changes since 2.10.2

🛠️ Changes

  • OS Dark theme compatibility (#1374)
  • Menu bar refactor (#1367)

🐛 Bug Fixes

  • Fixes bug where CF amount can't be edited (#1365)
  • Switching projects only if the new project is not already the current project (#1380)
  • Methods deletion simplification and fix (#1386)
  • Add cancel button to setup wizard (#1387)
  • Show non-found CS aspects in tables for deletion (#1388)

📄 Documentation

  • Wiki updates (#1369)
  • Styling updates + wiki page on contributions and sankey (#1381)

🚚 CI and Packaging

  • Github Actions Micromamba fix (#1376)

2.10.2

19 Sep 09:51
1165399
Compare
Choose a tag to compare

10 changes since 2.10.1

🛠️ Changes

  • Fix python version support (#1351)
  • Make the dependent biosphere database visible in the CF table (#1341)
  • Better plugin logging (#1347)
  • Migrations fix (#1360)
  • Project selection through project menu (#1362)
  • Added export to .csv button to LCA results tabs (#1364)

🐛 Bug Fixes

  • Fixed broken database delete signalling (#1357)
  • Migrations fix (#1360)
  • Fix Impact Category list view actions (#1363)

📄 Documentation

  • Move wiki to repo + Automated updating of wiki (#1350)
  • Readme + Wiki update (#1352)

2.10.1

12 Aug 07:39
f28bdbd
Compare
Choose a tag to compare

10 changes since 2.10.0

🚀 Features

  • Added warning dialogue to ActivityDelete action (#1339)
  • Added Open Impact Category to Calculation Setup screen (#1338)

🛠️ Changes

  • Add timeout to link fetching (#1322)
  • Re-enable plugins (#1327)
  • Improved handling of different classification systems formats (#1324)
  • Disable collapsible panels in activity details (#1335)
  • Added health checks to ABSettings (#1337)
  • Logging changes (#1336)

🐛 Bug Fixes

  • Fix importing .z7 files directly (#1333)
  • Fixed breaking bug in ABAction buttons (#1334)

2.10.0

27 Jun 13:45
4ad6ebc
Compare
Choose a tag to compare

13 changes since 2.9.7

🚧 Breaking Changes

  • Controller refactor, introduction of ABActions (#1280)

🚀 Features

  • Allow project export and import (#1148)
  • Database tree view for databases with ISIC data (#1047)
  • ecoinvent 3.10 compatibility (#1308)

🛠️ Changes

  • Package reorganization (#1229)
  • Moving GUI out of the controllers (#1241)
  • update master references to main (#1287)
  • Refactoring base.py sort model to be cleaner and easier to read. (#1297)
  • Add options for legacy biosphere versions to project setup wizard (#1314)
  • Treeview restores open/close state on update (#1316)

🐛 Bug Fixes

  • Resolve bug with sorting of table columns with mixed value types (#1278)
  • Reworked logging (#1250)
  • resolve tree-view not able to open activity correctly (#1315)

2.9.7

22 Feb 10:50
ffa5ad8
Compare
Choose a tag to compare

4 changes since 2.9.6

🐛 Bug Fixes

  • Install correct version of biosphere when choosing most recent (#1234)
  • Fix production flows from parameter scenario's (#1235)
  • Fixed scenario excel import for numbered scenarios (#1236)
  • Fixed EF & Process contribution tables not switching scenarios (#1237)

2.9.6

06 Feb 14:12
0955df9
Compare
Choose a tag to compare

3 changes since 2.9.5

🐛 Bug Fixes

  • Always close thread-specific SQLite connections (#1222)
  • Removed debug panel and StdRedirector (#1223)
  • Fix AB crash after two calculations (#1228)

2.9.5

26 Jan 09:08
ebbc322
Compare
Choose a tag to compare

6 changes since 2.9.4

🛠️ Changes

  • Multiple improvements for the scenario import panel (#1203)

🐛 Bug Fixes

  • Fixed threading issue in Biosphere patcher (#1200)
  • Resolve issue with heatmap color scaling with negative results (#1211)
  • Similar activities excel import fix (#1209)
  • Wizard actually destroyed, any threads safely exited (#1205)
  • Multiple improvements for the scenario import panel (#1203)

🚚 CI and Packaging

  • Create unique version string for AB dev package (#1197)