-
Notifications
You must be signed in to change notification settings - Fork 2
/
whats_new.html
207 lines (158 loc) · 16.6 KB
/
whats_new.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
<title>What’s New — kymatio 0.3.0 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
<link rel="stylesheet" type="text/css" href="_static/sg_gallery.css" />
<link rel="stylesheet" type="text/css" href="_static/sg_gallery-binder.css" />
<link rel="stylesheet" type="text/css" href="_static/sg_gallery-dataframe.css" />
<link rel="stylesheet" type="text/css" href="_static/sg_gallery-rendered-html.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js"></script>
<script src="_static/doctools.js"></script>
<link rel="shortcut icon" href="_static/kymatio.ico"/>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="prev" title="3D scattering quantum chemistry regression" href="gallery_3d/scattering3d_qm7_torch.html" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
<link rel="apple-touch-icon" href="_static/kymatio.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
</head><body>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<section id="what-s-new">
<h1>What’s New<a class="headerlink" href="#what-s-new" title="Permalink to this heading">¶</a></h1>
<section id="version-0-3-0">
<h2>Version 0.3.0<a class="headerlink" href="#version-0-3-0" title="Permalink to this heading">¶</a></h2>
<p>With this version we start a change log.
We will follow the way scikit-learn does it by having a whats_new folder in the docs and a changelog file for each minor (X.Y) version.
This document will be required to be updated with every pull request.
For this release we will mostly use the PR descriptions, but in the future better descriptions will be required.</p>
<p>New contributions should be prepended to the appropriate version’s file.</p>
<p><strong>Changelog</strong></p>
<ul class="simple">
<li><p><span class="raw-html"><span class="badge badge-info">Maintenance</span></span> Fixed the issues that made Jenkins CI runs fail. <a class="reference external" href="https://github.com/kymatio/kymatio/pull/810">#810</a> by <a class="reference external" href="https://github.com/janden">Joakim Anden</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-success">Documentation</span></span> Remove warning from sklearn example. <a class="reference external" href="https://github.com/kymatio/kymatio/pull/828">#828</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-danger">Fix</span></span> Removed redundant default value for alpha. <a class="reference external" href="https://github.com/kymatio/kymatio/pull/814">#814</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-info">Maintenance</span></span> remove <code class="docutils literal notranslate"><span class="pre">size_scattering</span></code> kwarg from <code class="docutils literal notranslate"><span class="pre">scattering1d</span></code> <a class="reference external" href="https://github.com/kymatio/kymatio/pull/837">#837</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-success">Documentation</span></span> updated contributing guidelines <a class="reference external" href="https://github.com/kymatio/kymatio/pull/813">#813</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-info">Maintenance</span></span> decouple <code class="docutils literal notranslate"><span class="pre">scattering_filter_factory</span></code> from <code class="docutils literal notranslate"><span class="pre">ScatteringBase1D.build</span></code> <a class="reference external" href="https://github.com/kymatio/kymatio/pull/842">#842</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-info">Maintenance</span></span> simplify <code class="docutils literal notranslate"><span class="pre">compute_params_filterbank</span></code>, remove <code class="docutils literal notranslate"><span class="pre">_move_one_dyadic_step</span></code> <a class="reference external" href="https://github.com/kymatio/kymatio/pull/848">#848</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-info">Maintenance</span></span> remove <code class="docutils literal notranslate"><span class="pre">calibrate_scattering_filters</span></code> <a class="reference external" href="https://github.com/kymatio/kymatio/pull/850">#850</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-info">Maintenance</span></span> Simplify <code class="docutils literal notranslate"><span class="pre">filter_bank.py</span></code> <a class="reference external" href="https://github.com/kymatio/kymatio/pull/833">#833</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-info">Maintenance</span></span> avoid passing log2_T, pad, unpad to 1D core <a class="reference external" href="https://github.com/kymatio/kymatio/pull/860">#860</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-info">Maintenance</span></span> Remove vectorize + write frontend-agnostic runtime checks <a class="reference external" href="https://github.com/kymatio/kymatio/pull/861">#861</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-info">Maintenance</span></span> Remove <code class="docutils literal notranslate"><span class="pre">out_type</span></code> from 1D core, perform formatting in the frontends <a class="reference external" href="https://github.com/kymatio/kymatio/pull/862">#862</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-success">Documentation</span></span> fixing example, now import TorchBackend3D to utilize compute_integrals <a class="reference external" href="https://github.com/kymatio/kymatio/pull/829">#829</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-info">Maintenance</span></span> removed useless apply function <a class="reference external" href="https://github.com/kymatio/kymatio/pull/830">#830</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-success">Documentation</span></span> Use tight_layout to prevent plot axes from overlapping one another <a class="reference external" href="https://github.com/kymatio/kymatio/pull/827">#827</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-success">Documentation</span></span> fix reconstruct_torch.py example by calling detach <a class="reference external" href="https://github.com/kymatio/kymatio/pull/826">#826</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-info">Maintenance</span></span> Make <code class="docutils literal notranslate"><span class="pre">Scattering1D</span></code> compatible with TF>=2.5 <a class="reference external" href="https://github.com/kymatio/kymatio/pull/882">#882</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-warning">API Change</span></span> precompute_size_scattering now returns a tuple <a class="reference external" href="https://github.com/kymatio/kymatio/pull/878">#878</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-info">Maintenance</span></span> HarmonicScattering3D now outputs real coefficients in Numpy. <a class="reference external" href="https://github.com/kymatio/kymatio/pull/889">#889</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-info">Maintenance</span></span> make NumPy the default frontend <a class="reference external" href="https://github.com/kymatio/kymatio/pull/890">#890</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-info">Maintenance</span></span>, STY Various ASV maintenance, style changes. <a class="reference external" href="https://github.com/kymatio/kymatio/pull/845">#845</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-success">Feature</span></span> Make <code class="docutils literal notranslate"><span class="pre">Q2</span></code> customizable <a class="reference external" href="https://github.com/kymatio/kymatio/pull/854">#854</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-info">Maintenance</span></span> deprecate <code class="docutils literal notranslate"><span class="pre">self.N</span></code> and <code class="docutils literal notranslate"><span class="pre">self.J_pad</span></code> in 1D <a class="reference external" href="https://github.com/kymatio/kymatio/pull/863">#863</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-info">Maintenance</span></span> make <code class="docutils literal notranslate"><span class="pre">Scattering2D</span></code> compatible with TF>=2.5 <a class="reference external" href="https://github.com/kymatio/kymatio/pull/883">#883</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-info">Maintenance</span></span> move core 1D asserts to <code class="docutils literal notranslate"><span class="pre">_check_filterbanks</span></code> in <code class="docutils literal notranslate"><span class="pre">ScatteringBase</span></code> <a class="reference external" href="https://github.com/kymatio/kymatio/pull/876">#876</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-info">Maintenance</span></span> check <code class="docutils literal notranslate"><span class="pre">oversampling</span></code> in 1D <a class="reference external" href="https://github.com/kymatio/kymatio/pull/887">#887</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-info">Maintenance</span></span> Deprecate <code class="docutils literal notranslate"><span class="pre">self.N</span></code> in 2D <a class="reference external" href="https://github.com/kymatio/kymatio/pull/886">#886</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-danger">Fix</span></span> examples/plot_filters.py <a class="reference external" href="https://github.com/kymatio/kymatio/pull/815">#815</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-info">Testing</span></span> add summary call to keras 1d and 2d tests. <a class="reference external" href="https://github.com/kymatio/kymatio/pull/888">#888</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-success">Documentation</span></span> Enable <code class="docutils literal notranslate"><span class="pre">.to(device)`</span></code> semantics for pytorch examples <a class="reference external" href="https://github.com/kymatio/kymatio/pull/874">#874</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-info">Maintenance</span></span> redefine cdgmm3d to call cdgmm in torch skcuda backend <a class="reference external" href="https://github.com/kymatio/kymatio/pull/865">#865</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-success">Documentation</span></span> changes to documentation of output shapes <a class="reference external" href="https://github.com/kymatio/kymatio/pull/820">#820</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-info">Testing</span></span> Add seed to 2D FFT test in TF <a class="reference external" href="https://github.com/kymatio/kymatio/pull/896">#896</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-info">Maintenance</span></span> update GitHub workflows <a class="reference external" href="https://github.com/kymatio/kymatio/pull/892">#892</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-info">Enhancement</span></span> Jax backend <a class="reference external" href="https://github.com/kymatio/kymatio/pull/757">#757</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-danger">Fix</span></span> Update examples/1d/plot_filters.py <a class="reference external" href="https://github.com/kymatio/kymatio/pull/899">#899</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-danger">Fix</span></span> include ‘n’ field in 1D/2D list + remove singleton dimension in 1D dict <a class="reference external" href="https://github.com/kymatio/kymatio/pull/900">#900</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-info">Maintenance</span></span> deprecate <code class="docutils literal notranslate"><span class="pre">average</span></code> in <code class="docutils literal notranslate"><span class="pre">Scattering1D</span></code> <a class="reference external" href="https://github.com/kymatio/kymatio/pull/897">#897</a></p></li>
<li><p><span class="raw-html"><span class="badge badge-success">Documentation</span></span> document N and J in scattering_filter_factory <a class="reference external" href="https://github.com/kymatio/kymatio/pull/901">#901</a></p></li>
</ul>
</section>
</section>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<p class="logo">
<a href="index.html">
<img class="logo" src="_static/kymatio.jpg" alt="Logo"/>
</a>
</p>
<p class="blurb">Wavelet Scattering in Python<br> <a href="https://twitter.com/KymatioWavelets"><img width="40px" src="https://avatars3.githubusercontent.com/u/50278?s=200&v=4"></a></p>
<p>
<iframe src="https://ghbtns.com/github-btn.html?user=kymatio&repo=kymatio&type=star&count=true&size=large&v=2"
allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="35px"></iframe>
</p>
<h3>Navigation</h3>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="userguide.html">User guide</a></li>
<li class="toctree-l1"><a class="reference internal" href="developerguide.html">Information for developers</a></li>
<li class="toctree-l1"><a class="reference internal" href="codereference.html">Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="gallery_1d/index.html">1D examples</a></li>
<li class="toctree-l1"><a class="reference internal" href="gallery_2d/index.html">2D examples</a></li>
<li class="toctree-l1"><a class="reference internal" href="gallery_3d/index.html">3D examples</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">What’s New</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#version-0-3-0">Version 0.3.0</a></li>
</ul>
</li>
</ul>
<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="index.html">Documentation overview</a><ul>
<li>Previous: <a href="gallery_3d/scattering3d_qm7_torch.html" title="previous chapter">3D scattering quantum chemistry regression</a></li>
</ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>document.getElementById('searchbox').style.display = "block"</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
©2018–2021, The Kymatio Developers.
|
Powered by <a href="http://sphinx-doc.org/">Sphinx 5.1.1</a>
& <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
|
<a href="_sources/whats_new.rst.txt"
rel="nofollow">Page source</a>
</div>
<a href="https://github.com/kymatio/kymatio" class="github">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" class="github"/>
</a>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-130785726-1']);
_gaq.push(['_setDomainName', 'none']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>