What's Changed
* Removed coordination normalization from transform calls by david-zwicker in https://github.com/zwicker-group/py-pde/pull/214
* Removed temporary pin of pytest version by david-zwicker in https://github.com/zwicker-group/py-pde/pull/215
* Removed unnecessary field copy from ConsistencyTracker by david-zwicker in https://github.com/zwicker-group/py-pde/pull/216
* Removed CartesianGridBase by david-zwicker in https://github.com/zwicker-group/py-pde/pull/218
* Added anti-periodic boundary conditions by david-zwicker in https://github.com/zwicker-group/py-pde/pull/219
* Fixed a bug in the adaptive stepper that occured when error vanished by david-zwicker in https://github.com/zwicker-group/py-pde/pull/223
* Refactored explicit stepper to be structured more clearly by david-zwicker in https://github.com/zwicker-group/py-pde/pull/224
* Updated requirements by david-zwicker in https://github.com/zwicker-group/py-pde/pull/225
* Allowed creating fields from expressions that cannot be vectorized by david-zwicker in https://github.com/zwicker-group/py-pde/pull/228
* Added `evaluate` function by david-zwicker in https://github.com/zwicker-group/py-pde/pull/231
**Full Changelog**: https://github.com/zwicker-group/py-pde/compare/v0.18.0...v0.19.0