Skip to content

Releases: infoscout/py-mstr

1.1.0

24 Jun 14:17
6f157da
Compare
Choose a tag to compare

RDL-4689: Add support for Python 2. #6

1.0.0

28 Apr 18:39
Compare
Choose a tag to compare

SUR-292: python 2 to python 3 conversion

0.2.2

01 Oct 19:04
Compare
Choose a tag to compare

Please see the CHANGELOG for the latest release notes.

0.2.0

08 Dec 22:19
Compare
Choose a tag to compare

Note: Future releases shown here will be tagged without release notes. Please see the CHANGELOG for the latest release notes.

Added

  • Miscellaneous repo quality improvements:
    • Added monitoring of code coverage using CodeCov
    • Fixed various linting errors
    • Added more classifiers to setup.py

Changed

  • FIX: Updated install_requires to require pyquery < 1.3.0 since 1.3.0 is not compatible with py-mstr
  • FIX: Updated maxCols in tests to reflect update in 0.1.1

Removed

  • Dropped Python 2.6 support

0.1.1

27 Jul 21:26
Compare
Choose a tag to compare

Loosened install_requires dependencies

0.1.0

31 Jul 07:41
Compare
Choose a tag to compare

Ability to connect to the MicroStrategy Web Task API. The most critical methods available through the API have been implemented, including the ability to execute a report with or without prompts.

Testing and documentation for version 0.1.0 is also complete.