Releases: thoughtspot/thoughtspot_tml
Releases · thoughtspot/thoughtspot_tml
v2.3.0
v2.2.1
- Fix #25 |
sage_config
missing from Worksheet and Model spec - Better typing and error messaging in library internals
Full Changelog: v2.2.0...v2.2.1
v2.2.0
- Add support for ThoughtSpot Cloud 10.5.0
- Add CONTRIBUTING.md and modernize the CI toolchain
- Clean
_scriptability.py
generator code and make it more robust - Pin
betterproto == 2.0.0b6
(avoid #24) - Removed support for Python 3.8
Full Changelog: v2.1.1...v2.2.0
v2.1.1
- Fallback to Python
Dumper
/Loader
instead ofCDumper
/CLoader
when LibYAML not available
Full Changelog: v2.1.0...v2.1.1
v2.1.0
- Added support for ThoughtSpot Connection TML
- Added support for ThoughtSpot Model TML [ #22 | @saurabhsingh1608 ]
- Switched to
yaml.CDumper
for a 3x speedup in read/write to TML files - Removed support for legacy ThoughtSpot Pinboard TML (deprecated, routes to Liveboard)
- Removed support for Python 3.7
Full Changelog: v2.0.16...v2.1.0
v2.0.16
v2.0.15
- Fixed an issue with reserved python keywords in Models and
TML.to_dict()
Full Changelog: v2.0.14...v2.0.15
v2.0.14
- Added an example of Parsing a directory of TML to display summary information (eg. to support git operations)
- Add support for ThoughtSpot Models -resolves #18
- Removed restriction on Python 3.12
- Internal cleanups around code quality and mentions
Full Changelog: v2.0.13...v2.0.14