Skip to content
Success

Changes

Summary

  1. Dash compile tab (#1323) (details)
Commit 31446891daef22d1f1ac63262df21583933565b9 by noreply
Dash compile tab (#1323)

* Fixing small UI issues and adding tab that currently only can compile, but the plan is to have to be compile + run tests

* Improving compile tab - mainly implementing the ability to select existing builds to use as the version to run with.

* Tiny fixes to run tab UI

* Improvements to rebuilding - there were tiny bugs.

* Updating method of installing python compiles - now we package the python .so libraries with the install build. This makes things simple to import and fixes compilation issues when switching between compilers

* Cleanup - reverting various unneccesary things

---------

Co-authored-by: Gunther Huebler <guntherhuebler@Gunthers-MacBook-Pro-2.local>
The file was addeddash_app/compile_tab/__init__.py
The file was modifieddash_app/plot_tab/plot_types/base_plot.py (diff)
The file was modifieddash_app/tune_tab/layout.py (diff)
The file was addeddash_app/compile_tab/runtime.py
The file was modifieddash_app/assets/30_run_ui_resize.js (diff)
The file was modifieddash_app/run_tab/tab.py (diff)
The file was modifieddash_app/assets/10_theme.css (diff)
The file was addeddash_app/compile_tab/tab.py
The file was modifiedclubb_python_api/CMakeLists.txt (diff)
The file was modifiedclubb_python_api/run_pytests.sh (diff)
The file was modifieddash_app/app.py (diff)
The file was modifiedrun_scripts/run_scm.py (diff)
The file was modifiedrun_scripts/run_scm_loss.py (diff)
The file was modifiedclubb_python_api/README.md (diff)
The file was addeddash_app/compile_tab/discovery.py
The file was modifieddash_app/assets/11_tab_run_theme.css (diff)
The file was addeddash_app/compile_tab/layout.py
The file was addeddash_app/assets/14_tab_compile_theme.css
The file was addeddash_app/compile_tab/state.py
The file was addeddash_app/compile_tab/callbacks.py
The file was modifieddash_app/run_tab/layout.py (diff)
The file was modifieddash_app/assets/20_autoscroll.js (diff)