Skip to content

Commit

Permalink
v0.7.6 Release Prep.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjospina committed Jan 17, 2023
1 parent 5a9ac47 commit 83cfed6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## staged

- none.

## v0.7.6

- Bumped PMITD compatibility of `PMD` and `PM` to the latest versions (i.e., v0.14.5, and v0.19.8).
- Added new unit tests that test SOC-based formulations with transformers (SOC transformers constraints were added to `PMD`).
- Added new function `calc_transmission_branch_flow_ac!` to `data.jl` that computes the branch power flows for transmission system when solving PFITD.
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "PowerModelsITD"
uuid = "615c3f80-b0cb-4ecd-88fe-27bee056c380"
authors = ["Juan Ospina", "David M Fobes"]
repo = "https://github.com/lanl-ansi/PowerModelsITD.jl.git"
version = "0.7.5"
version = "0.7.6"

[deps]
InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0"
Expand Down

2 comments on commit 83cfed6

@juanjospina
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/75883

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.7.6 -m "<description of version>" 83cfed63773f9fd75f44fb9eb05b670bd47d8190
git push origin v0.7.6

Please sign in to comment.