Skip to content

Releases: davidelambert/tealc

0.2.0

23 Mar 22:39
dfc6b63

Choose a tag to compare

Breaking Changes

  • CLI syntax for tealc set has changed considerably
    • usage: tealc set --length LENGTH --string <GAUGE MATERIAL PITCH> [--string <GAUGE MATERIAL PITCH> ...] [--si] [--title]
    • no tealc set --file ... (see tealc file)
  • New, more intuitive setfile syntax (see README.md, tealc file --help, tealc help, or help(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 from tealc set and use new setfile syntax.
  • New CLI command: tealc materials: print the material code/description chart

Bugfixes

  • Fix a bug wherein StringSet with si=True would 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

21 Mar 00:18

Choose a tag to compare

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

11 Mar 01:06

Choose a tag to compare

0.1.1 Pre-release
Pre-release

Version 0.1.1

  • First public beta release
  • First PyPI release