Skip to content

Commit

Permalink
1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Aug 19, 2024
1 parent d64cfa4 commit cfeb97a
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@
# `bw_processing` Changelog

# [1.0] - 2024-08-19

* Move default indices type to 64 bit integers

### [0.9.6] - 2024-07-02

* [PR #68: replace `np.NaN` by `np.nan`](https://github.com/brightway-lca/bw_processing/pull/68)
Expand Down
2 changes: 1 addition & 1 deletion bw_processing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"UndefinedInterface",
)

__version__ = "0.9.6"
__version__ = "1.0"


from .array_creation import create_array, create_structured_array
Expand Down

0 comments on commit cfeb97a

Please sign in to comment.