Releases: LCA-ActivityBrowser/activity-browser
Releases · LCA-ActivityBrowser/activity-browser
2.10.3
10 changes since 2.10.2
🛠️ Changes
🐛 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
🚚 CI and Packaging
- Github Actions Micromamba fix (#1376)
2.10.2
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
2.10.1
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
2.10.0
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 tomain
(#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
2.9.7
2.9.6
2.9.5
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)
2.9.4
2.9.3
24 changes since 2.9.2
🛠️ Changes
- Adding error message if no scenario file is loaded in a scenario LCA (#1085)
- Update copyright and license information and link it to one place (#1111)
- Minor improvements to duplicating to new location (#1110)
- Add tooltip to table cells with content overflow (#1130)
- Add - copy on impact category copy (#1136)
- Resolve bug with switching project on delete (#1138)
- Add support for python 3.11 (#1146)
- Table columns with dates are now sorted based on the date (#1151)
- Resolve Activities table context menu bug and minor improvements to context menu (#1134)
- Add caching of Sankey results (#1117)
- Better biosphere install/update handling (#1145)
🐛 Bug Fixes
- Resolve excel database exporter bug (#1106)
- Minor improvements to duplicating to new location (#1110)
- Resolve bug with switching project on delete (#1138)
- Resolve Activities table context menu bug and minor improvements to context menu (#1134)
- Resolve scenario calculation bug (#1126)
- Resolve bug with searching databases and impact categories (#1153)
- Reference flows equal to 0 aren't allowed to calculate anymore. (#1170)
📄 Documentation
- Updated and improved documentation for contributing to AB (#1088)
- AB now stores the version in the log file (#1114)
- Update install instructions to use libmamba solver with conda (#1121)