Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 797 Bytes

CHANGELOG.md

File metadata and controls

18 lines (15 loc) · 797 Bytes

Changelog

Version 1.11

  • First release.

Version 1.12

  • [Fix] Replaced Bag objects with ArrayList objects (usually for MasonGeometry objects).
  • [Fix] Class names: GeomVectorField merged into --> VectorLayer (previously a subclass of GeomVectorField), GeomGridField --> GridLayer, Field --> Layer.
  • [Enhancement] Cleaned code; replaced inefficient for loops inherited from GeoMason; simplified partly redundant functions.
  • [Enhancement] Removed specific attributes in the sim.graph package for better generalisation.

Version 1.14

  • [Enhancement] Cleaned code; removed/simplified redundant functions. Simplified class SubGraph and added some utilities.
  • [Enhancement] Replaced ArrayList/HashMap with generic types List/Map