Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: brightway-lca/brightway2-calc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0
Choose a base ref
...
head repository: brightway-lca/brightway2-calc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.1
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Dec 10, 2024

  1. 2.0.1

    cmutel committed Dec 10, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    cmutel Chris Mutel
    Copy the full SHA
    f5d9d7e View commit details
Showing with 7 additions and 3 deletions.
  1. +5 −1 CHANGES.md
  2. +1 −1 bw2calc/__init__.py
  3. +1 −1 pyproject.toml
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# `bw2calc` Changelog

# 2.0 (2025-11-27)
# 2.0.1 (2024-12-10)

* Update `matrix_utils` dependency

# 2.0 (2024-11-27)

* Add `CachingLCA` class which saves supply vector calculations

2 changes: 1 addition & 1 deletion bw2calc/__init__.py
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
"MultiLCA",
]

__version__ = "2.0"
__version__ = "2.0.1"


import platform
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ requires-python = ">=3.9"
dependencies = [
"bw_processing >=1.0",
"fsspec",
"matrix_utils >=0.5",
"matrix_utils >=0.6",
"numpy <2",
"pandas",
"pydantic",