Releases: DCC-Lab/myTk
Releases · DCC-Lab/myTk
v1.0.2
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.0
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)