Skip to content

Commit

Permalink
Auto-update from Github Actions Workflow
Browse files Browse the repository at this point in the history
Deployed from commit 8212d7f (refs/heads/master)

Deployed from commit ec27c6b (refs/heads/master)
  • Loading branch information
github-actions committed Sep 27, 2023
1 parent 0a711b1 commit 1da3083
Show file tree
Hide file tree
Showing 8 changed files with 75 additions and 28 deletions.
18 changes: 18 additions & 0 deletions master/_sources/releases.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@ Release History
###############


v1.2.0 (2023-09-27)
===================

Features
--------
- Adds `ScientificDoubleSpinbox` and uses it in MultiModeValueEdit.

Bugfixes
--------
- Waits for signal connection during :class:`ActionRowWidget` initialization to properly
read enum strings from signal.

Contributors
------------
- tangkong



v1.1.0 (2023-09-14)
===================

Expand Down
4 changes: 2 additions & 2 deletions master/_sources/upcoming_release_notes/template-full.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Your filename should be issuenumber-title.rst, substituting appropriately.
Make sure to fill out any section that represents changes you have made,
or replace the default bullet point with N/A.

API Changes
-----------
API Breaks
----------
- List backwards-incompatible changes here.
Changes to PVs don't count as API changes for this library,
but changing method and component names or changing default behavior does.
Expand Down
4 changes: 2 additions & 2 deletions master/_sources/upcoming_release_notes/template-short.rst.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
IssueNumber Title
#################

API Changes
-----------
API Breaks
----------
- N/A

Features
Expand Down
1 change: 1 addition & 0 deletions master/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ <h2>Background<a class="headerlink" href="#background" title="Link to this headi
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="releases.html">Release History</a><ul>
<li class="toctree-l2"><a class="reference internal" href="releases.html#v1-2-0-2023-09-27">v1.2.0 (2023-09-27)</a></li>
<li class="toctree-l2"><a class="reference internal" href="releases.html#v1-1-0-2023-09-14">v1.1.0 (2023-09-14)</a></li>
<li class="toctree-l2"><a class="reference internal" href="releases.html#v1-0-0-2023-06-22">v1.0.0 (2023-06-22)</a></li>
</ul>
Expand Down
66 changes: 47 additions & 19 deletions master/releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,24 @@
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="api.html">ATEF API</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Release History</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#v1-1-0-2023-09-14">v1.1.0 (2023-09-14)</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#v1-2-0-2023-09-27">v1.2.0 (2023-09-27)</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#features">Features</a></li>
<li class="toctree-l3"><a class="reference internal" href="#bugfixes">Bugfixes</a></li>
<li class="toctree-l3"><a class="reference internal" href="#maintenance">Maintenance</a></li>
<li class="toctree-l3"><a class="reference internal" href="#contributors">Contributors</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#v1-0-0-2023-06-22">v1.0.0 (2023-06-22)</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#v1-1-0-2023-09-14">v1.1.0 (2023-09-14)</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#id1">Features</a></li>
<li class="toctree-l3"><a class="reference internal" href="#id2">Bugfixes</a></li>
<li class="toctree-l3"><a class="reference internal" href="#id3">Maintenance</a></li>
<li class="toctree-l3"><a class="reference internal" href="#id4">Contributors</a></li>
<li class="toctree-l3"><a class="reference internal" href="#maintenance">Maintenance</a></li>
<li class="toctree-l3"><a class="reference internal" href="#id3">Contributors</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#v1-0-0-2023-06-22">v1.0.0 (2023-06-22)</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#id4">Features</a></li>
<li class="toctree-l3"><a class="reference internal" href="#id5">Bugfixes</a></li>
<li class="toctree-l3"><a class="reference internal" href="#id6">Maintenance</a></li>
<li class="toctree-l3"><a class="reference internal" href="#id7">Contributors</a></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -97,11 +103,33 @@

