1.1.0
Bug Fixes¶
Issue Ref | Summary | Description |
---|---|---|
[No ref] | Fix onecode-zip CLI no longer throw errors on non-exisiting MANIFEST.txt |
onecode-zip was trying to read manifest file which may not be present when no output file is generated. |
[No ref] | Fix onecode-build CLI documentation |
onecode-build CLI documentation now reflects the actual behaviour of extracting UI json schema. |
Enhancements¶
Issue Ref | Summary | Description |
---|---|---|
[No ref] | Input/Output element signature and docstring properly showing in IDE | Input/Output elements function properly available through VSCode, Jupyter autocompletion, etc. |
39 | [Request]: Being able to specify separator in csv_reader | CSV file with other separators than comma can now be used. |
New Features¶
Issue Ref | Summary | Description |
---|---|---|
[No ref] | Check whether all packages are present in Python environment | Automatically check if a package may be missing when a OneCode project is started (may be turned off by CHECK_MODULES configuration option). |
[No ref] | CLI to auto-generate requirements.txt | Automatically generate a requirements.txt from a set of Python scripts and Python environment. |
Breaking changes¶
None