Skip to content
Snippets Groups Projects
Unverified Commit 42fd7f70 authored by Stephan Kuschel's avatar Stephan Kuschel Committed by GitHub
Browse files

Merge pull request #194 from skuschel/v0.4

bump to v0.4
parents 50fbf4ea c91e5a21
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