Skip to content

Commit

Permalink
UPD: version & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudocubic committed Oct 11, 2022
1 parent 8ba2398 commit b411f7b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ output.json
test_output*.json

build/
debug/
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@

## staged

- none

## v3.1.0

- Fixed bug in transformer tap variable creation in JuMP by-hand example
- Updated documentation and JuMP by-hand example to match latest version of constraints
- Fixed bug in `constraint_grid_forming_inverter_per_cc_{block|traditional}` where exactly one DER was not strictly required
- Fixed bug in fault current output where if protection objects were not switches, their fault currents were not included in output
- Fixed bug in protection model where `location` is missing, and `monitoredobj` is used instead
- Added line impedances `rs` and `xs` to the protection network model
- Added "phi (deg)" as output in fault currents, representing the bus voltage angle at the f-bus of the switch
- Added `"phi (deg)"` as output in fault currents, representing the bus voltage angle at the f-bus of the switch
- Fixed bug in objective functions where if no storage was present, calculating `total_energy_ub` would result in error
- Fixed bug in `build_graphml_document` where some values were `SubString` instead of `String`
- Fixed bug in `get_timestep_load_served` to convert `NaN` into zeros
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 = "PowerModelsONM"
uuid = "25264005-a304-4053-a338-565045d392ac"
authors = ["David M Fobes <[email protected]>"]
version = "3.0.1"
version = "3.1.0"

[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Expand Down

2 comments on commit b411f7b

@pseudocubic
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
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/69950

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 v3.1.0 -m "<description of version>" b411f7b421c9566f0dc1b93226fcbdc774c18892
git push origin v3.1.0

Please sign in to comment.