Skip to content

Commit

Permalink
update release info
Browse files Browse the repository at this point in the history
  • Loading branch information
bayc committed Oct 25, 2024
1 parent 2261137 commit 14eabba
Showing 1 changed file with 32 additions and 7 deletions.
39 changes: 32 additions & 7 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,37 @@
# 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
## Version 3.0, Oct. 18th, 2024
* Updated to use pyproject for package management
* Adopted FLORIS v4
* Removed hydrogen modeling and GreenHEART into a separate repository
* Removed out-dated examples to be update in a future release
* General clean-up of repository for planned new development

## Version 2.2.0, Apr. 23, 2024
* Added load following heuristic dispatch method for battery
* Fixed a bug with defining a user's email for the API calls from resource databases
* HOPP solver refactored to be more modular

## Version 2.1.0, Nov. 27, 2023
* Solar plant updated with new input parameters
* GitHub templates added for PRs and Issues
* Updated PySAM dependency to v4.2.0
* Re-enabled testing for hydrogen pressure vessel

## Version 2.0.0, Nov. 27, 2023
* Restructuring of core code to facilitate a new, more user-friendly interface and developer experience
* Developed HoppInterface as the single entry-point for users
* Expanded input files to yaml format for all technologies
* Restructured code by technology to make relevant code more easy to find
* Refactored technology classes using attrs library to better define classes
* Improved documentation for the technologies and what fields are available for each
* Cleaned up examples and resource files
* Added Wind + PV + Battery + PEM Electrolyzer analysis to examples in `H2_Analysis`
* Added default scenario inputs for hydrogen as end product with result files
* Added files for simulating, optimizing and plotting Wind + PV + Battery + PEM Electrolyzer hybrids
* Added a PEM electrolyzer model to hybrid (not integrated into HybridSimulation)
* Separate power and financial simulations for PowerSources and HybridSimulation
* Fixed multiprocessing issues
* Updates to integrate FLORIS v3

## Version 0.1.0.dev3, Mar. 11, 2022
Expand Down

0 comments on commit 14eabba

Please sign in to comment.