Skip to content

Releases: ubccr/xdmod-data

v1.1.0

17 Jul 20:35
63fb86b

Choose a tag to compare

This release adds support for running the package in an XDMoD-hosted JupyterHub, adds a method for retrieving data about resources (from XDMoD portals running version 11.0.2 or greater), adds a module with helper functions for making Jupyter reports, and fixes a bug in retrieving raw data.

It is compatible with Open XDMoD version 11.0.x.

  • Remove unnecessary request made when runtime context is entered (#55).
  • Remove Open XDMoD 10.5 support (#68).
  • Raise runtime error if raw data stream is closed unexpectedly (#73).
  • Add get_resources method to the API (#81).
  • Add support for running in an XDMoD-hosted JupyterHub (#76).
  • Add report module (#85).

v1.0.3

30 Jan 15:03
85f777b

Choose a tag to compare

This release fixes a ValueError that occurs with the Plotly timeseries template.

It is compatible with Open XDMoD versions 11.0.x and 10.5.x.

  • Implement 100% test coverage (#45).
  • Update Flake8 rules (#46).
  • Change to using CircleCI instead of GitHub Actions for continuous integration (#50, #53, #56, #58).
  • Fix Plotly template ValueError (#60).

v1.0.2

31 Oct 16:27
c0c6e84

Choose a tag to compare

This release fixes an IOPub error that can occur when calling get_raw_data() with show_progress=True.

It is compatible with Open XDMoD versions 11.0.x and 10.5.x.

Detailed changes:

  • Document Open XDMoD compatibility in changelog (#31).
  • Fix IOPub error when showing progress with get_raw_data() (#40).

v1.0.1

27 Sep 17:59
814f842

Choose a tag to compare

This release has bug fixes, performance improvements, and updates for compatibility, tests, and documentation.

It is compatible with Open XDMoD versions 11.0.x and 10.5.x.

Detailed changes:

  • Add borders to README images (#12).
  • Create PULL_REQUEST_TEMPLATE.md (#13).
  • Add types of changes to pull request template (#15).
  • Add Changelog (#17).
  • Update tests and testing instructions (#14).
  • Remove limit on number of results returned from get_filter_values() (#21).
  • Add citation for the DAF paper (#23).
  • Add a "Feedback / Feature Requests" section to the README (#22).
  • Improve performance of validation of filters and raw fields (#18).
  • Fix bug with trailing slashes in xdmod_host (#24).
  • Use streaming for raw data requests (#19).
  • Specify minimum version numbers for dependencies (#25).

v1.0.0

21 Jul 20:38
27cc8aa

Choose a tag to compare

Initial release.

Compatible with Open XDMoD version 10.5.x.