Trackintel

Latest version: v1.3.1

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

Scan your dependencies

Page 1 of 5

1.3.1

What's Changed
* ENH: remove pint dependency by bifbof in https://github.com/mie-lab/trackintel/pull/591
* BUG: `calculate_distance_matrix` computes all pairs by bifbof in https://github.com/mie-lab/trackintel/pull/594
* TST: correct calculate_dist_matrix test by bifbof in https://github.com/mie-lab/trackintel/pull/595
* ENH: remove .apply in predict_transport_mode by bifbof in https://github.com/mie-lab/trackintel/pull/596
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/mie-lab/trackintel/pull/597
* CLN: update license, remove unused imports by bifbof in https://github.com/mie-lab/trackintel/pull/598
* ENH: Change AttributeError to ValueError by bifbof in https://github.com/mie-lab/trackintel/pull/599
* ENH: add buffer to all generated locs by hongyeehh in https://github.com/mie-lab/trackintel/pull/601
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/mie-lab/trackintel/pull/603
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/mie-lab/trackintel/pull/604
* BUG: catch `_constructor_from_mgr` from geopandas by bifbof in https://github.com/mie-lab/trackintel/pull/606
* ENH: overlapping triplegs by munterfi in https://github.com/mie-lab/trackintel/pull/607
* DOC/TST: generate tripleg by hongyeehh in https://github.com/mie-lab/trackintel/pull/609
* BLD: new release info by hongyeehh in https://github.com/mie-lab/trackintel/pull/612

New Contributors
* munterfi made their first contribution in https://github.com/mie-lab/trackintel/pull/607

**Full Changelog**: https://github.com/mie-lab/trackintel/compare/v1.2.4...v1.3.1

1.2.4

What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/mie-lab/trackintel/pull/580
* BUG: raise Error for missing files in read_gpx by bifbof in https://github.com/mie-lab/trackintel/pull/581
* DOC: fix link in `read_geolife` by bifbof in https://github.com/mie-lab/trackintel/pull/577
* BUG: calculate duration in radius_gyration by bifbof in https://github.com/mie-lab/trackintel/pull/578
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/mie-lab/trackintel/pull/583
* DOC: add util functions into docs by hongyeehh in https://github.com/mie-lab/trackintel/pull/585
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/mie-lab/trackintel/pull/587
* DOC: add results to tutorial by hongyeehh in https://github.com/mie-lab/trackintel/pull/586
* TST: Fix pandas warning by hongyeehh in https://github.com/mie-lab/trackintel/pull/584
* ENH: multiprocessing for generate_tours by hongyeehh in https://github.com/mie-lab/trackintel/pull/588
* CLN: move spatial_filter to geogr module by hongyeehh in https://github.com/mie-lab/trackintel/pull/589
* BLD: new-release by hongyeehh in https://github.com/mie-lab/trackintel/pull/590


**Full Changelog**: https://github.com/mie-lab/trackintel/compare/v1.2.3...v1.2.4

1.2.3

