Skip to content

Releases: DCC-Lab/myTk

v1.0.2

01 Mar 22:25

Choose a tag to compare

What's new

  • TabularData bug fixes: save() no longer destroys records, ordered_records() no longer infinite loops on orphans, consistent UUID handling, robust index resolution
  • 97% test coverage on TabularData (up from ~80%)
  • setuptools-scm: version is now derived from git tags automatically
  • Smaller package: excluded large data directories from wheel

Full changelog

v1.0.1...v1.0.2

v1.0.1

01 Mar 05:14

Choose a tag to compare

Fix README images on PyPI by using absolute GitHub URLs.

v1.0.0

01 Mar 05:04

Choose a tag to compare

myTk 1.0.0

First stable release of myTk — a wrapper for Tkinter for busy scientists.

Highlights

  • Full Google-style docstrings across the public API
  • Comprehensive Sphinx documentation on ReadTheDocs
  • Clean linting with ruff (D, B, SIM, N rules)
  • Categorized API reference (core, widgets, data, visualization, utilities)