Release Notes

Release notes for the CyberGISX platform can be found here: https://cybergisxhub.cigi.illinois.edu/release-notes/

For details and full changelogs, check out the releases on Github: https://github.com/cybergis/cybergis-compute-python-sdk/releases

[v0.2.5] - 2023-08-02

Added

  • Added an announcements section to the GUI in #65

  • Catching the Core’s new HPC access denied exception in #68

  • Added the username to the GUI in #70

[v0.2.4] - 2023-03-02

Added

  • Allow users to name folders in the UI in #62

Updated

  • Minor Fixes to Site and Docstrings in #59

  • update JSON login to avoid silent fails, confusing errors in #61

  • Updated tests and fixed bug in Zip.py in #63

[v0.2.3] - 2022-10-06

Added

  • “Past Results” Tab with download buttons #37

  • list_jupyter_host() functionality to see the Core whitelist #55

Updated

  • Fix for broken list_job() function #51

  • Fix for “error displaying widget: model not found” when using –force-install without –no-deps #57

  • Minor UI bug fixes and QOL changes #54

[v0.2.2] - 2022-09-08

Added

Updated

  • Minor tweaks and fixes to the UI

Removed

  • Removed some unnecessary files (RIF_UI_NBK/, example_output/, and spatial_accessibility.ipynb).

[v2.1] - 2022-08-15

Added

  • Adds remote folders, more work needed to integrate them into the UI and documentation on their use.

Updated

  • Small changes to our Jupyter-based authentication (closes #27)

  • Small bug fixes to the UI.

Removed

  • Removed the Job Access Token (JAT) authentication method

[2.0] - 2022-07-25

Added

  • Added user interface (UI) using Jupyter widgets.

  • Added Jupyter-based authentication, using both Job Access Token (JAT) and Jupyter.

  • Released public webpage for documentation: https://cybergis.github.io/cybergis-compute-python-sdk/

  • Added a “Your Jobs” tab and “Refresh” button to restore jobs after the UI dies (closes #15 and #16).

Updated

  • Named changed from job_supervisor_client to cybergis_compute_client.

  • Verified to be working on JupyterLab (closes #6).

[v1] - 2021-10-26

This version is on the branch v1: https://github.com/cybergis/cybergis-compute-python-sdk/tree/v1. The current deployment has been substantially reworked.