Skip to content

Releases: S-C-O-U-T/Pyadomd

Release 7.0

22 Jan 08:32
7a8f160
Compare
Choose a tag to compare

Bug fix issue #14 merge PR #15

Fix missing .Net data type conversion.

Adds the following:

.Net data type -> Python data type

Single-> float
UInt16 -> int

Sixth release

31 Aug 18:24
b149f3b
Compare
Choose a tag to compare

Bug fix issue #8 merge PR #9

Fix missing .Net data type conversion.

Adds the following:

.Net data type -> Python data type

  • Guid -> str
  • UInt32 -> int
  • Int32 -> int
  • Int16 -> int

Fifth release

14 Aug 15:04
Compare
Choose a tag to compare

Bug fix: Issue #6 data types:

  • System.Boolean: False -> False of type bool
  • System.Int64: 0 -> 0 of type int
  • System.UInt64: 0 -> 0 of type int
  • System.Decimal: 0.0 -> 0.0 of type float
  • System.Double: 0.0 -> 0.0 of type float

Fourth release

26 May 19:34
Compare
Choose a tag to compare

Bug fix #5 exception when converting type uint64

Third Release

21 Jun 20:19
Compare
Choose a tag to compare

Added support for python 3.8

Second release

26 May 06:26
Compare
Choose a tag to compare

Bug fix: System.Object Key error

First release

03 Feb 06:01
Compare
Choose a tag to compare

A pythonic approach to query SSAS data models