0.36.0
This version contains a larger reorganization of the grid classes, where we now separated the calculations concerning coordinate systems in separate classes. This will make code cleaner in the longterm and allow us to support additional features more easily. However, this might also have introduced some bugs in the short-term.
What's Changed
- Added argument to determine offset for boundary points by @david-zwicker in #519
- Add
ylim
argument for line plots by @david-zwicker in #520 - Improved coordinate conversion capabilities by @david-zwicker in #523
- Improve merging color channels for field collections by @david-zwicker in #525
- Separate classes describing coordinate systems by @david-zwicker in #527
Full Changelog: 0.35.0...0.36.0