Skip to content

Commit

Permalink
bump version and finalize revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
RHammond2 committed Mar 14, 2024
1 parent a53308e commit c21ae8c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: Run Unit and Regression Tests with Code Coverage
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
paths-ignore: # No need to rerun all the tests if we're only editing documentation and examples
- "examples/**.ipynb"
- "sphinx/**"
- "**.md"
- "**.rst"
pull_request:
branches: [main, develop]
paths-ignore: # No need to rerun all the tests if we're only editing documentation and examples
- "examples/**.ipynb"
- "sphinx/**"
- "**.md"
- "**.rst"
schedule:
- cron: "0 0 * * MON"

Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file. If you make a notable change to the project, please add a line describing the change to the "unreleased" section. The maintainers will make an effort to keep the [Github Releases](https://github.com/NREL/OpenOA/releases) page up to date with this changelog. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased - TBD
## v3.1 - 2024-03-14

- Updated compatibility with Pandas datetime offsets. All uppercase offset strings representing
one hour or less have been replaced with the lowercase version. This stems from an update in the
Expand Down Expand Up @@ -40,6 +40,7 @@ All notable changes to this project will be documented in this file. If you make
makes the power curve filtering more robust to turbine power outliers above rated power.
- Fixed a minor bug in the Cubico example workflow that caused the download of reanalysis data
without checking for its existence, unlike what is done with the project data.
- Updates the README file and documentation site homepage to be more user friendly.

## [3.0.1 - 2023-12-22]

Expand Down
2 changes: 1 addition & 1 deletion openoa/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.0.1"
__version__ = "3.1.0"
"""
When bumping version, please be sure to also update parameters in sphinx/conf.py
"""
Expand Down

0 comments on commit c21ae8c

Please sign in to comment.