Changelog#
3.6.6 (2023-02-24)#
3.6.5 (2022-05-23)#
Add
Activity.rp_exchangefor easier access to reference product exchangeActivity['foo']will now also lookup reference product classifications and properties
3.6.4 (2022-02-17)#
Fix more import errors for
collections.abc
3.6.3 (2022-02-17)#
Fix import error for Py 3.10
3.6.2 (2019-11-11)#
Fixed invalid variable name creation
3.6.1 (2019-10-18)#
Merged PR #19: Fix activityparam rename.
3.6 (2019-10-09)#
Merged multiple pull requests (#12, #13, #14, #15, #16, #17, #18) from Daniël de Koning related to improving the handling of parameters, as part of his work on including parameterization in the Activity browser.
3.5.1 (2019-09-05)#
Remove temporary directories after tests finish
3.5 (2019-05-16)#
PR #11: Fix for searching with stop words
3.4.5 (2019-05-11)#
Fix
collections.abccompatibility with Python 3.8
3.4.4 (2019-01-08)#
Make index creation not raise error if index already exists
3.4.3 (2018-09-21)#
Fix #60: No SQLite index creation after switching projects
Merged PR #9: Better handling of non-unique parameter names
3.4.2 (2018-06-01)#
Fix #56: Name conflicts with multiple dummy parameters
3.4.1 (2018-06-01)#
Fix bug with geocollections and search indices
3.4 (2018-05-31)#
Eliminate inconsistency between use of
nameandvariableby always usingname
3.3.1 (2018-04-23)#
Remove print debugging statements
3.3 (2018-04-05)#
Compatibility with Peewee 3 breaking changes
3.2 (2018-02-16)#
Better find symbol name dependencies in exchange formulas
3.1.1 (2018-02-13)#
Minor compatibility changes for parameters to make unified API
3.1 (2018-01-18)#
Improve performance of
random(#47)Added
dynamic_calculation_setupsAll data in search engine stored in lowercase (#35)
Fixes to writing sqlite databases for better interaction with user interfaces (#53)
3.0 (2017-12-2)#
Add support for hierarchical parameters and formulas (expressed as strings), with automatic and recalculation of dependencies
Make Activity.upstream() more flexible
2.4.7 (2017-09-14)#
Fix bugs in
merge_databases
2.4.6 (2017-08-29)#
Fix bug where
negativevalue wasn’t used in exchange proxy uncertainty dictionaries
2.4.5 (2017-08-15)#
Add database merging function (bw2data.utils.merge_databases)
2.4.4 (2017-04-17)#
Fix license text
2.4.3 (2017-04-06)#
Specify encoding of license file, and then don’t. Yeah computers.
2.4.2 (2017-04-06)#
Remove dependency on bw2io
2.4.1 (2017-04-05)#
Include substitution types in
.technosphere()iterator. Can be excluded withinclude_substitution=False.
2.4 (2017-03-20)#
Write-only locks are now optional and disable by default
Removed
projects.current.Exchangesis now consistently ordered
2.3.2 (2016-07-17)#
Specify a sensible order for sorting processed arrays
2.3.1 (2016-07-16)#
Fixed bug with Activity.copy()
Fixed some bugs with database filtering
2.3 (2016-07-14)#
Use consistent sorting for all
DataStoreobjects. However, this sorting is not guaranteed across machines.Use
np.saveinstead of pickling for processed arrays.Added
projects.output_dirand environment variableBW2_OUTPUT_DIR.Removed deprecated functions in
config.Add field
codeto search index.
2.2.2 (2016-06-10)#
Changes to improve testing for bw2data and bw2calc
2.2.1 (2016-06-06)#
Fix some places where set_current wasn’t introduced
Rework initialization of projects and add projects tests
Moved tests to main directory
Windows tests are failing due to naughty strings being used for project names.
2.2 (2016-06-03)#
Deprecated
projects.current = 'foo'in favor orprojects.set_current('foo')Added ability to switch to read only project with
projects.set_current('foo', writable=False)Removed separate write of topomapping files from inventory databases. All topology handling is internal to bw2regional
Fixed bug where
download_filewouldn’t raise an error is resource was not found.
2.1 (2016-05-28)#
Fix database writes not propagating to search index
Added continuous integration tests on Windows
Fix bug when iterating over projects
2.0.2 (2016-05-20)#
Better
__str__for metadataMake projects sortable
Allow forcing writes with
projects.enable_writes(force=True)
2.0.1 (2016-04-14)#
Bugfix release to add unstated dependency of
pyprind
2.0 (2016-04-11)#
2.0 brings massive changes to how datasets are stored and searched. The first big change is a new default backend, using peewee and SQLite3. This backend has a nicer API, faster random access, and reduced memory consumption. Here are some examples of new usage patterns:
FEATURE: New backend, sqlite, which is the default. Should massively reduce memory consumption in most cases, as entire databases don’t need to be loaded.
FEATURE: Backend now return activity and exchange proxies instead of raw data, making for easier manipulation and construction.
Note: Both packages bw2search and bw2simple are obsolete - their functionality is now included in bw2data by default.
Data cannot be directly migrated from bw2data < 2; instead, databases should be exported as BW2Package files and then re-imported.
1.4 (2014-11-26)#
BUGFIX: JSONDatabases are now JSON-serializable. Database variants must now support the keyword argument
as_dict, and return an actualdictifas_dict=True.
1.3.3 (2015-02-04)#
Improve SimaPro and Ecospold2 imports
1.3.2 (2014-10-27)#
BUGFIX: Added missing
unidecodedependency.BUGFIX: Remove error when bw2calc is not installed.
1.3.1 (2014-10-27)#
BUGFIX:
safe_savenow works on Windows.
1.3 (2014-10-25)#
FEATURE: Add SimaPro ecospold 1 imports, and create a new import “flavor” called “SimaPro8” that can handle the new way SimaPro breaks ecoinvent 3 activity names.
FEATURE:
utils.safe_savemakes sure a file write is successful before overwriting known good data.CHANGE: Lots of documentation improvements.
CHANGE: Import comments by default in ecospold 1 & 2. Remove
import_comments.pyfile.CHANGE: Added some ecoinvent 3 units to
normalize_units.
1.2 (2014-09-04)#
FEATURE: Add
backends.utils.convert_backendutility function to switch between database backends.FEATURE: Added Ecospold 1 & 2 comment importers (
io.import.add_ecospold1_commentsandio.import_comments.add_ecospold2_comments). Comments are currently not imported by default.CHANGE: Ecospold 1 & 2 importers now store file directory as
directoryin metadata.CHANGE: Each Database should specify its
backendattribute.
1.1.1 (2014-08-26)#
BUGFIX: Don’t die if
xlsxwriternot installed.
1.1 (2014-08-25)#
FEATURE: Add MATLAB LCI matrix exporter.
FEATURE: Add
make_latest_versionmethod for SingleFileDatabases, to make reverting easier.BUGFIX: Make sure
uncertainifycan handle negative amount values.
1.0.3 (2014-08-16)#
CHANGE: Automatically set
num_cfsfor methods andnumberfor databases when.write()is called.
1.0.2 (2014-08-14)#
BUGFIX: Release memory during
Updates.reprocess_all_1_0.
1.0.1 (2014-08-01)#
CHANGE: Ecospold2 importer is now more resilient to incorrect input data.
BUGFIX: uncertainify now correctly handles amount <= 0.
Small documentation fixes.
1.0 (2014-07-30)#
bw2-uptodate.py is required for this update.
Default values for various attributes need to be added when not previously specified.
FEATURE: Pluggable LCI backends. Two backends are provided - SingleFileDatabase and and JSONDatabase, and others can be easily added. A new notebook shows how to use JSONDatabase.
FEATURE: Ecospold2 importer is out of alpha status as of Ecoinvent 3.1.
FEATURE:
bw2-uptodateshould now work without PATH hassles on windows. Name changed frombw2-uptodate.py.FEATURE: Searching databases is better documented and tested. A new notebook shows searching examples.
BREAKING CHANGE: The “in” operator in searching is now “has” - the previous semantics were simply incorrect.
CHANGE: Database exchanges without
typenow raise UntypedExchange error when processed.CHANGE: Database exchanges without
amountorinputnow raise InvalidExchange error when processed.CHANGE: The order of database exchanges in processed arrays is sorted is changed.
CHANGE: LCI database format is now more flexible, and almost all required elements are removed. For example,
{}is now a valid LCI dataset.BUGFIX: Allow unicode in
utils.safe_filename.BUGFIX:
reset_meta()now also reset config preferences.
0.17.1 (2014-06-11)#
CHANGE: Improve resiliency of SimaPro import.
0.17 (2014-04-29)#
BREAKING CHANGE: Database ‘depends’ is now calculated automatically when calling Database.process().
0.16 (2014-04-28)#
bw2-uptodate.py is required for this update
FEATURE: Added
Database.filepath_intermediateandDatabase.filepath_processedfor easier access to raw data files.BREAKING CHANGE: All importers now produce unicode strings. Before, the SimaPro importer produced Latin-1 strings, while the XML importers produced UTF-8.
CHANGE:
Database.process()now usesobj.filename, notobj.name, as this is not always safe for filenames.
0.15.1 (2014-04-17)#
FEATURE: Utility functions to view process datasets in web browser
FEATURE: utils.web_ui_accessible tests if web UI is running and accessible
CHANGE: SimaPro importer can now add unlinked exchanges as new process datasets
CHANGE: New preference key: “web_ui_address”
0.15 (2014-04-11)#
BREAKING CHANGE:
Database.processskips exchanges iftypeis notprocess.FEATURE:
Database.list_dependentstraverses datasets to get linked databases.CHANGE: Query.repr always returns unicode strings.
CHANGE: SimaPro importer can now import input and output comments, including multiline comments
0.14.1 (2014-03-07)#
No changes, just messed up packaging…
0.14 (2014-03-07)#
bw2-uptodate.py is required for this update
CHANGE:
BW2Package.export_objnow usesobj.filenameinstead ofobj.namefor filepath of backup file (needed for LCIA methods).CHANGE:
categoriesis no longer required byutils.activity_hash.CHANGE:
Database.copy()no longer emits a not registered warning.CHANGE:
Database.copy()makes a deep copy of data before modification.CHANGE:
bw2data.__init__no longer imports theioandproxiesdirectories, to avoid namespace conflicts with io standard library package.
0.13 (2014-02-13)#
BREAKING CHANGE:
Database.process()now only includes datasets with typeprocessin constructing geomapping array.
##0.12.2 (2014-02-04)
CHANGE: BW2Package import file ignores warnings
0.12.1 (2014-02-04)#
New BW2Package format
The new BW2Package is not specific to databases or methods, but should work for any data store that implements the DataStore API. This allows for normalization, weighting, regionalization, and others, and makes it easy to backup and restore.
0.12 (2014-02-04)#
bw2-uptodate.py is required for this update
Safe filenames#
The algorithm to create filenames was changed to prevent illegal characters being used. See utils.safe_filename.
0.11 (2014-01-28)#
bw2-uptodate.py is required for this update
Upgrades to updates#
The update code filename was changed to updates.py, and dramatically simplified. Code was organized and moved to an Updates class. All functionality was removed from utility scripts and bw2-uptodate.py. Fresh installs should not have erroneous “updates needed” warnings.
Generic DataStore makes new matrices easy#
data_store.DataStore defines a template for all data stores which could be processed into matrix data, and provides a lot of functionality for free. New objects subclass DataStore or ImpactAssessmentDataStore, and need only define their unique data fields, metadata store, and validator. Abstracting common functionality into a simple class hierarchy should also produce fewer bugs.
Smaller changes#
BREAKING CHANGE: The filenames for LCIA methods are now derived from the MD5 of the name. This breaks all method abbreviations.
BREAKING CHANGE: The filename and filepath attributes in SerializedDict and subclasses moved from
_filenameandfilepathtofilenameandfilepathBREAKING CHANGE: Register for all data store now takes any keyword arguments. There are no required or positional arguments.
BREAKING CHANGE: Database.process() doesn’t raise an AssertionError for empty databases
FEATURE: Database.process() writes a geomapping processed array (linking activity IDs to locations), in addition to normal matrix arrays.
FEATURE: Tests now cover more functionality, and should allow for more worry-free development in the future.
CHANGE: Database datasets are not required to specify a unit.
CHANGE: The default biosphere database is no longer hard coded, and can be set in config.p[‘biosphere_database’]. The default is still “biosphere”.
CHANGE: The default global location is no longer hard coded, and can be set in config.p[‘global_location’]. The default is still “GLO”.
CHANGE: Ecospold 1 & 2 data extractors now only have classmethods, and these classes don’t need to be instantiated. A more functional style was used to try to avoid unpleasant side effects.