Performance improvements minor version
Combining three different performance increase improvement changes for faster runs with less pandas and faster libraries.
What's Changed
- perf: speed up ocean energy-budget solver (~2x on thermal model) by @benmsanderson in #215
- perf: write result files via numpy savetxt instead of pandas to_csv by @benmsanderson in #217
- perf: replace per-year pandas scalar access with numpy arrays in run loop by @benmsanderson in #216
- Changelog fix for versionbump by @maritsandstad in #218
Full Changelog: v2.1.1...v2.1.2