Skip to content

Commit

Permalink
Update version # for Jan 2025 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-Becker committed Jan 21, 2025
1 parent 159ceb8 commit 838dace
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Classify the change according to the following categories:
### Removed


## develop
## v0.50.0
### Added
- New parameter `force_dispatch` in the **ASHPSpaceHeater** and **ASHPWaterHeater** technologies (default = `true`). When kept at `true`, the ASHP's thermal output will be the minimum of the site load(s) served and the system size (adjusted for timestep-specific capacity factor) in each period. If set to `false`, ASHP will do economic dispatch considering COP and CF along with electricity prices.
### Fixed
Expand All @@ -39,7 +39,7 @@ Classify the change according to the following categories:

## v0.49.1
### Changed
- Swap an error for a warning with inconsistent load-year between electric and heating; soon to
- Swap an error for a warning with inconsistent load-year between electric and heating

## v0.49.0
### Added
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "REopt"
uuid = "d36ad4e8-d74a-4f7a-ace1-eaea049febf6"
authors = ["Nick Laws", "Hallie Dunham <[email protected]>", "Bill Becker <[email protected]>", "Bhavesh Rathod <[email protected]>", "Alex Zolan <[email protected]>", "Amanda Farthing <[email protected]>"]
version = "0.49.1"
version = "0.50.0"

[deps]
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
Expand Down

2 comments on commit 838dace

@Bill-Becker
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

Breaking changes

  • Custom load profile inputs (e.g. ElectricLoad.loads_kw, SpaceHeatingLoad.fuel_loads_mmbtu_per_hour) now require the year input; the default year was removed
  • The calendar year for the heating and/or cooling load specified by doe_reference_name will shift to the year provided by the electric load, if ElectricLoad.loads_kw is provided.
  • Handling of leap years for the ElectricTariff will now remove the last day of the year instead of the leap day, to be consistent with the expected way users input the load profile, e.g. with ElectricLoad.loads_kw
  • The default ASHP dispatch behavior is to force_dispatch which produces at its maximum potential thermal output, or the load amount, whichever is less

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/123448

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.50.0 -m "<description of version>" 838dace01f29569553dc8ea1172369d5d876889c
git push origin v0.50.0

Please sign in to comment.