We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80734ae commit e0cb8a1Copy full SHA for e0cb8a1
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Change Log / Release Log for fbpic
2
3
+## 0.21.0
4
+
5
+This release expands support for the PICMI interface, in particular for
6
+boosted-frame simulations. In addition, this release added the new optional
7
+argument `boost_positions_in_dens_func` to the function `add_new_species`.
8
+This allows the pass the density function directly in the lab frame.
9
+(See [463](https://github.com/fbpic/fbpic/pull/463))
10
11
## 0.20.4
12
13
This is a bug-fix release. It fixes an issue when using GPU Direct with
fbpic/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '0.20.4'
+__version__ = '0.21.0'
__doc__ = """
Fourier-Bessel Particle-In-Cell code (FBPIC)
0 commit comments