-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* pruned material from the README * trimmed readme again * added license section * remove cryptography easy_install in Makefile * MANIFEST.in edits * made over Makefile. Removed LC-specific material, moved all dependencies to requirements files. * This enables pip install 'merlinwf[dev]' . Main requirements.txt is just the release file. * Update CHANGELOG * Update travis test to pull in dev reqs * added pip install to getting started * fixed small omissions * added workflows variable * manifest updates * added to CHANGELOG * updated the CHANGELOG * added pip install to README * updated quick start * updated quick start * updated quick start * updated quick start * readme updates * removed redundant section * updated CHANGELOG * attempting to fix pypi image * removed broken (on PYPI) image * updated CHANGELOG * added title * made Sphinx docs version pull from merlin/__init__.py * Update MANIFEST.in * Remove app config from docs (#46) * removed app_config from docs * reverted app_amqp.yaml deletion, changed some paths * fixed image * install-tasks -> install-merlin * Update Makefile * Update getting_started.rst * Update conf.py * removed python2-only word 'unicode' * added to CHANGELOG * Add merlin status feature to query number of tasks and workers on queue server * Update getting_started.rst * Run make fix-style * added arxiv link to faq and README * restored .gitignore file * Break up spec queue list and queue list string * Add dump to csv option for status; useful for later parsing / monitoring. Prints results to screen instead of log. * Only write the header if opening a new file * Run black * Update CHANGELOG * restoring merlin-example changes * updated ci tests * fixed style * updated CHANGELOG * moved scripts into feature_demo * added merlin-example cli test * updated .travis.yml * corrected cli test ids * updated docs * fixed typo in docs * working on merlin-example -> merlin example * fixed style * cli command works * fixed style * updates to merlin example * cli tool is now fully-functional. * added a new cli test * updated travis test ids * updated docs * updated for uocoming merlin example feature * addressed reviwer comment * updated example workflow descriptions * fixed docs typo * fixed various typos * added to CHANGELOG * addressed reviewer comments * merlin-templates warning -> error * var name change, generalized 1-file rule for examples. * added to docs * Update README.md * incremented version Co-authored-by: Luc Peterson <[email protected]>
- Loading branch information
1 parent
0b47ebd
commit d547b84
Showing
94 changed files
with
772 additions
and
751 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 |
---|---|---|
@@ -0,0 +1,68 @@ | ||
# Merlin .gitignore | ||
|
||
# Python bytecode and serialized files | ||
__pycache__/ | ||
*.py[cod] | ||
*.pkl | ||
*.db | ||
*.npy | ||
*.npz | ||
*.hdf5 | ||
dist/ | ||
build/ | ||
|
||
# Egg packaging | ||
*.egg | ||
*.egg-info/ | ||
|
||
# virtual environments | ||
toss3venv/ | ||
venv/ | ||
chaos5-venv/ | ||
blueos/ | ||
venv_* | ||
|
||
# Merlin-generated output | ||
*_ARCHIVE/ | ||
*_ARCHIVE_DIR/ | ||
ARCHIVE | ||
ARCHIVE_DIR | ||
*_OUTPUT/ | ||
*_OUTPUT_D/ | ||
*_ensemble_*/ | ||
|
||
# Scheduler logs | ||
flux.out | ||
slurm*.out | ||
docs/build/ | ||
|
||
# Tox files | ||
.tox/* | ||
|
||
# Jupyter | ||
jupyter/.ipynb_checkpoints | ||
jupyter/testDistributedSamples.py | ||
|
||
# Images | ||
*.png | ||
|
||
# aspell | ||
*.bak | ||
|
||
# Misc file extension types | ||
*.swl | ||
*.swm | ||
*.swn | ||
*.swo | ||
*.swp | ||
*.db | ||
*.npy | ||
*.log | ||
|
||
# IDEs | ||
*.idea | ||
|
||
# Misc directories | ||
dist/ | ||
build/ |
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 |
---|---|---|
@@ -1,5 +1,3 @@ | ||
prune docs | ||
prune tests | ||
include workflows/* | ||
include merlin/data/* | ||
include requirements.txt | ||
|
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.