From 4442e24f933f2ed1ec62335c936c3db94bec5390 Mon Sep 17 00:00:00 2001 From: tangkong Date: Tue, 20 Aug 2024 11:32:00 -0700 Subject: [PATCH] REL: run release notes for v1.21.0 --- docs/source/releases.rst | 21 +++++++++++++++++ .../377-doc_jupy_usage.rst | 22 ------------------ .../385-auto_close_after_timeout | 22 ------------------ .../386-maint_numpy2_pypi.rst | 23 ------------------- 4 files changed, 21 insertions(+), 67 deletions(-) delete mode 100644 docs/source/upcoming_release_notes/377-doc_jupy_usage.rst delete mode 100644 docs/source/upcoming_release_notes/385-auto_close_after_timeout delete mode 100644 docs/source/upcoming_release_notes/386-maint_numpy2_pypi.rst diff --git a/docs/source/releases.rst b/docs/source/releases.rst index 35884eb5..2a91760d 100644 --- a/docs/source/releases.rst +++ b/docs/source/releases.rst @@ -2,6 +2,27 @@ Release History ############### +v1.21.0 (2024-08-20) +==================== + +Features +-------- +- Automatically timeout and closes hutch-python sessions after the user has been + idle for a certain number of hours. The number of hours can be set in conf.yml + for each hutch. If no value is set the default timeout duration is 48 hours. + +Maintenance +----------- +- Document some first-pass efforts at running hutch-python in jupyter notebooks. +- Fix an issue where an upstream numpy 2 incompatibilty was breaking the pypi builds. + +Contributors +------------ +- janeliu-slac +- zllentz + + + v1.20.0 (2024-04-19) ==================== diff --git a/docs/source/upcoming_release_notes/377-doc_jupy_usage.rst b/docs/source/upcoming_release_notes/377-doc_jupy_usage.rst deleted file mode 100644 index 6652d38d..00000000 --- a/docs/source/upcoming_release_notes/377-doc_jupy_usage.rst +++ /dev/null @@ -1,22 +0,0 @@ -377 doc_jupy_usage -################## - -API Changes ------------ -- N/A - -Features --------- -- N/A - -Bugfixes --------- -- N/A - -Maintenance ------------ -- Document some first-pass efforts at running these tools in jupyter notebooks. - -Contributors ------------- -- zllentz diff --git a/docs/source/upcoming_release_notes/385-auto_close_after_timeout b/docs/source/upcoming_release_notes/385-auto_close_after_timeout deleted file mode 100644 index b4f3d6ca..00000000 --- a/docs/source/upcoming_release_notes/385-auto_close_after_timeout +++ /dev/null @@ -1,22 +0,0 @@ -385 ECS-5104 Hutch-python feature: auto-close after timeout -################# - -API Changes ------------ -- N/A - -Features --------- -- Automatically timeout and closes hutch-python sessions after the user has been idle for a certain number of hours. The number of hours can be set in conf.yml for each hutch. If no value is set the default timeout duration is 48 hours. - -Bugfixes --------- -- N/A - -Maintenance ------------ -- N/A - -Contributors ------------- -- janeliu-slac diff --git a/docs/source/upcoming_release_notes/386-maint_numpy2_pypi.rst b/docs/source/upcoming_release_notes/386-maint_numpy2_pypi.rst deleted file mode 100644 index bdfb4774..00000000 --- a/docs/source/upcoming_release_notes/386-maint_numpy2_pypi.rst +++ /dev/null @@ -1,23 +0,0 @@ -386 maint_numpy2_pypi -################# - -API Changes ------------ -- N/A - -Features --------- -- N/A - -Bugfixes --------- -- N/A - -Maintenance ------------ -- Fix an issue where an upstream numpy 2 incompatibilty was - breaking the pypi builds. - -Contributors ------------- -- zllentz