Skip to content

Changelog

For a more detailed changelog see CHANGELOG on GitHub

1.6.2

1.6.2 (2025-02-24)


1.6.0

1.6.0 (2024-11-06)

Features

  • plot_track_zones: Add option to visualize as Pie Chart (5ad0669)


1.5.0

1.5.0 (2024-10-23)

Features

  • track: Add method for stripping track of all but one segment and removing specific segments (#26) (cbc1ec5)


1.4.4

1.4.4 (2024-08-02)


1.4.3

1.4.3 (2024-08-01)


1.4.2

1.4.2 (2024-08-01)


1.4.1

1.4.1 (2024-08-01)

Bug Fixes

  • profiles: Velocity could not be plotted as secondary due to column/name conflict (41132db)


1.4.0

1.4.0 (2024-05-25)

Features


1.3.2

1.3.2 (2024-04-09)

Bug Fixes

  • profiles: Segment border crashed with partial data (#24) (5cf727f)


1.3.1

1.3.1 (2024-03-02)

Bug Fixes

  • visualization: Segment borders in profile plots are now drawn at the correct points (f5b71b9)


1.3.0

1.3.0 (2024-03-02)

Features

  • visualization: Profile plots can display borders between segments/laps in track (2c18cd8)
  • Track: plot method can be constrained to a subset of segments (#19) (56adca4)
  • FITTrack: Save laps as segments and deal with missing elevation data (9beb65a)


1.2.0

1.2.0 (2024-01-28)

Code Refactoring

  • get_closest_point: n_segment type hint and docstring reflects that full track can be used (453d0dd)
  • cli tools are available via extra cli (#17) (712e59c)


1.1.2

1.1.2 (2024-01-14)

Features

  • Convert model dataclasses to pydantic models (#16) (488600b)
  • enhance-elevation cli (#15) (9318d93)
  • visualize: Adding function for plotting data of multiple tracks (9b96054)


1.0.0

1.0.0 (2023-12-04)

Release of first non-development version of the package on PyPi 🎉

Full Changelog: https://github.com/kschweiger/track_analyzer/compare/0.5.3...1.0.0


0.5.1

0.5.1 (2023-12-03)

0.5.0 (2023-12-03)

Features

  • Interpolation includes extentions heartrate, cadence, power (#13) (e777fa1)
  • visualize.map: Adding map_style and line_width for map plot functions (0beaec2)
  • Track: Adding split method (#11) (3ac4a42)
  • Track: Added plot method (#9) (d71b888)

Bug Fixes

  • plot_segments_on_map: Plot now works with tracks w/o time (4789ddb)
  • Track DataFrame with multiple segments was missing datapoints (975f1f9)

Code Refactoring

  • Renamed package to geo-track-analyzer (13779ef)