Skip to content

Commit 4718a6e

Browse files
committed
release: version v0.2.4 🚀
1 parent 20d659f commit 4718a6e

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

HISTORY.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
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+

jaxdf/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "v0.2.2"
1+
VERSION = "v0.2.4"

0 commit comments

Comments
 (0)