Skip to content

Tags: IEDB/NGArgParser

Tags

v0.1.20

Toggle v0.1.20's commit message
- The build script will use progress bar.

- The NGArgumentParser will reorder the subcommand in predict -> preprocess -> postprocess order.
- build.conf was added to allow further configuration to make the build script more customizable.
- Integrated badge in the README.md.

v0.1.19

Toggle v0.1.19's commit message
- Added APP_NAME to the .env file

- Renamed README to README.md
- Moved 'Makefile' to the top level of the file structure
- Removed 'build' and 'clean' command from the CLI
- Zipped program will only include README (not README.md)

v0.1.18

Toggle v0.1.18's commit message
- Updating build.sh to resolve nested libs issue.

- Removed symlink on src/run_*.py file because it would cause issues with setting pythonpath.

v0.1.17

Toggle v0.1.17's commit message
- During "preprocess", it will dynamically create subdirectories for …

…each dependencies provided.

v0.1.16

Toggle v0.1.16's commit message
- Isolates build.sh from user-defined scripts, ensuring that users do…

… not need to modify build.sh.

- Automatically adds all nested directories under libs/ to PYTHONPATH and inserts an __init__.py file into each package within libs/.
- build.sh will pass all local variables to dependencies.sh for it to process.
- Smart synchronization functionality implemented.
- When files aren't found during smart sync, it will copy over the latest files to those areas.

v0.1.15

Toggle v0.1.15's commit message
- Example app is fixed.

- Preprocess subcommand will set proper default values for "--params-dir" and "--inputs-dir".

v0.1.14

Toggle v0.1.14's commit message
- Added version flag to display the current version of the CLI

v0.1.13

Toggle v0.1.13's commit message
- Improved UI.

- Refactored code in the child argument parser.
- The 'cli' command supports 'build' and 'clean' command.
- Symlinked files in the build directory.
- Build script will filter out Gitlab repos from the requirements file and install them in the libs directory.
- Added script to set PYTHONPATH.

v0.1.12

Toggle v0.1.12's commit message
- Configure script now properly updates .env file whenever dependency…

… is added or removed.

v0.1.11

Toggle v0.1.11's commit message
- Adding build.sh and Makefile so that the automation for packaging c…

…an be performed.

- Moved APP_ROOT so it's in the .env file instead.
- File structure is changed.
- Functionality to add/remove arguments and grouping them is added.