Tags give the ability to mark specific points in history as being important
- Support TurbulenceField.uvw being a lazy loaded xarray (xr.open_dataarray), which keeps memory usage at a minimum - New MemmapMannTurbulenceField utilizing the memory-saving feature (turbulence data not loaded into memory and scaling occurs on the fly when requesting the data)
Changing cfloat to complex in constraining scripts
Fix name in case seed is None Replace double_xyz argument with bounds in from_bladed
- Add bounds option Warning which limits to edge values and give a warning - import right Enum
- support offset_xyz - custom bounds in interpolation (mirror, repeat, error) - to_hawc2 returns a htc.wind section
add get_alpha_epsilon method
Fix an interpolation error occuring when requesting very small negative numbers, e.g. -1e-14
Let the spectrum lookup-table interpolator return 0 outside the table bounds instead of nan
add double_xyz to xarray and netcdf + link double_x with double_xyz[0] etc