Skip to content

Commit ab3afdb

Browse files
authored
Update to version v0.11 (#139)
* adding version * update documentation
1 parent 4f7ba46 commit ab3afdb

File tree

10 files changed

+72
-26
lines changed

10 files changed

+72
-26
lines changed

dds/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.10.0"
1+
version = "0.11.0"

doc_source/changelog.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
# Changelog
22

3+
## v0.11.0
4+
5+
This release adds configuration options and addresses performance issues
6+
introduced by v0.10. In addition, some groundwork started to introduce more limits
7+
around the hashing of objects, such as big lists, into the signature. This part is
8+
not enabled yet.
9+
10+
* [GH-136](https://github.com/tjhunter/dds_py/issues/136) Performance issues on deeply nested code.
11+
This was a regression from v0.10 caused by a sub-optimal algorithm.
12+
13+
* [GH-137](https://github.com/tjhunter/dds_py/issues/137) Introduction of the configuration framework.
14+
This allows the behaviour of some specific aspects to be finetuned. The feature is currently left undocumented
15+
until more options are added.
16+
317
## v0.10.0
418

5-
This releases adds two bugfixes.
19+
This release adds two bugfixes.
620

721
* [GH-130](https://github.com/tjhunter/dds_py/issues/130) Failing for overlapping paths. For example, `dds` used to accept an evaluation with both `/f` and `/f/g` paths defined.
822
Such a structure is ill-defined for most filesystems. It is now an error.

docs/changelog/changelog.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
# Changelog
22

3+
## v0.11.0
4+
5+
This release adds configuration options and addresses performance issues
6+
introduced by v0.10. In addition, some groundwork started to introduce more limits
7+
around the hashing of objects, such as big lists, into the signature. This part is
8+
not enabled yet.
9+
10+
* [GH-136](https://github.com/tjhunter/dds_py/issues/136) Performance issues on deeply nested code.
11+
This was a regression from v0.10 caused by a sub-optimal algorithm.
12+
13+
* [GH-137](https://github.com/tjhunter/dds_py/issues/137) Introduction of the configuration framework.
14+
This allows the behaviour of some specific aspects to be finetuned. The feature is currently left undocumented
15+
until more options are added.
16+
317
## v0.10.0
418

5-
This releases adds two bugfixes.
19+
This release adds two bugfixes.
620

721
* [GH-130](https://github.com/tjhunter/dds_py/issues/130) Failing for overlapping paths. For example, `dds` used to accept an evaluation with both `/f` and `/f/g` paths defined.
822
Such a structure is ill-defined for most filesystems. It is now an error.

docs/changelog/index.html

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@
8787
<ul class="current">
8888
<li class="toctree-l1 current"><a class="reference internal current" href="./">Changelog</a>
8989
<ul class="current">
90+
<li class="toctree-l2"><a class="reference internal" href="#v0110">v0.11.0</a>
91+
</li>
9092
<li class="toctree-l2"><a class="reference internal" href="#v0100">v0.10.0</a>
9193
</li>
9294
<li class="toctree-l2"><a class="reference internal" href="#v090">v0.9.0</a>
@@ -137,8 +139,24 @@
137139
<div class="section">
138140

139141
<h1 id="changelog">Changelog</h1>
142+
<h2 id="v0110">v0.11.0</h2>
143+
<p>This release adds configuration options and addresses performance issues
144+
introduced by v0.10. In addition, some groundwork started to introduce more limits
145+
around the hashing of objects, such as big lists, into the signature. This part is
146+
not enabled yet.</p>
147+
<ul>
148+
<li>
149+
<p><a href="https://github.com/tjhunter/dds_py/issues/136">GH-136</a> Performance issues on deeply nested code.
150+
This was a regression from v0.10 caused by a sub-optimal algorithm.</p>
151+
</li>
152+
<li>
153+
<p><a href="https://github.com/tjhunter/dds_py/issues/137">GH-137</a> Introduction of the configuration framework.
154+
This allows the behaviour of some specific aspects to be finetuned. The feature is currently left undocumented
155+
until more options are added.</p>
156+
</li>
157+
</ul>
140158
<h2 id="v0100">v0.10.0</h2>
141-
<p>This releases adds two bugfixes. </p>
159+
<p>This release adds two bugfixes. </p>
142160
<ul>
143161
<li>
144162
<p><a href="https://github.com/tjhunter/dds_py/issues/130">GH-130</a> Failing for overlapping paths. For example, <code>dds</code> used to accept an evaluation with both <code>/f</code> and <code>/f/g</code> paths defined.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,5 +240,5 @@ <h2 id="license">License</h2>
240240

241241
<!--
242242
MkDocs version : 1.1.2
243-
Build Date UTC : 2021-08-11 13:01:50.476383+00:00
243+
Build Date UTC : 2021-08-17 06:57:28.117156+00:00
244244
-->

docs/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/sitemap.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url>
33
<loc>None</loc>
4-
<lastmod>2021-08-11</lastmod>
4+
<lastmod>2021-08-17</lastmod>
55
<changefreq>daily</changefreq>
66
</url><url>
77
<loc>None</loc>
8-
<lastmod>2021-08-11</lastmod>
8+
<lastmod>2021-08-17</lastmod>
99
<changefreq>daily</changefreq>
1010
</url><url>
1111
<loc>None</loc>
12-
<lastmod>2021-08-11</lastmod>
12+
<lastmod>2021-08-17</lastmod>
1313
<changefreq>daily</changefreq>
1414
</url><url>
1515
<loc>None</loc>
16-
<lastmod>2021-08-11</lastmod>
16+
<lastmod>2021-08-17</lastmod>
1717
<changefreq>daily</changefreq>
1818
</url><url>
1919
<loc>None</loc>
20-
<lastmod>2021-08-11</lastmod>
20+
<lastmod>2021-08-17</lastmod>
2121
<changefreq>daily</changefreq>
2222
</url><url>
2323
<loc>None</loc>
24-
<lastmod>2021-08-11</lastmod>
24+
<lastmod>2021-08-17</lastmod>
2525
<changefreq>daily</changefreq>
2626
</url><url>
2727
<loc>None</loc>
28-
<lastmod>2021-08-11</lastmod>
28+
<lastmod>2021-08-17</lastmod>
2929
<changefreq>daily</changefreq>
3030
</url><url>
3131
<loc>None</loc>
32-
<lastmod>2021-08-11</lastmod>
32+
<lastmod>2021-08-17</lastmod>
3333
<changefreq>daily</changefreq>
3434
</url><url>
3535
<loc>None</loc>
36-
<lastmod>2021-08-11</lastmod>
36+
<lastmod>2021-08-17</lastmod>
3737
<changefreq>daily</changefreq>
3838
</url><url>
3939
<loc>None</loc>
40-
<lastmod>2021-08-11</lastmod>
40+
<lastmod>2021-08-17</lastmod>
4141
<changefreq>daily</changefreq>
4242
</url>
4343
</urlset>

docs/sitemap.xml.gz

1 Byte
Binary file not shown.

docs/tut_plotting/index.html

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

docs/tut_sklearn/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14915,10 +14915,10 @@ <h1 id="end-to-end-tutorial-scikit-learn-tutorial">End-to-end tutorial: scikit-l
1491514915
<div class="jp-OutputArea-child">
1491614916
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
1491714917
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="text/plain">
14918-
<pre>5a35d7d812a90852e790254e7d966f039e5807600c595892508fa51d0dca7ca2
14919-
7358fa103b08a40aff0faeb6204a3264e7dce55c7816ffdbd99260d47c4a9766
14920-
a22dc3f7a0e75f7298184d0935cf875611b2c75901d62cd09a2316d4e20b8a88
14921-
d3fbea261d1af4e44573e4db07d781d072cab1e1089dfe4cd0f7ae93219b461
14918+
<pre>335afe91bf11f0788b1d8623ff5418a398b8ef6c617544d2d77cdc1dcc3c15b6
14919+
5a35d7d812a90852e790254e7d966f039e5807600c595892508fa51d0dca7ca2
14920+
9c4883c47e2700445752f5677ae6e7e88e26832b702ab7e68050b0201c2e2b5f
14921+
a2bf8e9b34c86816ea608134e7f790a5eb99a7ca399f78733dad8f557c941e3f
1492214922
</pre>
1492314923
</div>
1492414924
</div>

0 commit comments

Comments
 (0)