Added the `PDE` class that allows defining partial differential equations from simple expressions. This version also fixed multiple smaller bugs and adds some improvements.
0.5
The release accompanying the JOSS paper "py-pde: A Python package for solving partial differential equations".
0.4
* Added the possibility to solve Poisson's and Laplace's equation * Much improved documentation
0.3
Cleaned the package a bit by removing unnecessary code and refactoring the structure. In particular, the Controller is now located in the solvers package.
0.2.1
Added this release to allow publishing the py-droplets package.
0.2
This release consolidates the latest improvements for a release that is references in the accompanying submission of the py-pde manuscript.