Skip to content

Commit

Permalink
Merge pull request #4 from NREL-Sienna/cb/psy4
Browse files Browse the repository at this point in the history
Cb/psy4
  • Loading branch information
claytonpbarrows authored Sep 10, 2024
2 parents a9c20e6 + 4f300f3 commit f43a88f
Show file tree
Hide file tree
Showing 17 changed files with 90 additions and 16,259 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
version: '1.6'
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
run: julia --project=docs -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
12 changes: 6 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name = "PowerSystemsMaps"
uuid = "e146f72c-d4f8-45d3-b3ca-12a16cb68a38"
authors = ["cbarrows <clayton.barrows@nrel.gov>"]
version = "0.1.4"
version = "0.2.0"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
MetaGraphsNext = "fa8bd995-216d-47f1-8a91-f3b68fbeb377"
NetworkLayout = "46757867-2c16-5918-afeb-47bfcb05e46a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PowerSystems = "bcd98974-b02a-5e2f-9ee0-a103f5c450dd"
Expand All @@ -16,10 +16,10 @@ Shapefile = "8e980c4a-a4fe-5da2-b3a7-4b4b0353a2f4"
[compat]
Colors = "0.12"
GeometryBasics = "0.4"
Graphs = "1.4"
MetaGraphs = "0.7"
Graphs = "1.11"
MetaGraphsNext = "0.7"
NetworkLayout = "0.4"
Plots = "1"
PowerSystems = "2"
Shapefile = "0.7, 0.8"
PowerSystems = "4"
Shapefile = "0.11, 0.12, 0.13"
julia = "^1.6"
3 changes: 0 additions & 3 deletions docs/build/api/index.html

This file was deleted.

331 changes: 0 additions & 331 deletions docs/build/assets/documenter.js

This file was deleted.

Loading

2 comments on commit f43a88f

@claytonpbarrows
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

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

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

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.2.0 -m "<description of version>" f43a88fbb8e03f318fd2eaee99455bc278014d77
git push origin v0.2.0

Please sign in to comment.