Skip to content

Releases: gereon-t/trajectopy

Trajectopy v2.2.2

09 Jan 08:43
Compare
Choose a tag to compare
  • detect unix time and plot as hh:mm:ss
  • fix session import / output

Trajectopy v2.2.1

08 Jan 09:29
Compare
Choose a tag to compare
  • Fix bug related to single deviation plots without rotations using matplotlib.

Trajectopy v2.2.0

03 Jan 15:22
Compare
Choose a tag to compare
  • Default to basic Matplotlib plotting for quick and simple plotting
  • Allow users to choose between Plotly based HTML reports or Matplotlib based plotting

Trajectopy v2.1.5

03 Jan 10:40
Compare
Choose a tag to compare
  • Include Windows executable
  • Update dependencies
  • Fix bugs related to multithreading
  • Fix deviation plotting bug
  • Fix pyInstaller spec file
  • Move to uv python package installer

Trajectopy v2.1.3

06 Dec 21:32
Compare
Choose a tag to compare

Overview

This release introduces significant changes to the package structure, improving modularity and usability. Key updates include:

Core Package Reintegration

  • The core implementation is now reintegrated into the main trajectopy package for easier access and streamlined development.

API Submodule

  • A new api submodule has been introduced to strictly separate the public API from the underlying implementation.

  • The api submodule provides interfaces that cover most common use cases, simplifying usage for general scripting and application development.

Optional GUI

  • The GUI functionality has been made optional, catering to users who only need scripting capabilities.

  • This change reduces the package’s footprint for non-GUI use cases and improves flexibility.