Skip to content

Commit

Permalink
2.0.dev19
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Sep 2, 2024
1 parent ed0eab5 commit 59127b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/python-package-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI
on:
push:
branches: [main, develop]
tags: '*'
jobs:
build-n-publish:
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
Expand Down
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.DEV19 (2024-09-02)

* Fix [#105](https://github.com/brightway-lca/brightway2-calc/issues/105): `MultiLCA` class returning identical results under iteration

## 2.0.DEV18 (2024-07-24)

* [#101](https://github.com/brightway-lca/brightway2-calc/pull/101): Convert `technosphere_matrix` to `csr` when using `pypardiso` for speed boost on repeated calculations.
Expand Down
2 changes: 1 addition & 1 deletion bw2calc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"MultiLCA",
]

__version__ = "2.0.DEV18"
__version__ = "2.0.DEV19"


import platform
Expand Down

0 comments on commit 59127b4

Please sign in to comment.