File tree Expand file tree Collapse file tree 2 files changed +41
-1
lines changed Expand file tree Collapse file tree 2 files changed +41
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
+
4
+
5
+ (0.2.0)
6
+ ------------
7
+
8
+ New Features
9
+ ~~~~~~~~~~~~
10
+ - fourier field value on arbitrary point using __call__ method.
11
+ - Shift_operator for FourierSeries. [Antonio Stanziola]
12
+ - automatically infer missing dimension for scalar fields. [Antonio
13
+ Stanziola]
14
+ - staggering for Fourier differential operators. [Antonio
15
+ Stanziola]
16
+
17
+ Fix
18
+ ~~~
19
+ - __rpow__ for OnGrid. [antonio]
20
+ - Avoids changing parameters of OnGrid inside jax transformations.
21
+ [Antonio Stanziola]
22
+ - Spectral gradient for signal of even length now treats the Nyquist
23
+ frequency correctly. [Antonio Stanziola]
24
+ - Fourier laplacian
25
+ - Jaxlib in requirements, or actions fail. [Antonio Stanziola]
26
+ - Staggering in fd kernel. [Antonio Stanziola]
27
+ - Added jaxlib to requirements for CI. [Antonio Stanziola]
28
+ - Error on 3d staggered derivatives. [Antonio Stanziola]
29
+
30
+ Breaking
31
+ ~~~~~~~~
32
+ - removed the `ode.py` module. [Antonio Stanziola]
33
+ - params are only accepted as keyword argument. [Antonio Stanziola]
34
+ - changed how operator parameters are returned.
35
+ [Antonio Stanziola]
36
+
37
+ Other
38
+ ~~~~~
39
+ - Remove breaking changes warning. [Antonio Stanziola]
40
+ - Black pre-commit. [Antonio Stanziola]
41
+ - Plum documentation via plumkdocs. [Antonio Stanziola]
42
+ - Params reimplemented as private property. [Antonio Stanziola]
Original file line number Diff line number Diff line change 1
- 0.1 .0
1
+ 0.2 .0
You can’t perform that action at this time.
0 commit comments