You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
- 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)
- 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.
- 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.
- 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.