Skip to content

Releases: LCA-ActivityBrowser/activity-browser

2.7.0

22 Dec 16:58
Compare
Choose a tag to compare

25 changes since 2.6.9

🚧 Breaking Changes

  • Remove Presamples from AB (#734)

🛠️ Changes

  • Enable Parameter comments + show/hide activity parameters table (#779)
  • Fix #827 (#828)
  • Minor changes to avoid issues related to np.bool deprecation (#895)
  • Fix for issue #635 and corrections to previous commit for issue 590 (#896)
  • issue 709 (#898)
  • issue 597 (#900)

🐛 Bug Fixes

  • Activity details tables keep show/hide state when activity is updated (#761)
  • Allow deleting of processes/activities with downstream consumers (#729)
  • Scenario loading bugfix + Better error message on missing keys (#743)
  • Fix negative contributions grouping under Rest issue (#765)
  • Fixed validation error while running Sensitivity Analysis (#766)
  • Remove index column from copy (#804)
  • Minimum height dbtable (#805)
  • fix #832 (#833)
  • fix #794 (#834)
  • fix svg arrowhead urls (path end-markers) (#835)
  • Added information to the README.md file concerning installing Ecoinvent database installation (#877)
  • Fix: worflow fails due to external libraries (#889)
  • PR for issue #590 (#891)
  • Fix for issue #635 and corrections to previous commit for issue 590 (#896)
  • helps to address issue 692 (#897)
  • Small bugs (#902)
  • Minor changes in ActivityTab init routine (#904)

🚚 CI and Packaging

  • Build and upload activity-browser-arm with github actions (#875)
  • Update meta.yaml (#890)

2.6.9

24 Mar 08:23
03d46b7
Compare
Choose a tag to compare

What's Changed

  • Important bugfixes and background changes, thanks to @haasad (#722, #724, #731, #732, #730, #738, #745)
  • A loading animation was added to (potentially) lengthy processes like opening databases, loading scenario files, calculating LCA results (#710)
  • Minor updates to the calculation setup (#719, #752):
    • You can now drag and drop to re-order the reference flows and impact categories. This order is maintained in the LCA results
    • You can still select multiple items in the tables (for example, to delete them by using CTRL or SHIFT + click)
    • A splitter was added to the reference flows and impact categories tables, allowing you to resize them to your liking.
    • Small bugfixes in the calculation setup: #533, #699
  • We now have the comments field for technosphere and biosphere flows in the activity details (#708, #753).
    • This field shows ecoinvent comments when they exist in the ecoinvent database, comments can be added/changed for your own processes
    • Comments are stored on the Brightway level
    • Comments are imported/exported when importing/exporting databases

Full Changelog: 2.6.8...2.6.9

Fix for 2.6.7

15 Feb 10:19
99d8023
Compare
Choose a tag to compare

This is not really a new version, but just a fix of some dependencies that have broken in the meantime

Patch

09 Nov 08:40
2257018
Compare
Choose a tag to compare
  • Automatic versioning system, switching back to major, minor, patch version numbering
  • Small error fix in the treeview

opening the AB for use with python 3.9

03 Nov 20:32
Compare
Choose a tag to compare
2.6.6d

AB mailing lists now on welcome screen

bugfix for impact category treeview included in stable version

03 Nov 07:15
a8d68f6
Compare
Choose a tag to compare
Merge pull request #678 from marc-vdm/methodtree_fixes

Method tree view search fix + partial fix of iteration error

Version 2.6.6b

19 Oct 14:14
Compare
Choose a tag to compare
added py to path

Version 2.6.5

30 Sep 20:48
Compare
Choose a tag to compare

Brightway2io update , ecoinvent 3.8 bugfix
Version 0.8.6 of bw2io brings faster Excel reading and the Ecoinvent 3.8 LCIA implementation, which includes EF 3.0 characterization factors.

Version 2.6.4a

08 Sep 09:16
b2b10ae
Compare
Choose a tag to compare
2.6.4b

Changed python req to > 3.8

Version 2.6.4

08 Sep 08:37
Compare
Choose a tag to compare
  • Changed Python requirement to 3.8
  • Refactored some of the code
  • Added Github actions