Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove global class/function calls * Trim GUI packages out of reqs.txt * Move colormap util to new file * Change colormap util ref change * Move data_interface classes/funcs that need GUI to new gui file * Black format * Needed packages for Ubuntu pip install * Make changes to setup.cfg to stop pip installing wrong packages * Split agnostic into non-gui and gui * Remove explore shortcuts as they have panel refs * changes needed to have non-gui reqs * Delete gui dir * Change version to 0.2.0 * move needed func to gui repo * Initial movement of warming code from base to gui * Minor changes to warming.py to change to inheriting DataParameters only and not Panes * Making initial changes to wl to get calculate to work without viz and fix colormaps file imports * Change naming and move functions * Rename funcs and move code to gui repo * Set gwl_times to class var * Attempt to just use self * Try using a Mixin * Trying extending with mixin * Remove args * Fix super call * Try making warming_levels class var * Pass self * See if we can alias warming_levels * Move and rename internal functions * Boundaries documentation update * Black format * Update Boundary documentation * Update data_interface documentation * Black format * Move _add_res_to_ax to gui side * Update documentation * document DataParameters class * Document DataParameters class more * Expand DataParameters documentation * Document data_load and move functions around * Black format * Typo fix * rename and move internal funcs * Move geometry funcs * Detailed documentation of data_load * Detailed documentation and func rearrange data_view * Detailed documentation and func moving of data_exports * Formatting changes * Formatting changes * Black format * Documentation updates * Documentation updates * Documentation updates * Documentation updates * Documentation updates * Documentation updates * Fix merge issues * Black format * Fix merge issues * Fix merge issues * Fix merge issues * Fix merge issues * Split explore AMY * Split threshold tools * Split thresholds * Split timeseries * Split vulnerability * Move gui based test to gui repo * Add shortcut export * add load shortcut * add ssp file paths for AMY * Remove unused color refs * Black format * Redo warming split * Fix thresholds refs * Readd tests that were moved to climakitaegui * Move data_view to climakitaegui * Remove panel refs * Move plotting utils to climakitaegui * Change conda-lock and environment.yml to fit reduced reqs * Try to install extra test packages with -nodeps * Fix typo * Fix refs in create test dataset scripts * Try moving pip option position * Fix typo...again...smh * Add test list * Add matplotlib * Reset reqs.txt to try and fix tests * Fiddle with setup.cfg * remove extra pip installs from testing env * change conda-lock file * Add correct conda-lock * Restore workflow * Another conda-lock file try * Yet another conda-lock * Update list of submodules to document - Add directive to document the new colormap module - Remove directive to document the deleted data_view module * Revert to original conda-lock to rework dependencies * Update README * Black format * Fix ref * Remove dup import * Black format * handle list input for scenario * fix documentation * fix mm/time bug * Set version to 1.0.0 * Update `docs/requirements.txt` add tqdm and remove seaborn * fix silly bug with None as arguments * Fix statsmodel version * removing Ipython.display from ck version * missing imports from vulnerability * one more import for vuln * reset to _ naming for vuln fns * Black format * Resolve merge conflict in docstring * Black format * Delete commented out code * unit conversion happening twice, comment out first * delete commented out code * Update warming.py Remove unused code --------- Co-authored-by: claalmve <chencalvin99@berkeley.edu> Co-authored-by: Victoria Ford <fordvecellio@gmail.com> Co-authored-by: Tianchi-Liu <liutc@berkeley.edu> Co-authored-by: nicolejkeeney <nicolejkeeney@gmail.com> Co-authored-by: Tianchi-Liu <56141689+Tianchi-Liu@users.noreply.github.com> Co-authored-by: Calvin Chen <33679281+claalmve@users.noreply.github.com>
- Loading branch information