File tree Expand file tree Collapse file tree 2 files changed +51
-1
lines changed Expand file tree Collapse file tree 2 files changed +51
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+
4
+ ## (latest)
5
+
6
+ ### Bug Fix
7
+
8
+ * The default_parameters function now works with custom field types. [ Antonio Stanziola]
9
+
10
+ * __ rpow__ for OnGrid. [ antonio]
11
+
12
+ * Avoids changing parameters of OnGrid inside jax transformations. [ Antonio Stanziola]
13
+
14
+ * Spectral gradient for signal of even length now treats the Nyquist frequency correctly. [ Antonio Stanziola]
15
+
16
+ * Jaxlib in requirements, or actions fail. [ Antonio Stanziola]
17
+
18
+ * Staggering in fd kernel. [ Antonio Stanziola]
19
+
20
+ * Added jaxlib to requirements for CI. [ Antonio Stanziola]
21
+
22
+ * Error on 3d staggered derivatives. [ Antonio Stanziola]
23
+
24
+ ### Features
25
+
26
+ * Heterogeneous laplacian. [ Antonio Stanziola]
27
+
28
+ * Fourier field value on arbitrary point using __ call__ method. [ Antonio Stanziola]
29
+
30
+ * Automatically infer missing dimension for scalar fields. [ Antonio Stanziola]
31
+
32
+ * Shift operator. [ Antonio Stanziola]
33
+
34
+ * Staggering for Fourier differential operators. [ Antonio Stanziola]
35
+
36
+ ### Refactoring
37
+
38
+ * Updated docs. [ Antonio Stanziola]
39
+
40
+ * Renamed ode variable update, removed wrong test in utils. [ Antonio Stanziola]
41
+
42
+ * Updated support/packaging files. [ Antonio Stanziola]
43
+
44
+ ### Tests
45
+
46
+ * Increase core.py coverage. [ Antonio Stanziola]
47
+
48
+ * Added FourierSeries gradient tests. [ Antonio Stanziola]
49
+
50
+
Original file line number Diff line number Diff line change 1
- VERSION = "v0.2.2 "
1
+ VERSION = "v0.2.4 "
You can’t perform that action at this time.
0 commit comments