Attention

HELP WANTED
You can help update and improve the content on this page.
Please start by reading the guide to contributing to the Brightway documentation.

Warning

NEEDS WORK
This page is not yet complete.
It is either a rough draft or has been copied over from the legacy documentation.

Brightway (Versions, Compatibility, etc.)#

Brightway Versions and Compatibility#

Brightway2 vs. Brightway25#

Brightway 2.5 is the next generation of the Brightway2 framework for life cycle assessment. It provides new capabilities for cloud computing and model interaction, with the use of a new processed data library and a separation between the calculation library and a library for matrix construction and manipulation.

– from the Brightway 2.5 repository readme file

Brightway 2.5 is the next step on the way to the next version of Brightway, as detailed in the Brightway Strategic Development Plan. In practice, this means that the meta-packages brightway-lca/brightway2 and brightway-lca/brightway25 will install different versions of the Brightway packages. For instance:

package

Brightway 2 version

Brightway 2.5 version

bw2analyzer

< 0.10.99

>= 0.11.1

bw2calc

< 1.8.1

>= 2.0.dev5

bw2data

< 3.99

>= 4.0.dev11

bw2io

< 0.8.9

>= 0.9.dev6

This is specified in the respective setup.py files: Brightway2 packages and Brightway2.5 packages.