-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add res2tep * Add code + docs for res2tep * Add additiona methods for res2tep and add tests * Relax compat on Dates * Relax compat on standard libraries * Update downgrade_CI.yml * Update Project.toml to remove compat entries for standard libs * Update Project.toml NearestNeighbors compat entry For downgrade check * Update Project.toml OffsetArrays compat entry
- Loading branch information
1 parent
29d6361
commit 4c278ea
Showing
47 changed files
with
435 additions
and
1,894 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "PSSFSS" | ||
uuid = "6b20a5d4-3c6c-44cd-883b-1480592d72be" | ||
authors = ["Peter Simon <[email protected]>"] | ||
version = "1.9" | ||
version = "1.10.0" | ||
|
||
[deps] | ||
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" | ||
|
@@ -29,28 +29,31 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" | |
SLEEFPirates = "476501e8-09a2-5ece-8869-fb82de89a1fa" | ||
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" | ||
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" | ||
TicraUtilities = "97d36a8d-cc3e-473e-9421-8a7b112c16eb" | ||
Triangulate = "f7e6ffb2-c36d-4f8f-a77e-16e897189344" | ||
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" | ||
|
||
[compat] | ||
DelimitedFiles = "1.9" | ||
FFTW = "1.8" | ||
FileIO = "1.16.2" | ||
GeoInterface = "1.3.3" | ||
JLD2 = "0.5.8" | ||
GeoInterface = "1.3" | ||
JLD2 = "0.5" | ||
LibGEOS = "0.9" | ||
LoggingExtras = "1.0.3" | ||
LoggingExtras = "1.1" | ||
MetalSurfaceImpedance = "1.0" | ||
NearestNeighbors = "0.4.16" | ||
OffsetArrays = "1.13" | ||
NearestNeighbors = "0.4.8" | ||
OffsetArrays = "1.14" | ||
OhMyThreads = "0.7" | ||
PkgVersion = "0.3.3" | ||
PolygonOps = "0.1.2" | ||
PrecompileTools = "1.2" | ||
ProgressMeter = "1.9.0" | ||
ProgressMeter = "1.10" | ||
RecipesBase = "1.3.4" | ||
Reexport = "1.2.2" | ||
SLEEFPirates = "0.6.42" | ||
StaticArrays = "1.9.2" | ||
TicraUtilities = "1.1.0" | ||
Triangulate = "2.3.2" | ||
Unitful = "1.19.0" | ||
julia = "1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"title": "PSS & FSS Element Gallery", | ||
"theme": "bulmagrid" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# PSS & FSS Element Gallery | ||
{{{democards}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.