| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| MobilityDB Release 1.3 source code.tar.gz | 2026-05-01 | 47.2 MB | |
| MobilityDB Release 1.3 source code.zip | 2026-05-01 | 48.1 MB | |
| README.md | 2026-05-01 | 1.7 kB | |
| Totals: 3 Items | 95.3 MB | 0 | |
Release of MobilityDB 1.3.0
MobilityDB 1.3.0 is a major release with respect to version 1.2. It introduces several new temporal types, an extended and streamlined MEOS/MobilityDB API, and support for the latest PostgreSQL 18 and PostGIS 3.6.
New temporal types
tgeometryandtgeographyrepresent the temporal evolution of any geometry type (polygon, multipoint, etc.). These types only allow discrete or stepwise interpolation between instants.tcbuffer(temporal circular buffer) represents a circular buffer (circle) whose position and radius change over time.tpose(temporal pose) stores the evolution of a pose (point position and orientation) over time.trgeometry(rigid temporal geometry) represents a fixed-shape polygon translating and rotating over time.
The tcbuffer, tpose, and trgeometry types support discrete, stepwise, and linear interpolation. Refer to the MobilityDB 1.3 documentation for full details on these new types.
Please note that
tcbuffer,tpose, andtrgeometryare still in development and are considered experimental.
Other changes
The MEOS and MobilityDB APIs have been extended with new functionality and streamlined to improve usability. Version 1.3 also enables the latest PostgreSQL 18 and PostGIS 3.6.
Migration note: the binary format of the temporal types changed between 1.2 and 1.3, so a backup and restore is required when upgrading from MobilityDB 1.2.
Changes w.r.t. v1.3.0rc1
- Minor bug in numspanset_shift_scale by @Davichet-e in https://github.com/MobilityDB/MobilityDB/pull/763
Full Changelog: https://github.com/MobilityDB/MobilityDB/compare/v1.2.1...v1.3.0