ESFEX v0.1.1
Patch release fixing crashes in the Studio Grid Builder and GeoJSON import flows.
Fixed
- Grid Builder demand forecast crash — the per-node demand forecast read
latitude/longitudeon grid nodes, butGuiNodeexposes its position as
centroid_lat/centroid_lng. Running the forecast raised
AttributeError: 'GuiNode' object has no attribute 'latitude'. - Fuel-entry-point duplication crash — duplicating a fuel entry point
nudgedcoordinate.latitude/.longitude, butGeoPointuseslat/lng. - GeoJSON fuel-entry import — fuel entry points were built with invalid
max_import_rate/import_costkeyword arguments; import parameters now pass
through thefuel_paramsmapping. - GeoJSON node import — nodes are created from
Pointfeatures and snapped
to the nearest existing node by great-circle (haversine) distance, instead of
always attaching to the first node.
Changed
- Native Julia test suite expanded from smoke tests to full unit and
end-to-end model-solve coverage, reported to Codecov under ajuliaflag.
Full changelog: v0.1.0...v0.1.1