Skip to content

v0.8.1

Latest
Compare
Choose a tag to compare
@xbgmsharp xbgmsharp released this 09 Jan 20:24
· 4 commits to main since this release

Re-Architected from the Ground Up

This version features a robust new core, optimized for performance and scalability. The revamped architecture ensures smoother operations and seamless integration.

Comprehensive Trip Logging

Analyze depth trends, fuel consumption, engine performance, and more to gain a deeper understanding of your vessel’s performance and optimize your adventures.

What's Changed

  • Full support for MobilityDB
  • Update documentation
  • Update tests to support for MobilityDB
  • Add new mobilityDB column
  • Remove deprecated column from api.logbook
  • Remove deprecated column from api.moorages
  • Update api.moorage_view, due to stay_duration column removal
  • Update stats_moorages_view, due to stay_duration column removal
  • Update stats_moorages_away_view, due to stay_duration column removal
  • Update public.logbook_update_metrics_short_fn, aggregate more metrics
  • Update public.logbook_update_metrics_fn, aggregate more metrics
  • Update public.logbook_update_metrics_timebucket_fn, aggregate more metrics
  • Update api.merge_logbook_fn, add support for mobility temporal type
  • Create api.export_logbook_geojson_point_trip_fn, transform spatiotemporal trip into a geojson with the corresponding properties
  • Update api.export_logbook_geojson_point_trip_fn, fix dynamic notes
  • Update api.stats_fn, due to reference_count and stay_duration columns removal
  • Update api.stats_stays_fn, due to reference_count and stay_duration columns removal
  • Update log_view with dynamic GeoJSON, change geojson export fn
  • Update delete_trip_entry_fn, support additional temporal sequence columns (depth,etc...)
  • Update export_logbook_geojson_trip_fn, update geojson from trip to geojson additional temporal sequence columns (depth,etc...)
  • Update api.export_logbook_geojson_point_trip_fn, update geojson from trip to geojson additional temporal sequence columns (depth,etc...)
  • Update public.process_lat_lon_fn remove deprecated moorages columns
  • Update logbook table, add support for mobility temporal type
  • Update public.badges_geom_fn remove track_geom and use mobilitydb trajectory
  • Update public.process_stay_queue_fn remove calculation of stay duration and count
  • Update public.badges_moorages_fn remove calculation of stay duration and count
  • Update api.find_log_from_moorage_fn using the mobilitydb trajectory
  • Update api.find_log_to_moorage_fn using the mobilitydb trajectory
  • Update api.delete_logbook_fn to delete moorage dependency using mobilitydb
  • Update public.qgis_bbox_py_fn to use mobilitydb trajectory
  • Update public.qgis_bbox_trip_py_fn to use mobilitydb trajectory
  • Update Self‐hosted-installation-guide on AWS.md by @mmdevs in #14

Full Changelog: v0.8.0...v0.8.1