Skip to content

Commit 900a87d

Browse files
committed
release: version v0.2.2 🚀
1 parent be39c85 commit 900a87d

File tree

2 files changed

+1
-49
lines changed

2 files changed

+1
-49
lines changed

HISTORY.md

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +0,0 @@
1-
# Changelog
2-
3-
4-
## (latest)
5-
6-
### Bug Fix
7-
8-
* __rpow__ for OnGrid. [antonio]
9-
10-
* Avoids changing parameters of OnGrid inside jax transformations. [Antonio Stanziola]
11-
12-
* Spectral gradient for signal of even length now treats the Nyquist frequency correctly. [Antonio Stanziola]
13-
14-
* Jaxlib in requirements, or actions fail. [Antonio Stanziola]
15-
16-
* Staggering in fd kernel. [Antonio Stanziola]
17-
18-
* Added jaxlib to requirements for CI. [Antonio Stanziola]
19-
20-
* Error on 3d staggered derivatives. [Antonio Stanziola]
21-
22-
### Features
23-
24-
* Heterogeneous laplacian. [Antonio Stanziola]
25-
26-
* Fourier field value on arbitrary point using __call__ method. [Antonio Stanziola]
27-
28-
* Automatically infer missing dimension for scalar fields. [Antonio Stanziola]
29-
30-
* Shift operator. [Antonio Stanziola]
31-
32-
* Staggering for Fourier differential operators. [Antonio Stanziola]
33-
34-
### Refactoring
35-
36-
* Updated docs. [Antonio Stanziola]
37-
38-
* Renamed ode variable update, removed wrong test in utils. [Antonio Stanziola]
39-
40-
* Updated support/packaging files. [Antonio Stanziola]
41-
42-
### Tests
43-
44-
* Increase core.py coverage. [Antonio Stanziola]
45-
46-
* Added FourierSeries gradient tests. [Antonio Stanziola]
47-
48-

jaxdf/__about__.py

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

0 commit comments

Comments
 (0)