Releases: mie-lab/trackintel
Releases · mie-lab/trackintel
v1.4.2
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #650
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #652
- BLD: update env dependency by @hongyeehh in #654
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #653
- BLD: update dependency by @hongyeehh in #655
- BLD: update release number by @hongyeehh in #656
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #642
- TST: Fix tests by @hongyeehh in #643
- TST: fix inheritance class type error by @hongyeehh in #646
- BLD: Rst check by @hongyeehh in #649
- BLD: new release num by @hongyeehh in #648
Full Changelog: v1.3.2...v1.4.1
v1.3.2
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #613
- Add bug report template by @bifbof in #617
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #618
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #620
- Fix deprecation warning osmnx by @bifbof in #621
- Fix
raveldeprecation warning forSeriesby @bifbof in #622 - fix deprecation warning for
inplaceby @bifbof in #623 - TST: capture expected warning by @bifbof in #624
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #625
- TST: ignore
pygriodefault int32 type by @bifbof in #626 - update AUTHORS.md by @bifbof in #629
- TST: fix ton of warnings by @bifbof in #627
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #630
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #631
- TST: update test environment by @hongyeehh in #632
- DOC: fix readthedoc by @hongyeehh in #633
- CLN: black format by @hongyeehh in #634
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #636
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #637
- [DOC] Fix incorrect import path of temporal_tracking_quality function in README example by @ykangw in #638
- BLD: new release by @hongyeehh in #640
New Contributors
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- ENH: remove pint dependency by @bifbof in #591
- BUG:
calculate_distance_matrixcomputes all pairs by @bifbof in #594 - TST: correct calculate_dist_matrix test by @bifbof in #595
- ENH: remove .apply in predict_transport_mode by @bifbof in #596
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #597
- CLN: update license, remove unused imports by @bifbof in #598
- ENH: Change AttributeError to ValueError by @bifbof in #599
- ENH: add buffer to all generated locs by @hongyeehh in #601
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #603
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #604
- BUG: catch
_constructor_from_mgrfrom geopandas by @bifbof in #606 - ENH: overlapping triplegs by @munterfi in #607
- DOC/TST: generate tripleg by @hongyeehh in #609
- BLD: new release info by @hongyeehh in #612
New Contributors
Full Changelog: v1.2.4...v1.3.1
v1.2.4
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #580
- BUG: raise Error for missing files in read_gpx by @bifbof in #581
- DOC: fix link in
read_geolifeby @bifbof in #577 - BUG: calculate duration in radius_gyration by @bifbof in #578
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #583
- DOC: add util functions into docs by @hongyeehh in #585
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #587
- DOC: add results to tutorial by @hongyeehh in #586
- TST: Fix pandas warning by @hongyeehh in #584
- ENH: multiprocessing for generate_tours by @hongyeehh in #588
- CLN: move spatial_filter to geogr module by @hongyeehh in #589
- BLD: new-release by @hongyeehh in #590
Full Changelog: v1.2.3...v1.2.4
v1.2.3
What's Changed
- BLD: increase geopandas version by @bifbof in #495
- ENH: separate read_gpd kwargs into own variable by @bifbof in #494
- ENH: Store trips list as JSON in postgis by @bifbof in #496
- BUG: Read csv lists correctly by @bifbof in #492
- BUG: Handle empty data in FREQ location_identifier by @bifbof in #497
- ENH: add kwarg to generate_locations to filter for activities by @bifbof in #493
- TST: add test for no extent column in locations_csv by @bifbof in #498
- TST: remove unnecessary assert statements from tests by @bifbof in #499
- TST: remove unnecessary asserts in tests by @bifbof in #501
- BLD: remove unused appveyor folder by @bifbof in #504
- ENH: remove caching in DataFrame accessors by @bifbof in #505
- ENH: warn in
read_postgis_functions if no index column is provided by @bifbof in #502 - CLN: remove all unused imports by @bifbof in #507
- CLN: replace
%sand.formatwith fstrings by @bifbof in #508 - ENH: Use of subtyping instead of accessors by @bifbof in #490
- ENH: enable subclassing for Staypoints by @bifbof in #509
- ENH: enable subclassing for Triplegs by @bifbof in #510
- ENH: enable subclassing for Locations by @bifbof in #511
- ENH: Rework visualization module by @bifbof in #513
- DOC: Include
pipdownloads by @abcnishant007 in #515 - BUG: enable non-numeric dtypes in generate_triplegs by @bifbof in #516
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #517
- CLN: fix flake8 linting errors by @bifbof in #519
- BLD: replicate local environment.yml for CI by @bifbof in #524
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #523
- ENH: remove
is_datetime64tz_typeby @bifbof in #522 - CLN: fix deprecation warnings for
fillnaand.aggby @bifbof in #525 - CLN: fix deprecation warnings for
.idxmaxand.loc[]by @bifbof in #526 - ENH: Add subclassing for trips by @bifbof in #518
- ENH: enable subclassing for tours by @bifbof in #530
- TST: remove debug print statements by @bifbof in #531
- ENH: combine
TrackintelGeoDataFrameandTrackintelGeoDataFrameWithFallbackinto one class by @bifbof in #533 - ENH: clean up init files by @bifbof in #536
- ENH: rework geogr module by @bifbof in #537
- ENH: add doc decorator by @bifbof in #539
- ENH: remove all potential circular imports from Postfixes by @bifbof in #540
- ENH: speedup to_csv functions by @bifbof in #548
- ENH: Remove all potential import circles by copying docstrings by @bifbof in #541
- ENH: vectorize Timestamp calculations by @bifbof in #549
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #553
- ENH: remove _check to do validation explicitly by @bifbof in #550
- ENH: generating functions returns trackintel classes by @bifbof in #554
- ENH: replace all
as_xyzwith method calls by @bifbof in #557 - DOC: update README by @bifbof in #558
- ENH: Enable generate_trips for staypoints by @bifbof in #561
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #562
- ENH: add radius of gyration by @bifbof in #563
- DOC: fix indention by @bifbof in #564
- ENH: add
jump_lengthmetric by @bifbof in #566 - ENH: Reexport functions from modules by @bifbof in #567
- DOC: replace accessor docs with new class style by @bifbof in #568
- DOC: fix docstring for
Staypoints.jump_lengthby @bifbof in #569 - ENH: Add gpx reader for single user by @bifbof in #570
- DOC: fix docstrings by @bifbof in #571
- BLD: new release number by @hongyeehh in #572
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- BUG: fix tripleg generation from positionfixes with string user ID by @NinaWie in #474
- add progress_bar to function generate_tripleg by @keshoujing in #475
- ENH: replace pygeos with calls to shapely 2.0 by @bifbof in #477
- ENH: remove as_staypoints calls from location_identification by @bifbof in #478
- ENH: add development environments by @bifbof in #480
- BLD: remove unused dependency virtualenv by @bifbof in #483
- ENH: remove warning suppression by @bifbof in #481
- DOC: change contributing file for performance benchmarking by @hongyeehh in #482
- DOC: Update ASV-BENCHMARKING.md by @abcnishant007 in #484
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #487
- BLD: update version number by @hongyeehh in #489
New Contributors
- @keshoujing made their first contribution in #475
Full Changelog: v1.2.1...v1.2.2
v1.2.1
Updated PyPI publishing yaml
Full Changelog: v.1.2.0...v1.2.1
v.1.2.0
What's Changed
- ENH: Add reader for MZMV 2015 by @bifbof in #448
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #465
- TXT: Fix warnings in tests by @hong2223 in #462
- TST: test error fixes with pandas 2.0 by @hong2223 in #470
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #469
- Fix:Replace eval expression by @henrymartin1 in #471
New Contributors
- @pre-commit-ci made their first contribution in #465
Full Changelog: v1.1.13...v.1.2
v1.1.13
What's Changed
- Require shapely 1.8 by @henrymartin1 in #457
- ENH: Pre commit by @hong2223 in #459
- BLD: delete shapely version dependence by @hong2223 in #460
- BLD: prepare for new release by @hong2223 in #461
Full Changelog: v1.1.12...v1.1.13