0.3.0
Bug Fixes¶
| Issue Ref | Summary | Description |
|---|---|---|
| [No ref] | Fix missing typing | CLI function get_import_statements() was missing return type. |
| [No ref] | Fixing links in documentation | Fixed wrong reference for some documentation internal hyperlinks. |
| [No ref] | Fix PlotlyOutput missing import |
import plotly was missing from the imports() statements in PlotlyOutput. |
Enhancements¶
| Issue Ref | Summary | Description |
|---|---|---|
| [No ref] | Update onecode-pycg version | Allow versions greater than 0.0.7. |
| [No ref] | [CLI] add option to only generate the Streamlit app file without starting the server | Use onecode-start --dump to generate app.py: useful to avoid restarting the Streamlit server every time. |
| [No ref] | [CLI] add verbosity option when processing files | Use --verbose option on onecode-start or onecode-extract to print information about functions being processed. |
New Features¶
| Issue Ref | Summary | Description |
|---|---|---|
Breaking changes¶
None