Movingpandas

Latest version: v0.17.2

Safety actively analyzes 621876 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.17.2

This minor release adds further improvements for MovingFeatures support by adding a function allowing one to parse the data from a dictionary directly (instead of having to read from a file):
* Adding read_mf_dict function by GaspardMerten in https://github.com/movingpandas/movingpandas/pull/357

What's Changed
* Add testing on py 3.9 by anitagraser in https://github.com/movingpandas/movingpandas/pull/347
* Improved docstrings, fixes 355 by anitagraser in https://github.com/movingpandas/movingpandas/pull/356
* Simplify code by eumiro in https://github.com/movingpandas/movingpandas/pull/343


**Full Changelog**: https://github.com/movingpandas/movingpandas/compare/v0.17.1...v0.17.2

0.17.1

This minor release returns support for Python 3.9,

What's Changed
* Simplify typing hint, fixes 345 by anitagraser in https://github.com/movingpandas/movingpandas/pull/346


**Full Changelog**: https://github.com/movingpandas/movingpandas/compare/v0.17...v0.17.1

0.17

New Features

* Improved MF-JSON support
* Ability to parse a MovingFeatureCollection from a json file by GaspardMerten in https://github.com/movingpandas/movingpandas/pull/330
* GeoDataFrame to MF-JSON by GaspardMerten in https://github.com/movingpandas/movingpandas/pull/325
* New OutlierCleaner by anitagraser in https://github.com/movingpandas/movingpandas/pull/334

What's Changed

* Improved hvplot interactive plots by anitagraser in https://github.com/movingpandas/movingpandas/pull/340 (fixes https://github.com/movingpandas/movingpandas/issues/339 and https://github.com/movingpandas/movingpandas/issues/302)
* Modernize code by eumiro in https://github.com/movingpandas/movingpandas/pull/328
* Adding the timestamp column to the df returned by get_locations_at for a TrajectoryCollection by GaspardMerten in https://github.com/movingpandas/movingpandas/pull/331
* Shortened function names from `get_xyz_column_name()` to [`get_xyz_col()`](https://movingpandas.readthedocs.io/en/main/trajectory.html#movingpandas.Trajectory.get_speed_col)
* Moved list of supported units from docstrings to https://movingpandas.org/units

New Contributors

* GaspardMerten made their first contribution in https://github.com/movingpandas/movingpandas/pull/325
* eumiro made their first contribution in https://github.com/movingpandas/movingpandas/pull/328

**Full Changelog**: https://github.com/movingpandas/movingpandas/compare/v0.16.1...v0.17

0.16.1

This minor release improves time zone handling and stop detection performance

What's Changed
* add return_orig_tz by raybellwaves in https://github.com/movingpandas/movingpandas/pull/315
* Faster stop detection by anitagraser in https://github.com/movingpandas/movingpandas/pull/316
* Update environment-minimum.yml by anitagraser in https://github.com/movingpandas/movingpandas/pull/317
* Create trajectorycleaner.rst by anitagraser in https://github.com/movingpandas/movingpandas/pull/319

**Full Changelog**: https://github.com/movingpandas/movingpandas/compare/v0.16...v0.16.1

0.16

New Features
* https://github.com/movingpandas/movingpandas/commit/fb1174b51f0ef31ce95ffc1403b78c7eff3642b7 New arrow markers to indicate trajectory direction in plots
* 234 New custom distance, speed, and acceleration unit support

![image](https://user-images.githubusercontent.com/590385/236670115-9eaea097-915b-42a1-913b-3a8bf7209540.png)
![image](https://user-images.githubusercontent.com/590385/236670127-020aab29-4e1e-4b6b-a8cc-c1e09e578543.png)

What's Changed
* Fix test failures after Pandas 2.0 release by anitagraser in https://github.com/movingpandas/movingpandas/pull/298
* Fix docstring typo in add_traj_id by rahfar in https://github.com/movingpandas/movingpandas/pull/301
* Move import to avoid errors in minimal test env by anitagraser in https://github.com/movingpandas/movingpandas/pull/305
* Drop any timezone info if df already has a DatetimeIndex by bamacgabhann in https://github.com/movingpandas/movingpandas/pull/306
* Added distance, speed, and acceleration unit handling (234) by bamacgabhann in https://github.com/movingpandas/movingpandas/pull/295
* Refactored unit handling by anitagraser in https://github.com/movingpandas/movingpandas/pull/312

New Contributors
* rahfar made their first contribution in https://github.com/movingpandas/movingpandas/pull/301
* bamacgabhann made their first contribution in https://github.com/movingpandas/movingpandas/pull/306

**Full Changelog**: https://github.com/movingpandas/movingpandas/compare/v.0.15...v0.16

Behind the scenes
* Finally enabled https for https://movingpandas.org

v.0.15
New features:

- https://github.com/anitagraser/movingpandas/commit/574506837f5e04f6e49ff1cd99da28bc54fc30ba New aggregation parameter (agg) for to_traj_gdf()
- https://github.com/anitagraser/movingpandas/issues/287 New get_segments_between function for TrajectoryCollection

Includes fixes and enhancements for:

- https://github.com/anitagraser/movingpandas/pull/280 Fixed error in docstring of TrajectoryCollectionAggregator
- https://github.com/anitagraser/movingpandas/issues/286 get_position_at now raises an error when the timestamp is outside the time range between the trajectory's start and end time
- https://github.com/anitagraser/movingpandas/issues/289 Addressed GeoPandas UserWarnings
- https://github.com/anitagraser/movingpandas/issues/290 Addressed FutureWarning in TrajectoryCollection and TrajectoryStopDetector
- https://github.com/anitagraser/movingpandas/issues/291 Addressed misleading MissingCRSWarnings

Behind the scenes:

- https://github.com/anitagraser/movingpandas/issues/282 More fixes for read the docs

0.14.rc1

New features:

- https://github.com/anitagraser/movingpandas/pull/268 New add_angular_difference method

Includes fixes and enhancements for:

- https://github.com/anitagraser/movingpandas/pull/267 Note that direction values are [0, 360) in documentation

Behind the scenes:

- https://github.com/anitagraser/movingpandas/pull/269 Fixed python dependencies
- https://github.com/anitagraser/movingpandas/pull/269 Fixed read the docs build

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.