|
6 | 6 | <meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /> |
7 | 7 |
|
8 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
9 | | - <title>Release notes — diffpy.apps 0.1.0rc3 documentation</title> |
| 9 | + <title>Release notes — diffpy.apps 0.0.1 documentation</title> |
10 | 10 | <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" /> |
11 | 11 | <link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=9edc463e" /> |
12 | 12 | <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" /> |
13 | 13 |
|
14 | 14 |
|
15 | 15 | <script src="_static/jquery.js?v=5d32c60e"></script> |
16 | 16 | <script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> |
17 | | - <script src="_static/documentation_options.js?v=b2b45f3d"></script> |
| 17 | + <script src="_static/documentation_options.js?v=f539c95a"></script> |
18 | 18 | <script src="_static/doctools.js?v=fd6eb6e6"></script> |
19 | 19 | <script src="_static/sphinx_highlight.js?v=6ffebe34"></script> |
20 | 20 | <script src="_static/clipboard.min.js?v=a7894cd8"></script> |
|
47 | 47 | </div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu"> |
48 | 48 | <ul class="current"> |
49 | 49 | <li class="toctree-l1"><a class="reference internal" href="getting-started.html">Getting started</a></li> |
50 | | -<li class="toctree-l1 current"><a class="current reference internal" href="#">Release notes</a></li> |
| 50 | +<li class="toctree-l1 current"><a class="current reference internal" href="#">Release notes</a><ul> |
| 51 | +<li class="toctree-l2"><a class="reference internal" href="#id1">0.1.0</a></li> |
| 52 | +</ul> |
| 53 | +</li> |
51 | 54 | <li class="toctree-l1"><a class="reference internal" href="license.html">License</a></li> |
52 | 55 | </ul> |
53 | 56 |
|
|
77 | 80 |
|
78 | 81 | <section id="release-notes"> |
79 | 82 | <span id="index-0"></span><h1>Release notes<a class="headerlink" href="#release-notes" title="Link to this heading"></a></h1> |
| 83 | +<section id="id1"> |
| 84 | +<h2>0.1.0<a class="headerlink" href="#id1" title="Link to this heading"></a></h2> |
| 85 | +<p><strong>Added:</strong></p> |
| 86 | +<ul class="simple"> |
| 87 | +<li><p>Also add <code class="docutils literal notranslate"><span class="pre">diffpy.apps</span></code> as an entry point.</p></li> |
| 88 | +<li><p>Add <code class="docutils literal notranslate"><span class="pre">runmacro</span></code> in the <code class="docutils literal notranslate"><span class="pre">README</span></code>.</p></li> |
| 89 | +<li><p>Support single line comment in the macro file.</p></li> |
| 90 | +<li><p>Add “agentify” app to deploy <code class="docutils literal notranslate"><span class="pre">diffpy.cmi</span></code> agent skills.</p></li> |
| 91 | +<li><p>Add <code class="docutils literal notranslate"><span class="pre">diffpy.app</span> <span class="pre">runmacro</span> <span class="pre"><file></span></code> command.</p></li> |
| 92 | +<li><p>Add <cite>DSL</cite> support.</p></li> |
| 93 | +</ul> |
| 94 | +<p><strong>Changed:</strong></p> |
| 95 | +<ul class="simple"> |
| 96 | +<li><p>Use <code class="docutils literal notranslate"><span class="pre">python=3.13</span></code> as default before <code class="docutils literal notranslate"><span class="pre">python=3.14</span></code> is supported by <code class="docutils literal notranslate"><span class="pre">diffpy.cmi</span></code>.</p></li> |
| 97 | +</ul> |
| 98 | +</section> |
80 | 99 | </section> |
81 | 100 |
|
82 | 101 |
|
|
0 commit comments