Skip to content

Commit

Permalink
Merge pull request #396 from NREL/develop
Browse files Browse the repository at this point in the history
Merge develop into main for v3.1
  • Loading branch information
johnjasa authored Oct 28, 2024
2 parents 93fca43 + ac1c1a2 commit e472e8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

## Version 3.1, Oct. 28, 2024
* Added [Cambium](https://www.nrel.gov/analysis/cambium.html) and [GREET](https://www.energy.gov/eere/greet) integration for LCA analysis
* Updated examples throughout
* Removed package dependencies to streamline installation on Windows

## Version 3.0, Oct. 18th, 2024
* Updated to use pyproject for package management
* Adopted FLORIS v4
Expand Down Expand Up @@ -93,4 +98,4 @@
* Hybrid simulation combining mixes of wind & pv
* Flicker modeling
* Derivative-free optimization framework
* Balance-of-station cost model
* Balance-of-station cost model
4 changes: 2 additions & 2 deletions hopp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from pathlib import Path


__version__ = "3.0"
__version__ = "3.1"

ROOT_DIR = Path(__file__).resolve().parent

# environment variable used to specify a testing environment
TEST_ENV_VAR="TEST"
TEST_ENV_VAR="TEST"

0 comments on commit e472e8f

Please sign in to comment.