Skip to content

Commit

Permalink
v0.7.8 Release Prep.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjospina committed Jun 14, 2023
1 parent 0dd3c42 commit 3994677
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@

## staged

- none.

## v0.7.8

- Fixed implementation of polynomial nl costs above quadratic in `objective.jl`.
- Bumped PMITD compatibility of `IM`, `PMD` and `PM` to the latest versions (i.e., V0.7.7, v0.14.9, and v0.19.9).
- Added functions and capabilitites that automatically initialize the boundary power flow variables (i.e., `pbound_fr`, `pbound_to`, `qbound_fr`, and `qbound_to`).
- `p/qbound_fr` variables are initialized based on the data parsed from the tranmission system data.
- `p/qbound_fr` variables are initialized based on the data parsed from the transmission system data.
- `p/qbound_to` variables are initialized by adding all the loads in the respective distribution systems and dividing them by 3 (assuming the initial state of the distribution system is balanced).
- Refactored multiple functions in `ref.jl` to avoid unnecesary loops. These unnecesary loops were making the refs processes unccessary long.
- Refactored multiple functions in `ref.jl` to avoid unnecessary loops. These unnecessary loops were making the refs processes unnecessary long.

## v0.7.7

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.7"
version = "0.7.8"

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

2 comments on commit 3994677

@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/85616

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.8 -m "<description of version>" 39946774ec13836fdfa7b6486c4de34d6600065a
git push origin v0.7.8

Please sign in to comment.