Recent Releases of patkit

patkit - 0.18.2 - 2025-08-08

Highlights

  • Documentation update for installation, running, hotkeys and such. No changes in code.

- Python
Published by github-actions[bot] 11 months ago

patkit - 0.18.1 - 2025-08-07

Highlights

  • Switching between an exercise answer and the example answer in the GUI.

Fixed

  • When running as an exercise, after scrambling, saving the modified TextGrids no longer overwrites the example answer. Instead for this release saving TextGrids is disabled in exercise mode.

- Python
Published by github-actions[bot] 11 months ago

patkit - 0.18.0 - 2025-06-19

Highlights

  • Automated segmentation exercises are now becoming part of PATKIT.
  • As we are still in alpha, this is not the full final release. Only scrambling a TextGrid works at the moment.
    • There will be 0.18.x releases that add most of the rest of the functionality.
  • Some bugs have been fixed.

Added

  • Configuration, commands, and shortcuts for treating a directory as an exercise.
  • Audio only recordings.

Bugs

  • Saving TextGrids will overwrite the example answers to an exercise.

Fixed

  • File -> Open... works again.
  • Issue of hard coded time vector in GUI selection.
  • Waveform is no longer plotted in black in dark mode.

- Python
Published by github-actions[bot] about 1 year ago

patkit - 0.17.0 - 2025-05-28

Highlights

  • Improved zooming and panning:
    • Panning works.
    • Zooming has better short cut conformity.
  • New list view of recordings.

Added

  • Clickable list view of recordings.
  • Documentation for keyboard shortcuts.
  • New centering shortcut to center view at cursor.

Changed

  • Panning with keyboard shortcuts has been added.
  • Zooming shortcuts work more consistently.
  • Zooming centers on cursor if a cursor has been placed.

Fixed

  • Zoom commands no longer 'eat' the Ctrl+O for opening a directory. However, see the bug below.
  • There is a minimal three recording example again.

Bugs

  • When PATKIT first starts up, to start zooming you need to click on the main figure - also outside the graph areas will do. This is due to focus being in the 'Go to recording' field. This might or might not be changed in the future.
  • Zooming very far in makes the plotting behave strangely.
  • Ctrl+O crashes PATKIT probably because the directory opening code pre-dates the new directory structure.

- Python
Published by github-actions[bot] about 1 year ago

patkit - 0.16.0 - 2025-05-23

Highlights

  • New configuration and data management model separates recorded and PATKIT data into different directories.

Changed

  • Configuration now happens with files that are always named the same. Opening a directory that contains the correct config files is equivalent to opening the files.
  • Derived/saved data is stored in the same directory as the configuration files or in subdirectories.
  • PATKIT files apart from are no longer stored with recorded/external data.

Removed

  • The main config file has been removed.

Bugs

  • Exclusion lists are disabled until reimplementation in most likely version 0.20.

- Python
Published by github-actions[bot] about 1 year ago

patkit - 0.15.2 - 2025-04-22

{{steps.query-release-info.outputs.release-notes}}

- Python
Published by github-actions[bot] about 1 year ago

patkit - v0.14.2

Details in Changelog.

- Python
Published by github-actions[bot] about 1 year ago

patkit - v0.14.2a9

Details in Changelog.

- Python
Published by github-actions[bot] about 1 year ago

patkit - v0.14.2a8

Details in Changelog.

- Python
Published by github-actions[bot] about 1 year ago

patkit - v0.14.2a7

Details in Changelog.

- Python
Published by github-actions[bot] about 1 year ago

patkit - v0.14.1

Details in Changelog.

- Python
Published by github-actions[bot] over 1 year ago

patkit - Version 0.14.0

Details in the Changelog.

- Python
Published by giuthas over 1 year ago

patkit - Versio 0.13.0

Downsampling as described in the paper in ISSP 2024.

See the Changelog for details.

- Python
Published by giuthas over 1 year ago

patkit - Version 0.12.0

Interactive command line mode and Modality data exporting.

For details see Changelog.

- Python
Published by giuthas over 1 year ago

patkit - Version 0.11.0

Details in Changelog.

- Python
Published by giuthas over 1 year ago

patkit - Version 0.10.1

Remove some tracing left over from debugging.

See Changelog for details.

- Python
Published by giuthas over 1 year ago

patkit - Version 0.10.0

Tools for assessing ultrasound probe alignment.

See Changelog for more details.

- Python
Published by giuthas over 1 year ago

patkit - v0.9.0

Version 0.9

Making a quick proper release of this one with auto-generated content below to get into the habit of doing the releases also here on github. (This one actually came out already in April 2024.)

Update on 1.0

There will be a 1.0 release coming up. Between writing conference submissions and papers, finalizing the UI and internals into a properly functioning whole has been delayed. But as things stand a lot of the current roadmap to 1.0 will be moved to subsequent releases and 1.0 released as soon as the UI works as it should and is supported by saving and loading that don't need immediate changes. Since earlier promises of when 1.0 would happen have been what they have been, we'll just say 'near future' now in October of 2024.

What's Changed

  • Simulated data and sensitivity analysis by @giuthas in https://github.com/giuthas/satkit/pull/5

New Contributors

  • @giuthas made their first contribution in https://github.com/giuthas/satkit/pull/5

Full Changelog: https://github.com/giuthas/satkit/compare/v0.8.1...v0.9.0

- Python
Published by giuthas almost 2 years ago

patkit - Alpha release: Data structures in beta, new annotation interface

We skipped a version number (0.4) because a lot has changed in the code since the last version.

Status of different parts of the code:

  • The core data structures are now considered beta and will soon become a release candidate.
  • Data import is perhaps a bit less stable than the core data structures, but getting there as well.
  • The new PyQt-based annotation interface is in alpha and not totally complete.
  • Saving results is currently unsafe. Therefore, only run test SATKIT on copies of data, if you do.

  • Configuration files are becoming a reality, but will still change before reaching even alpha status.

  • Command line interface will change a lot before 1.0.

  • Scripting needs a lot of work and is tied to the command line interface work.

A roadmap to 1.0 will be published in the near future. Release of 1.0 is currently (Nov 2022) expected in the first week of 2023.

- Python
Published by giuthas over 3 years ago