From 4b62d536eedbbcea36a5ae8ae6a4b673378bf726 Mon Sep 17 00:00:00 2001 From: Aaron Weeden <31246768+aaronweeden@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:07:05 -0400 Subject: [PATCH] Document Open XDMoD compatibility in changelog. (#31) --- CHANGELOG.md | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e4c0f07..0bc3f24c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,14 @@ ## Main development branch +- Document Open XDMoD compatibility in changelog ([\#31](https://github.com/ubccr/xdmod-data/pull/31)). + ## v1.0.1 (2024-09-27) 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. + - Add borders to README images ([\#12](https://github.com/ubccr/xdmod-data/pull/12)). - Create `PULL_REQUEST_TEMPLATE.md` ([\#13](https://github.com/ubccr/xdmod-data/pull/13)). - Add types of changes to pull request template ([\#15](https://github.com/ubccr/xdmod-data/pull/15)). @@ -22,3 +26,5 @@ This release has bug fixes, performance improvements, and updates for compatibil ## v1.0.0 (2023-07-21) Initial release. + +Compatible with Open XDMoD version 10.5.x. diff --git a/README.md b/README.md index 5a52ee06..df216f20 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # xdmod-data -As part of the Data Analytics Framework for [XDMoD](https://open.xdmod.org), this Python package provides API access to the data warehouse of instances of Open XDMoD version ≥10.5. +As part of the Data Analytics Framework for [XDMoD](https://open.xdmod.org), this Python package provides API access to the data warehouse of instances of Open XDMoD. The package can be installed from PyPI via `pip install xdmod-data`.