Releases: mie-lab/trackintel
Releases · mie-lab/trackintel
v1.3.1
What's Changed
- ENH: remove pint dependency by @bifbof in #591
- BUG:
calculate_distance_matrix
computes 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_mgr
from 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_geolife
by @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
%s
and.format
with 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
pip
downloads 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_type
by @bifbof in #522 - CLN: fix deprecation warnings for
fillna
and.agg
by @bifbof in #525 - CLN: fix deprecation warnings for
.idxmax
and.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
TrackintelGeoDataFrame
andTrackintelGeoDataFrameWithFallback
into 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_xyz
with 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_length
metric 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_length
by @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
v1.1.12
Full Changelog: v1.1.11...v1.1.12
v1.1.11
What's Changed
- BUG: fix typo in progress bar printing by @NinaWie in #441
- ENH: Airspeed velocity based continuous integration by @abcnishant007 in #440
- ENH: Added asv benchmark badge by @abcnishant007 in #445
- BUG: fixed setting crs for tripleg generation by @NinaWie in #446
- DOC: Integrate ASV-Documentation with CONTRIBUTING.MD by @abcnishant007 in #447
- BUG: fix index error pfs_mean_speed by @bifbof in #450
- ENH: add centroid method for angles by @bifbof in #453
Full Changelog: v1.1.10...v1.1.11
v1.1.10
What's Changed
- PERF: faster mode for only floats in haversine distance by @bifbof in #435
- ENH: generalize
_generate_locations_per_user
by @bifbof in #431 - ENH: add
**kwargs
toplot_modal_split
by @bifbof in #428 - ENH: Catch warnings of shapely-numpy conversion. by @bifbof in #432
- TST: Failing tests because of geopandas 0.11 by @bifbof in #439
Full Changelog: v1.1.9...v1.1.10