Skip to content

Releases: mie-lab/trackintel

v1.3.1

18 Mar 16:46
2ad6aba
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.4...v1.3.1

v1.2.4

25 Dec 21:13
9a6363c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v1.2.4

v1.2.3

09 Nov 20:34
b43c225
Compare
Choose a tag to compare

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 and TrackintelGeoDataFrameWithFallback 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

25 Jul 19:32
eb7d6ce
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

20 Apr 14:24
Compare
Choose a tag to compare

Updated PyPI publishing yaml

Full Changelog: v.1.2.0...v1.2.1

v.1.2.0

20 Apr 07:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.13...v.1.2

v1.1.13

10 Feb 20:49
1261968
Compare
Choose a tag to compare

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

12 Dec 20:26
4495cbe
Compare
Choose a tag to compare

Full Changelog: v1.1.11...v1.1.12

v1.1.11

12 Dec 20:21
88ef62e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.10...v1.1.11

v1.1.10

23 Jun 15:31
5679496
Compare
Choose a tag to compare

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 to plot_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