Releases: davidelambert/tealc
Releases · davidelambert/tealc
0.2.0
Breaking Changes
- CLI syntax for
tealc sethas changed considerably- usage:
tealc set --length LENGTH --string <GAUGE MATERIAL PITCH> [--string <GAUGE MATERIAL PITCH> ...] [--si] [--title] - no
tealc set --file ...(seetealc file)
- usage:
- New, more intuitive setfile syntax (see README.md,
tealc file --help,tealc help, orhelp(tealc.SetFileParser)from a Python console.
Changes
- Transfer CLI backed to Click (previously argparse)
- Include tests for CLI
- New CLI command:
tealc file SETFILE: break out fromtealc setand use new setfile syntax. - New CLI command:
tealc materials: print the material code/description chart
Bugfixes
- Fix a bug wherein
StringSetwithsi=Truewould convert scale length from mm to inches twice, resulting in scale lengths of less than 1".
Full Changelog: 0.1.2...0.2.0
0.1.2
What's Changed
- rename project to tealc — Tension Estimate cALCulator
- bass strings support
- unit weight lookup data & interpolation models from 2 manufacturers (previously 1)
- drop attempts to support macOS
- officially support Linux and Windows only
- as a pure Python source-only package, it can run on any Python-supported platform, but macOS is annoying
Full Changelog: v0.1.1...0.1.2
0.1.1
Version 0.1.1
- First public beta release
- First PyPI release