Skip to content

Commit

Permalink
release notes update
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed Jul 6, 2022
1 parent 1e4b75e commit 268c78e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release Notes

## Version 1.0.0, Upcoming
* Add Wind + PV + Battery + PEM Electrolyzer analysis to examples in `H2_Analysis`
* Add default scenario inputs for hydrogen as end product with result files
* Add files for simulating, optimizing and plotting Wind + PV + Battery + PEM Electrolyzer hybrids
* Add a PEM electrolyzer model to hybrid (not integrated into HybridSimulation)
* Separate power and financial simulations for PowerSoures and HybridSimulation
* Fix multiprocessing issues
* Updates to integrate FLORIS v3

## Version 0.1.0.dev3, Mar. 11, 2022
* Include CBC package data for Windows

Expand Down
2 changes: 1 addition & 1 deletion hybrid/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""HOPP Version Number"""

__version__ = "0.1.0.dev3"
__version__ = "1.0.0"

0 comments on commit 268c78e

Please sign in to comment.