From 9af78346fc2335c67b9880fde8e7680f41897ecd Mon Sep 17 00:00:00 2001 From: teddyrendahl Date: Thu, 30 Aug 2018 15:45:29 -0700 Subject: [PATCH 1/2] DOC: Formalize release notes --- docs/source/releases.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/source/releases.rst b/docs/source/releases.rst index fdbc62b8..6253c721 100644 --- a/docs/source/releases.rst +++ b/docs/source/releases.rst @@ -2,14 +2,17 @@ Release Notes ############# -Next Release -============ +v1.1.2 (2018-08-30) +=================== Maintenance ----------- - In :meth:`.from_container`, the provided container is compared against the cached version of the device to find discrepancies. This means that modified container objects will always load a new Device. (#62) +- The ``QSBackend`` uses newer methods available in the ``psdm_qs_cli`` to + determine the proposal from the experiment name. This is more robust against + exotic experiment naming schemas than prior implementations (#68) v1.1.1 (2018-03-08) =================== From a901750fef5c20ac8f05c7ff093c295fb7d2b271 Mon Sep 17 00:00:00 2001 From: teddyrendahl Date: Thu, 30 Aug 2018 15:47:25 -0700 Subject: [PATCH 2/2] BLD: Specify psdm_qs_cli as dependency --- conda-recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 128449b3..a21d6579 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -15,6 +15,7 @@ requirements: run: - jinja2 - prettytable + - psdm_qs_cli >=0.2.3 - simplejson - pymongo - python