Skip to content

Commit

Permalink
Merge pull request #39 from NREL-Sienna/jm/use_prascore
Browse files Browse the repository at this point in the history
Switch to PRASCore.jl
  • Loading branch information
josephmckinsey authored Dec 20, 2024
2 parents 77b8603 + 010964e commit eeced9c
Show file tree
Hide file tree
Showing 60 changed files with 160 additions and 6,958 deletions.
26 changes: 7 additions & 19 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,39 +7,27 @@ version = "0.1.0"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Decimals = "abce61dc-4473-55a0-ba07-351d65e31d42"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
OnlineStats = "a15396b6-48d5-5d58-9928-6d29437db91e"
OnlineStatsBase = "925886fa-5bf2-5e8e-b522-a9147a512338"
PRASCore = "c5c32b99-e7c3-4530-a685-6f76e19f7fe2"
PRASFiles = "a2806276-6d43-4ef5-91c0-491704cd7cf1"
PowerSystems = "bcd98974-b02a-5e2f-9ee0-a103f5c450dd"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Random123 = "74087812-796a-5b5d-8853-05524746bad3"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TimeSeries = "9e3dc215-6440-5c97-bce1-76c03772f85e"
TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
CSV = "0.10"
DataFrames = "1"
UUIDs = "1"
Dates = "1"
Decimals = "0.4"
Distributions = "^0.25"
HDF5 = "0.17"
OnlineStats = "^1.7"
OnlineStatsBase = "^1.7"
JSON = "^0.21"
PRASCore = "0.7.0"
PRASFiles = "0.7.0"
PowerSystems = "4"
Printf = "1"
Random = "1"
Random123 = "1"
Reexport = "1"
StatsBase = "0.34"
TimeSeries = "0.24"
TimeZones = "1"
UUIDs = "1"
julia = "^1.8"
TimeSeries = "0.24"
JSON = "^0.21"
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Documenter, SiennaPRASInterface
import SiennaPRASInterface: PRASCore
import OrderedCollections: OrderedDict

pages = OrderedDict(
Expand All @@ -9,7 +10,7 @@ pages = OrderedDict(
)

makedocs(
modules=[SiennaPRASInterface, PRAS],
modules=[SiennaPRASInterface, PRASCore],
format=Documenter.HTML(prettyurls=haskey(ENV, "GITHUB_ACTIONS")),
sitename="SiennaPRASInterface.jl",
authors="Surya Dhulipala, Joseph McKinsey, José Daniel Lara",
Expand Down
1 change: 0 additions & 1 deletion docs/src/api/public.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
```@docs
SiennaPRASInterface
generate_pras_system
PRAS
SystemModel
assess
SequentialMonteCarlo
Expand Down
18 changes: 0 additions & 18 deletions src/CapacityCredit/CapacityCredit.jl

This file was deleted.

28 changes: 0 additions & 28 deletions src/CapacityCredit/CapacityCreditResult.jl

This file was deleted.

205 changes: 0 additions & 205 deletions src/CapacityCredit/EFC.jl

This file was deleted.

Loading

0 comments on commit eeced9c

Please sign in to comment.