What's Changed
* BLD: increase geopandas version by bifbof in https://github.com/mie-lab/trackintel/pull/495
* ENH: separate read_gpd kwargs into own variable by bifbof in https://github.com/mie-lab/trackintel/pull/494
* ENH: Store trips list as JSON in postgis by bifbof in https://github.com/mie-lab/trackintel/pull/496
* BUG: Read csv lists correctly by bifbof in https://github.com/mie-lab/trackintel/pull/492
* BUG: Handle empty data in FREQ location_identifier by bifbof in https://github.com/mie-lab/trackintel/pull/497
* ENH: add kwarg to generate_locations to filter for activities by bifbof in https://github.com/mie-lab/trackintel/pull/493
* TST: add test for no extent column in locations_csv by bifbof in https://github.com/mie-lab/trackintel/pull/498
* TST: remove unnecessary assert statements from tests by bifbof in https://github.com/mie-lab/trackintel/pull/499
* TST: remove unnecessary asserts in tests by bifbof in https://github.com/mie-lab/trackintel/pull/501
* BLD: remove unused appveyor folder by bifbof in https://github.com/mie-lab/trackintel/pull/504
* ENH: remove caching in DataFrame accessors by bifbof in https://github.com/mie-lab/trackintel/pull/505
* ENH: warn in `read_postgis_` functions if no index column is provided by bifbof in https://github.com/mie-lab/trackintel/pull/502
* CLN: remove all unused imports by bifbof in https://github.com/mie-lab/trackintel/pull/507
* CLN: replace `%s` and `.format` with fstrings by bifbof in https://github.com/mie-lab/trackintel/pull/508
* ENH: Use of subtyping instead of accessors by bifbof in https://github.com/mie-lab/trackintel/pull/490
* ENH: enable subclassing for Staypoints by bifbof in https://github.com/mie-lab/trackintel/pull/509
* ENH: enable subclassing for Triplegs by bifbof in https://github.com/mie-lab/trackintel/pull/510
* ENH: enable subclassing for Locations by bifbof in https://github.com/mie-lab/trackintel/pull/511
* ENH: Rework visualization module by bifbof in https://github.com/mie-lab/trackintel/pull/513
* DOC: Include `pip` downloads by abcnishant007 in https://github.com/mie-lab/trackintel/pull/515
* BUG: enable non-numeric dtypes in generate_triplegs by bifbof in https://github.com/mie-lab/trackintel/pull/516
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/mie-lab/trackintel/pull/517
* CLN: fix flake8 linting errors by bifbof in https://github.com/mie-lab/trackintel/pull/519
* BLD: replicate local environment.yml for CI by bifbof in https://github.com/mie-lab/trackintel/pull/524
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/mie-lab/trackintel/pull/523
* ENH: remove `is_datetime64tz_type` by bifbof in https://github.com/mie-lab/trackintel/pull/522
* CLN: fix deprecation warnings for `fillna` and `.agg` by bifbof in https://github.com/mie-lab/trackintel/pull/525
* CLN: fix deprecation warnings for `.idxmax` and `.loc[]` by bifbof in https://github.com/mie-lab/trackintel/pull/526
* ENH: Add subclassing for trips by bifbof in https://github.com/mie-lab/trackintel/pull/518
* ENH: enable subclassing for tours by bifbof in https://github.com/mie-lab/trackintel/pull/530
* TST: remove debug print statements by bifbof in https://github.com/mie-lab/trackintel/pull/531
* ENH: combine `TrackintelGeoDataFrame` and `TrackintelGeoDataFrameWithFallback` into one class by bifbof in https://github.com/mie-lab/trackintel/pull/533
* ENH: clean up __init__ files by bifbof in https://github.com/mie-lab/trackintel/pull/536
* ENH: rework geogr module by bifbof in https://github.com/mie-lab/trackintel/pull/537
* ENH: add doc decorator by bifbof in https://github.com/mie-lab/trackintel/pull/539
* ENH: remove all potential circular imports from Postfixes by bifbof in https://github.com/mie-lab/trackintel/pull/540
* ENH: speedup to_csv functions by bifbof in https://github.com/mie-lab/trackintel/pull/548
* ENH: Remove all potential import circles by copying docstrings by bifbof in https://github.com/mie-lab/trackintel/pull/541
* ENH: vectorize Timestamp calculations by bifbof in https://github.com/mie-lab/trackintel/pull/549
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/mie-lab/trackintel/pull/553
* ENH: remove _check to do validation explicitly by bifbof in https://github.com/mie-lab/trackintel/pull/550
* ENH: generating functions returns trackintel classes by bifbof in https://github.com/mie-lab/trackintel/pull/554
* ENH: replace all `as_xyz` with method calls by bifbof in https://github.com/mie-lab/trackintel/pull/557
* DOC: update README by bifbof in https://github.com/mie-lab/trackintel/pull/558
* ENH: Enable generate_trips for staypoints by bifbof in https://github.com/mie-lab/trackintel/pull/561
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/mie-lab/trackintel/pull/562
* ENH: add radius of gyration by bifbof in https://github.com/mie-lab/trackintel/pull/563
* DOC: fix indention by bifbof in https://github.com/mie-lab/trackintel/pull/564
* ENH: add `jump_length` metric by bifbof in https://github.com/mie-lab/trackintel/pull/566
* ENH: Reexport functions from modules by bifbof in https://github.com/mie-lab/trackintel/pull/567
* DOC: replace accessor docs with new class style by bifbof in https://github.com/mie-lab/trackintel/pull/568
* DOC: fix docstring for `Staypoints.jump_length` by bifbof in https://github.com/mie-lab/trackintel/pull/569
* ENH: Add gpx reader for single user by bifbof in https://github.com/mie-lab/trackintel/pull/570
* DOC: fix docstrings by bifbof in https://github.com/mie-lab/trackintel/pull/571
* BLD: new release number by hongyeehh in https://github.com/mie-lab/trackintel/pull/572


