Skip to content

Commit e0cb8a1

Browse files
committed
Update version number and CHANGELOG
1 parent 80734ae commit e0cb8a1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log / Release Log for fbpic
22

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+
311
## 0.20.4
412

513
This is a bug-fix release. It fixes an issue when using GPU Direct with

fbpic/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.20.4'
1+
__version__ = '0.21.0'
22
__doc__ = """
33
Fourier-Bessel Particle-In-Cell code (FBPIC)
44

0 commit comments

Comments
 (0)