Skip to content

Commit

Permalink
updating the version (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhunter authored Jun 11, 2021
1 parent 69fa27c commit b58e3c6
Show file tree
Hide file tree
Showing 19 changed files with 2,273 additions and 3,747 deletions.
2 changes: 1 addition & 1 deletion dds/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.8.0"
version = "0.9.0"
13 changes: 9 additions & 4 deletions doc_source/changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Changelog

## v0.9.0

Adding two useful stores for checking the correctness of the code without
relying on DDS. See the documentation of `dds.set_store`.

## v0.8.0

A number of small improvements in ergonomics to this release:

* the error messages are more complete and include more contextual information
* more types are supported by default during the analysis phase: lists, dictionaries,
* more types are supported by default during the analysis phase: lists, dictionaries,
dates (`datetime` objects), arbitrary named tuples and arbitrary data classes.
* the input for `@data_function` has been tightened to reflect the fact that data functions
should not take arguments (`dds.keep` should be used instead). Passing arguments
Expand All @@ -14,7 +19,7 @@ now triggers an error.
## v0.7.3

Fixes the usage of positional and keyworded arguments when used in conjunction
with `dds.keep`.
with `dds.keep`.

## v0.7.2

Expand All @@ -26,7 +31,7 @@ Small usability fixes in this release:

## v0.7.0

Adds a major feature: caching in memory of most recently used objects. See the documentation of
Adds a major feature: caching in memory of most recently used objects. See the documentation of
`dds.set_store`.

Other features:
Expand All @@ -36,7 +41,7 @@ Other features:
## v0.6.0

This is a major release that changes
the algorithm of calculating the signatures.
the algorithm of calculating the signatures.
*Upgrading from a previous version will trigger the cache to be calculated again*.

This change is not expected to happen again except for localized bug fixes.
1 change: 0 additions & 1 deletion docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<link rel="stylesheet" href="/css/theme.css" />
<link rel="stylesheet" href="/css/theme_extra.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css" />
<link href="/assets/_mkdocstrings.css" rel="stylesheet" />
<link href="/extra.css" rel="stylesheet" />

<script src="/js/jquery-2.1.1.min.js" defer></script>
Expand Down
28 changes: 0 additions & 28 deletions docs/assets/_mkdocstrings.css

This file was deleted.

13 changes: 9 additions & 4 deletions docs/changelog/changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Changelog

## v0.9.0

Adding two useful stores for checking the correctness of the code without
relying on DDS. See the documentation of `dds.set_store`.

## v0.8.0

A number of small improvements in ergonomics to this release:

* the error messages are more complete and include more contextual information
* more types are supported by default during the analysis phase: lists, dictionaries,
* more types are supported by default during the analysis phase: lists, dictionaries,
dates (`datetime` objects), arbitrary named tuples and arbitrary data classes.
* the input for `@data_function` has been tightened to reflect the fact that data functions
should not take arguments (`dds.keep` should be used instead). Passing arguments
Expand All @@ -14,7 +19,7 @@ now triggers an error.
## v0.7.3

Fixes the usage of positional and keyworded arguments when used in conjunction
with `dds.keep`.
with `dds.keep`.

## v0.7.2

Expand All @@ -26,7 +31,7 @@ Small usability fixes in this release:

## v0.7.0

Adds a major feature: caching in memory of most recently used objects. See the documentation of
Adds a major feature: caching in memory of most recently used objects. See the documentation of
`dds.set_store`.

Other features:
Expand All @@ -36,7 +41,7 @@ Other features:
## v0.6.0

This is a major release that changes
the algorithm of calculating the signatures.
the algorithm of calculating the signatures.
*Upgrading from a previous version will trigger the cache to be calculated again*.

This change is not expected to happen again except for localized bug fixes.
14 changes: 9 additions & 5 deletions docs/changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<link rel="stylesheet" href="../css/theme.css" />
<link rel="stylesheet" href="../css/theme_extra.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css" />
<link href="../assets/_mkdocstrings.css" rel="stylesheet" />
<link href="../extra.css" rel="stylesheet" />

<script>
Expand Down Expand Up @@ -88,6 +87,8 @@
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal current" href="./">Changelog</a>
<ul class="current">
<li class="toctree-l2"><a class="reference internal" href="#v090">v0.9.0</a>
</li>
<li class="toctree-l2"><a class="reference internal" href="#v080">v0.8.0</a>
</li>
<li class="toctree-l2"><a class="reference internal" href="#v073">v0.7.3</a>
Expand Down Expand Up @@ -134,19 +135,22 @@
<div class="section">

<h1 id="changelog">Changelog</h1>
<h2 id="v090">v0.9.0</h2>
<p>Adding two useful stores for checking the correctness of the code without
relying on DDS. See the documentation of <code>dds.set_store</code>.</p>
<h2 id="v080">v0.8.0</h2>
<p>A number of small improvements in ergonomics to this release:</p>
<ul>
<li>the error messages are more complete and include more contextual information</li>
<li>more types are supported by default during the analysis phase: lists, dictionaries,
<li>more types are supported by default during the analysis phase: lists, dictionaries,
dates (<code>datetime</code> objects), arbitrary named tuples and arbitrary data classes.</li>
<li>the input for <code>@data_function</code> has been tightened to reflect the fact that data functions
should not take arguments (<code>dds.keep</code> should be used instead). Passing arguments
now triggers an error.</li>
</ul>
<h2 id="v073">v0.7.3</h2>
<p>Fixes the usage of positional and keyworded arguments when used in conjunction
with <code>dds.keep</code>. </p>
with <code>dds.keep</code>.</p>
<h2 id="v072">v0.7.2</h2>
<p>Small usability fixes in this release:</p>
<ul>
Expand All @@ -155,15 +159,15 @@ <h2 id="v072">v0.7.2</h2>
<li>improves debugging messages (with a potential extra round trip to the store)</li>
</ul>
<h2 id="v070">v0.7.0</h2>
<p>Adds a major feature: caching in memory of most recently used objects. See the documentation of
<p>Adds a major feature: caching in memory of most recently used objects. See the documentation of
<code>dds.set_store</code>.</p>
<p>Other features:</p>
<ul>
<li>keyworded arguments are now accepted in <code>dds.keep</code> and <code>dds.eval</code></li>
</ul>
<h2 id="v060">v0.6.0</h2>
<p>This is a major release that changes
the algorithm of calculating the signatures.
the algorithm of calculating the signatures.
<em>Upgrading from a previous version will trigger the cache to be calculated again</em>.</p>
<p>This change is not expected to happen again except for localized bug fixes.</p>

Expand Down
Loading

0 comments on commit b58e3c6

Please sign in to comment.