**Full Changelog**: https://github.com/mie-lab/trackintel/compare/v1.2.2...v1.2.3

1.2.2

What's Changed
* BUG: fix tripleg generation from positionfixes with string user ID by NinaWie in https://github.com/mie-lab/trackintel/pull/474
* add progress_bar to function generate_tripleg by keshoujing in https://github.com/mie-lab/trackintel/pull/475
* ENH: replace pygeos with calls to shapely 2.0 by bifbof in https://github.com/mie-lab/trackintel/pull/477
* ENH: remove as_staypoints calls from location_identification by bifbof in https://github.com/mie-lab/trackintel/pull/478
* ENH: add development environments by bifbof in https://github.com/mie-lab/trackintel/pull/480
* BLD: remove unused dependency virtualenv by bifbof in https://github.com/mie-lab/trackintel/pull/483
* ENH: remove warning suppression by bifbof in https://github.com/mie-lab/trackintel/pull/481
* DOC: change contributing file for performance benchmarking by hongyeehh in https://github.com/mie-lab/trackintel/pull/482
* DOC: Update ASV-BENCHMARKING.md by abcnishant007 in https://github.com/mie-lab/trackintel/pull/484
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/mie-lab/trackintel/pull/487
* BLD: update version number by hongyeehh in https://github.com/mie-lab/trackintel/pull/489

New Contributors
* keshoujing made their first contribution in https://github.com/mie-lab/trackintel/pull/475

**Full Changelog**: https://github.com/mie-lab/trackintel/compare/v1.2.1...v1.2.2

1.2.1

Updated PyPI publishing yaml

**Full Changelog**: https://github.com/mie-lab/trackintel/compare/v.1.2.0...v1.2.1

v.1.2.0
What's Changed
* ENH: Add reader for MZMV 2015 by bifbof in https://github.com/mie-lab/trackintel/pull/448
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/mie-lab/trackintel/pull/465
* TXT: Fix warnings in tests by hong2223 in https://github.com/mie-lab/trackintel/pull/462
* TST: test error fixes with pandas 2.0 by hong2223 in https://github.com/mie-lab/trackintel/pull/470
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/mie-lab/trackintel/pull/469
* Fix:Replace eval expression by henrymartin1 in https://github.com/mie-lab/trackintel/pull/471

New Contributors
* pre-commit-ci made their first contribution in https://github.com/mie-lab/trackintel/pull/465

**Full Changelog**: https://github.com/mie-lab/trackintel/compare/v1.1.13...v.1.2

1.1.13

What's Changed
* Require shapely 1.8 by henrymartin1 in https://github.com/mie-lab/trackintel/pull/457
* ENH: Pre commit by hong2223 in https://github.com/mie-lab/trackintel/pull/459
* BLD: delete shapely version dependence by hong2223 in https://github.com/mie-lab/trackintel/pull/460
* BLD: prepare for new release by hong2223 in https://github.com/mie-lab/trackintel/pull/461


**Full Changelog**: https://github.com/mie-lab/trackintel/compare/v1.1.12...v1.1.13

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.