-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Script interface instead of cli tool. BREAKING (#23)
* work * work * file saving work * file saving work * work * work * more tests * file saving work * work * work * work * testing work * bump version * add CLI help * docs * Delete test/example/output-ref partial 1/1/logs/2023-10-02T12:56:35_B51x3OUz2CdA directory * Delete test/example/output-ref/1/logs/2023-10-02T12:56:35_B51x3OUz2CdA directory * fix windows 1.9 * CI and windows fixes * CI fix * rename prev_hash to prev_sha256
- Loading branch information
Showing
99 changed files
with
1,027 additions
and
2,425 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,25 @@ | ||
name = "MEDYANSimRunner" | ||
uuid = "b58a3b99-22e3-44d1-b5ea-258f082a6fe8" | ||
authors = ["nhz2 <[email protected]>"] | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
|
||
[deps] | ||
Comonicon = "863f3e99-da2a-4334-8734-de3dacbe5542" | ||
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197" | ||
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" | ||
DeepDiffs = "ab62b9b5-e342-54a8-a765-a90f495de1a6" | ||
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" | ||
FileWatching = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee" | ||
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" | ||
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1" | ||
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568" | ||
LoggingExtras = "e6f89c97-d47a-5376-807f-9c37f3926c36" | ||
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" | ||
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | ||
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce" | ||
SmallZarrGroups = "d423b6e5-1c84-4ae2-8d2d-b903aee15ac7" | ||
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" | ||
|
||
[compat] | ||
Comonicon = "1" | ||
DeepDiffs = "1" | ||
JSON3 = "1" | ||
LoggingExtras = "1" | ||
SmallZarrGroups = "0.5" | ||
SmallZarrGroups = "0.5, 0.6" | ||
julia = "1.8" |
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.
Oops, something went wrong.