<section id="release-history">
<h1>Release History<a class="headerlink" href="#release-history" title="Link to this heading"></a></h1>
<section id="v1-1-0-2023-09-14">
<h2>v1.1.0 (2023-09-14)<a class="headerlink" href="#v1-1-0-2023-09-14" title="Link to this heading"></a></h2>
<section id="v1-2-0-2023-09-27">
<h2>v1.2.0 (2023-09-27)<a class="headerlink" href="#v1-2-0-2023-09-27" title="Link to this heading"></a></h2>
<section id="features">
<h3>Features<a class="headerlink" href="#features" title="Link to this heading"></a></h3>
<ul class="simple">
<li><p>Adds <code class="xref any docutils literal notranslate"><span class="pre">ScientificDoubleSpinbox</span></code> and uses it in MultiModeValueEdit.</p></li>
</ul>
</section>
<section id="bugfixes">
<h3>Bugfixes<a class="headerlink" href="#bugfixes" title="Link to this heading"></a></h3>
<ul class="simple">
<li><p>Waits for signal connection during <code class="xref py py-class docutils literal notranslate"><span class="pre">ActionRowWidget</span></code> initialization to properly
read enum strings from signal.</p></li>
</ul>
</section>
<section id="contributors">
<h3>Contributors<a class="headerlink" href="#contributors" title="Link to this heading"></a></h3>
<ul class="simple">
<li><p>tangkong</p></li>
</ul>
</section>
</section>
<section id="v1-1-0-2023-09-14">
<h2>v1.1.0 (2023-09-14)<a class="headerlink" href="#v1-1-0-2023-09-14" title="Link to this heading"></a></h2>
<section id="id1">
<h3>Features<a class="headerlink" href="#id1" title="Link to this heading"></a></h3>
<ul class="simple">
<li><p>Adds find-replace functionality and helpers. These procedures walk through the dataclass, rather than blindly modifying serialized json.</p></li>
<li><p>Adds a simple find-replace widget and more fully-featured fill-template page.</p></li>
<li><p>Adds backend dataclasses for running Bluesky plans in active checkouts.</p></li>
Expand All @@ -111,8 +139,8 @@ <h3>Features<a class="headerlink" href="#features" title="Link to this heading">
<li><p>Adds <code class="xref py py-class docutils literal notranslate"><span class="pre">MultiModeValueEdit</span></code> widget for modifying values give a specified type, including dynamic values.</p></li>
</ul>
</section>
<section id="bugfixes">
<h3>Bugfixes<a class="headerlink" href="#bugfixes" title="Link to this heading"></a></h3>
<section id="id2">
<h3>Bugfixes<a class="headerlink" href="#id2" title="Link to this heading"></a></h3>
<ul class="simple">
<li><p>Ensure filenames get cast as strings properly.</p></li>
<li><p>Allow cast_dataclass to transfer objects from old to new dataclass, previously nested dataclasses would be converted to dicts.</p></li>
Expand All @@ -126,8 +154,8 @@ <h3>Maintenance<a class="headerlink" href="#maintenance" title="Link to this hea
<li><p>Reduce randomness in test suite, try all combo box options when available.</p></li>
</ul>
</section>
<section id="contributors">
<h3>Contributors<a class="headerlink" href="#contributors" title="Link to this heading"></a></h3>
<section id="id3">
<h3>Contributors<a class="headerlink" href="#id3" title="Link to this heading"></a></h3>
<ul class="simple">
<li><p>tangkong</p></li>
</ul>
Expand All @@ -142,8 +170,8 @@ <h2>v1.0.0 (2023-06-22)<a class="headerlink" href="#v1-0-0-2023-06-22" title="Li
with this.</p>
<p>Shoutout to all the contributors who helped before the pre-release notes framework
was added.</p>
<section id="id1">
<h3>Features<a class="headerlink" href="#id1" title="Link to this heading"></a></h3>
<section id="id4">
<h3>Features<a class="headerlink" href="#id4" title="Link to this heading"></a></h3>
<ul class="simple">
<li><p>Replaces the welcome dialog with a welcome landing tab</p></li>
<li><p>Enable the close-tab button</p></li>
Expand All @@ -156,8 +184,8 @@ <h3>Features<a class="headerlink" href="#id1" title="Link to this heading"></
<li><p>Adds report generation for active checkouts</p></li>
</ul>
</section>
<section id="id2">
<h3>Bugfixes<a class="headerlink" href="#id2" title="Link to this heading"></a></h3>
<section id="id5">
<h3>Bugfixes<a class="headerlink" href="#id5" title="Link to this heading"></a></h3>
<ul class="simple">
<li><p>Fixes a bug where False-y observed values would fail to be reported</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">BusyCursorThread.raised_exception</span></code> now properly expects to emit an <code class="docutils literal notranslate"><span class="pre">Exception</span></code></p></li>
Expand All @@ -174,8 +202,8 @@ <h3>Bugfixes<a class="headerlink" href="#id2" title="Link to this heading"></
<li><p>Allows device selection via double-click in the <code class="docutils literal notranslate"><span class="pre">HappiSearchWidget</span></code> tree-view</p></li>
</ul>
</section>
<section id="id3">
<h3>Maintenance<a class="headerlink" href="#id3" title="Link to this heading"></a></h3>
<section id="id6">
<h3>Maintenance<a class="headerlink" href="#id6" title="Link to this heading"></a></h3>
<ul class="simple">
<li><p>Improves <code class="docutils literal notranslate"><span class="pre">ResultStatus</span></code> refresh handling, now also updates on paint events</p></li>
<li><p>In the case of errors during a mode switch, the error will be revealed to the user and the switch will be reverted.</p></li>
Expand All @@ -188,8 +216,8 @@ <h3>Maintenance<a class="headerlink" href="#id3" title="Link to this heading">
<li><p>Wraps signal.get call used for setting input type validators in <code class="docutils literal notranslate"><span class="pre">BusyCursorThread</span></code></p></li>
</ul>
</section>
<section id="id4">
<h3>Contributors<a class="headerlink" href="#id4" title="Link to this heading"></a></h3>
<section id="id7">
<h3>Contributors<a class="headerlink" href="#id7" title="Link to this heading"></a></h3>
<ul class="simple">
<li><p>tangkong</p></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion master/searchindex.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions master/upcoming_release_notes/template-full.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ <h1>IssueNumber Title<a class="headerlink" href="#issuenumber-title" title="Link
Your filename should be issuenumber-title.rst, substituting appropriately.</p>
<p>Make sure to fill out any section that represents changes you have made,
or replace the default bullet point with N/A.</p>
<section id="api-changes">
<h2>API Changes<a class="headerlink" href="#api-changes" title="Link to this heading"></a></h2>
<section id="api-breaks">
<h2>API Breaks<a class="headerlink" href="#api-breaks" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>List backwards-incompatible changes here.
Changes to PVs don’t count as API changes for this library,
Expand Down
4 changes: 2 additions & 2 deletions master/upcoming_release_notes/template-short.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@

<section id="issuenumber-title">
<h1>IssueNumber Title<a class="headerlink" href="#issuenumber-title" title="Link to this heading"></a></h1>
<section id="api-changes">
<h2>API Changes<a class="headerlink" href="#api-changes" title="Link to this heading"></a></h2>
<section id="api-breaks">
<h2>API Breaks<a class="headerlink" href="#api-breaks" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>N/A</p></li>
</ul>
Expand Down

0 comments on commit 1da3083

Please sign in to comment.