Skip to content

v0.0.5

Compare
Choose a tag to compare
@ClaasRostock ClaasRostock released this 22 Mar 13:16
· 56 commits to main since this release
36896ce

Changed

  • replaced black formatter with ruff formatter
  • src/maritime_schema/types/caga.py: class ShipStatic(): set the length, width, and shipType fields as Optional.
  • src/maritime_schema/types/caga.py: class TrafficSituation(): set the title field as Optional.
  • src/maritime_schema/types/caga.py: class Ship(): updated the waypoint field, so that if the class has initial data without waypoints, they will automatically be created.

Dependencies

  • added pyproj==3.6.1 (used for geodesic calculations)
  • updated to ruff==0.3.0 (from ruff==0.2.1)
  • updated to pyright==1.1.352 (from pyright==1.1.350)
  • removed black