- Remove extraneous debug print statements
- Add service/schema attributes
- Add attribute for hidden field
- PyPI upgraded to Python3
- See dashboards in a workbook
- Add shapes property
- Add custom sql
- Drop python 2, add up through 3.9
- Fix bug in xfile that overwrote the namespace name when saving a document
- Initial SQL and query banding support (#123)
- Fixed bug in xfiles to allow opening workbooks with external file caches (#117, #118)
- Code Cleanup (#120, #121)
- Added Py36 support (#124)
- Switched to pycodestyle from pip8 on travis runs (#124)
- Added ability to set the port for connections (#97)
- Added ability to read and write caption for datasources (#99)
- Added documentation
- Add ability to remove repository location (#86)
- Fixed bug in connection parsing when federated connections are present (#87)
- Fixed bug in UNICODE support (#80)
- Added basic connection class retargeting (#65)
- Added ability to create a new connection (#69)
- Added description to the field object (#73)
- Improved Test Coverage (#62, #67)
- Added support for loading twbx and tdsx files (#43, #44)
- Added Fields property to datasource (#45)
- Added Example for using the Fields Property (#51)
- Added Ability to get fields used by a specific sheet (#54)
- Code clean up and test reorganization
- Initial Release to the world