-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
13190c3
commit 6c39abf
Showing
2 changed files
with
491 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,15 @@ As it now evolves towards a more IAM-neutral approach, a change of name was cons | |
|
||
Scientific publication available here: [Sacchi et al, 2022](https://doi.org/10.1016/j.rser.2022.112311). | ||
|
||
What's new in 1.8.0? | ||
==================== | ||
|
||
- Added support for brightway 2.5 | ||
- Added support for Python 3.11 | ||
- Uses bw2io 0.8.10 | ||
- Adds electricity storage in electricity markets -- see [docs](https://premise.readthedocs.io/en/latest/transform.html#storage) | ||
- Adds [scenario explorer dashboard](https://premisedash-6f5a0259c487.herokuapp.com/) | ||
|
||
What's new in 1.5.0? | ||
==================== | ||
|
||
|
@@ -67,11 +76,8 @@ Two options: | |
A development version with the latest advancements (but with the risks of unseen bugs), | ||
is available from Anaconda Cloud: | ||
|
||
|
||
conda config --append conda-forge | ||
conda config --append cmutel | ||
conda config --append romainsacchi | ||
conda install premise | ||
|
||
conda install -c romainsacchi premise | ||
|
||
|
||
For a more stable and proven version, from Pypi: | ||
|
@@ -88,17 +94,22 @@ The best way is to follow [the examples from the Jupyter Notebook](https://githu | |
|
||
# Support | ||
|
||
Do not hesitate to contact the development team at [[email protected]](mailto:[email protected]) | ||
or [[email protected]](mailto:[email protected]). | ||
Do not hesitate to contact [[email protected]](mailto:[email protected]). | ||
|
||
## Maintainers | ||
## Contributors | ||
|
||
* [Romain Sacchi](https://github.com/romainsacchi) | ||
* [Alois Dirnaichner](https://github.com/Loisel) | ||
* [Tom Mike Terlouw](https://github.com/tomterlouw) | ||
* [Laurent Vandepaer](https://github.com/lvandepaer) | ||
* [Chris Mutel](https://github.com/cmutel/) | ||
|
||
|
||
## Maintainers | ||
|
||
* [Romain Sacchi](https://github.com/romainsacchi) | ||
* [Chris Mutel](https://github.com/cmutel/) | ||
|
||
## Contributing | ||
|
||
See [contributing](https://github.com/polca/premise/blob/master/CONTRIBUTING.md). | ||
|
Oops, something went wrong.