-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed commit of the following: commit 37e0457 Author: Frank Di Natale <frank.dinatale1988@gmail.com> Date: Thu Jun 11 09:16:19 2020 -0700 whitespace fixes from pre-commit checks commit 9fb5848 Author: Frank Di Natale <frank.dinatale1988@gmail.com> Date: Thu Jun 11 09:15:25 2020 -0700 Correction of package data path to schema. commit 3678cb0 Author: Frank Di Natale <frank.dinatale1988@gmail.com> Date: Wed Jun 10 21:06:58 2020 -0700 Tick up to 1.1.8 patch version. commit 6edda08 Author: Benjamin Bay <48391872+ben-bay@users.noreply.github.com> Date: Thu Jun 4 12:27:32 2020 -0600 Inheritable validation and spec module (#280) * added checks for valid keys * branch updates * working on validation * added schema file * updates * fixed spec * fixed spec * refactor updates * verification logic * removed test field * made specification module * removed TODO * fixed flake8 style * schema name is now hardcoded * updated MANIFEST * adjusted imports * tuples -> lists Co-authored-by: Francesco Di Natale <dinatale3@llnl.gov> commit 5ca2b29 Author: Benjamin Bay <48391872+ben-bay@users.noreply.github.com> Date: Tue Jun 2 15:09:48 2020 -0600 Modified validation logic to skip over variable tokens. (#279) Co-authored-by: Francesco Di Natale <dinatale3@llnl.gov> commit 3795de0 Author: jsemler <624509+jsemler@users.noreply.github.com> Date: Thu May 28 19:18:29 2020 -0700 Updated the docs release version to 1.1.7 (#278) commit f7e5b5b Author: Jeremy White <44277022+jwhite242@users.noreply.github.com> Date: Thu May 28 19:09:59 2020 -0700 Replace unicode quote with ascii quote (#277) commit 2998cc4 Author: Jeremy White <44277022+jwhite242@users.noreply.github.com> Date: Wed May 27 08:15:14 2020 -0700 Pgen docs (#275) * Initial pgen docs with itertools example * Add pargs example * Add pgen using numpy plus helper function for 1D distribution * Fix typos, update image * Initial port of complete Parameters documentation * Fix up api docs warnings, add missing script adapters * Add subsection on accessing env block variables inside pgen * Literal imports and some style tweaks. * Some minor title and header tweaks. * Remove out of date notes * Renamed itertools_pgen to reference LULESH. * Update doc strings on parameter generator samples * Make flake8 happy * Misc cleanup and formatting, adding more links and internal references * Fix up section listing, in-text moniker/function formatting Co-authored-by: Frank Di Natale <frank.dinatale1988@gmail.com> commit 4d65e76 Author: Francesco Di Natale <dinatale3@llnl.gov> Date: Sun May 17 20:35:41 2020 -0700 Addition of README as long description. (#269) * Addition of README as long description. * Dropping encoding as it's not supported in 2.7 commit f53506a Author: Francesco Di Natale <dinatale3@llnl.gov> Date: Sun May 17 15:46:23 2020 -0700 Official start to 1.1.8dev0.
- Loading branch information
Showing
35 changed files
with
818 additions
and
170 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 |
---|---|---|
|
@@ -36,4 +36,4 @@ pylint_*.txt | |
Pipfile.lock | ||
|
||
#pycharm | ||
.idea/ | ||
.idea/ |
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 +1 @@ | ||
include maestrowf/datastructures/schemas.json | ||
include maestrowf/specification/schemas/yamlspecification.json |
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
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
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 |
---|---|---|
|
@@ -5,4 +5,3 @@ maestrowf.abstracts.enums package | |
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
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 |
---|---|---|
|
@@ -24,5 +24,3 @@ maestrowf.abstracts.interfaces.scriptadapter module | |
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
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 |
---|---|---|
|
@@ -40,5 +40,3 @@ maestrowf.datastructures.core.studyenvironment module | |
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
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 |
---|---|---|
|
@@ -40,5 +40,3 @@ maestrowf.datastructures.environment.variable module | |
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
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 |
---|---|---|
|
@@ -32,5 +32,3 @@ maestrowf.datastructures.yamlspecification module | |
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
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 |
---|---|---|
|
@@ -12,4 +12,3 @@ Subpackages | |
.. toctree:: | ||
|
||
maestrowf.interfaces.script | ||
|
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 |
---|---|---|
|
@@ -41,5 +41,3 @@ maestrowf.utils module | |
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
Oops, something went wrong.