v0.2.0
TestParticle v0.2.0
Closed issues:
- Compatibility with DifferentialEquations 2.0 (#21)
- Incorrectly defining variables for magnetic and electric field (#22)
- Some problems about relativistic cases (#25)
- Run benchmarks in Continuous Integration (#26)
- Compatibility with the latest version of OrdinaryDiffEq (#27)
- Breaking Interpolations.jl dependency in PkgBenchmark? (#32)
- The equations of motion in
trace_relativistic
are not correct. (#34) - Support 2D fields (#41)
- Precompilation (#43)
Merged pull requests:
- fix a bug and a typo (#23) (@TCLiuu)
- unify the trace functions of numerical and analytical fields (#24) (@TCLiuu)
- add benchmark (#28) (@TCLiuu)
- add support for time-dependent fields and unify the interfaces of
trace
andtrace_full
(#29) (@TCLiuu) - CompatHelper: bump compat for Interpolations to 0.14 (#30) (@github-actions[bot])
- CompatHelper: bump compat for Meshes to 0.22, (keep existing compat) (#31) (@github-actions[bot])
- add a rule for the conflict between
BenchmarkCI
andCompatHelper
(#33) (@TCLiuu) - relativistic particle (#35) (@TCLiuu)
- add plot recipes (#38) (@TCLiuu)
- CompatHelper: bump compat for Meshes to 0.23, (keep existing compat) (#39) (@github-actions[bot])
- CompatHelper: bump compat for Meshes to 0.24, (keep existing compat) (#40) (@github-actions[bot])
- Support normalized units and 2D fields (#42) (@henry2004y)
- add some examples (#44) (@TCLiuu)
- CompatHelper: bump compat for Meshes to 0.25, (keep existing compat) (#45) (@github-actions[bot])
- Precompile (#46) (@henry2004y)