Skip to content
Snippets Groups Projects
Commit c91e5a21 authored by Stephan Kuschel's avatar Stephan Kuschel
Browse files

bump to v0.4

parent 50fbf4ea
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,18 @@ ...@@ -2,6 +2,18 @@
## current master ## current master
## v0.4
2019-01-14
**Highlights**
* Improved interoperability with numpy:
* `Field` now understands most of numpy's broadcasting
* `Field` can be used as an argument to numpy's ufuncs.
* Import and export routines for `Field` incuding vtk, compatible with [paraview](https://www.paraview.org/).
* Coordinate mapping and transform for `Field`.
* Brand new `Multispecies.__call__` interface: This takes an expression, which is evaluated by `numexr`, increasing the speed of per-particle scalar computations strongly. It's also really user-friendly.
**Incompatible adjustments to previous version** **Incompatible adjustments to previous version**
* `postpic.Field` method `exporttocsv` is removed. Use `export` instead. * `postpic.Field` method `exporttocsv` is removed. Use `export` instead.
* `postpic.Field` method `transform` is renamed to `map_coordinates`, matching the underlying scipy-function. * `postpic.Field` method `transform` is renamed to `map_coordinates`, matching the underlying scipy-function.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment