Skip to content

Commit

Permalink
2.0.dev22
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Sep 18, 2024
1 parent 0b43634 commit c33a639
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `bw2calc` Changelog

## 2.0.DEV22 (2024-09-18)

* Add `MethodConfig` to `__init__.py` for better UX

## 2.0.DEV21 (2024-09-13)

* Fix [#108](https://github.com/brightway-lca/brightway2-calc/issues/108): `MultiLCA` normalizes and weights in all combinations
Expand Down
4 changes: 3 additions & 1 deletion bw2calc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
"LCA",
"LeastSquaresLCA",
"IterativeLCA",
"MethodConfig",
"MultiLCA",
]

__version__ = "2.0.DEV21"
__version__ = "2.0.DEV22"


import platform
Expand Down Expand Up @@ -66,4 +67,5 @@
from .iterative_lca import IterativeLCA
from .lca import LCA
from .least_squares import LeastSquaresLCA
from .method_config import MethodConfig
from .multi_lca import MultiLCA

0 comments on commit c33a639

Please sign in to comment.