Skip to content

Commit 071204b

Browse files
committed
release: version 0.2.0 🚀
1 parent 52a0f4a commit 071204b

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

HISTORY.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,42 @@
11
Changelog
22
=========
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]

jaxdf/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.2.0

0 commit comments

Comments
 (0)