1515 < link rel ="stylesheet " href ="../css/theme.css " />
1616 < link rel ="stylesheet " href ="../css/theme_extra.css " />
1717 < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css " />
18- < link href ="../assets/_mkdocstrings.css " rel ="stylesheet " />
1918 < link href ="../extra.css " rel ="stylesheet " />
2019
2120 < script >
8887 < ul class ="current ">
8988 < li class ="toctree-l1 current "> < a class ="reference internal current " href ="./ "> Changelog</ a >
9089 < ul class ="current ">
90+ < li class ="toctree-l2 "> < a class ="reference internal " href ="#v090 "> v0.9.0</ a >
91+ </ li >
9192 < li class ="toctree-l2 "> < a class ="reference internal " href ="#v080 "> v0.8.0</ a >
9293 </ li >
9394 < li class ="toctree-l2 "> < a class ="reference internal " href ="#v073 "> v0.7.3</ a >
134135 < div class ="section ">
135136
136137 < h1 id ="changelog "> Changelog</ h1 >
138+ < h2 id ="v090 "> v0.9.0</ h2 >
139+ < p > Adding two useful stores for checking the correctness of the code without
140+ relying on DDS. See the documentation of < code > dds.set_store</ code > .</ p >
137141< h2 id ="v080 "> v0.8.0</ h2 >
138142< p > A number of small improvements in ergonomics to this release:</ p >
139143< ul >
140144< li > the error messages are more complete and include more contextual information</ li >
141- < li > more types are supported by default during the analysis phase: lists, dictionaries,
145+ < li > more types are supported by default during the analysis phase: lists, dictionaries,
142146dates (< code > datetime</ code > objects), arbitrary named tuples and arbitrary data classes.</ li >
143147< li > the input for < code > @data_function</ code > has been tightened to reflect the fact that data functions
144148should not take arguments (< code > dds.keep</ code > should be used instead). Passing arguments
145149now triggers an error.</ li >
146150</ ul >
147151< h2 id ="v073 "> v0.7.3</ h2 >
148152< p > Fixes the usage of positional and keyworded arguments when used in conjunction
149- with < code > dds.keep</ code > . </ p >
153+ with < code > dds.keep</ code > .</ p >
150154< h2 id ="v072 "> v0.7.2</ h2 >
151155< p > Small usability fixes in this release:</ p >
152156< ul >
@@ -155,15 +159,15 @@ <h2 id="v072">v0.7.2</h2>
155159< li > improves debugging messages (with a potential extra round trip to the store)</ li >
156160</ ul >
157161< h2 id ="v070 "> v0.7.0</ h2 >
158- < p > Adds a major feature: caching in memory of most recently used objects. See the documentation of
162+ < p > Adds a major feature: caching in memory of most recently used objects. See the documentation of
159163< code > dds.set_store</ code > .</ p >
160164< p > Other features:</ p >
161165< ul >
162166< li > keyworded arguments are now accepted in < code > dds.keep</ code > and < code > dds.eval</ code > </ li >
163167</ ul >
164168< h2 id ="v060 "> v0.6.0</ h2 >
165169< p > This is a major release that changes
166- the algorithm of calculating the signatures.
170+ the algorithm of calculating the signatures.
167171< em > Upgrading from a previous version will trigger the cache to be calculated again</ em > .</ p >
168172< p > This change is not expected to happen again except for localized bug fixes.</ p >
169173
0 commit comments