Skip to content

Releases: cubewise-code/tm1py

1.0.0

14 Feb 21:46
Compare
Choose a tag to compare

0.1.8

03 Dec 12:36
Compare
Choose a tag to compare
  • get_all_names function in ViewService
  • disconnect_user function in MonitorService
  • Test Improvements

0.1.7

27 Nov 22:16
Compare
Choose a tag to compare
  • Attribute Creation Workaround to Create Dimensions (with Attributes) in PA 2.0.x
  • Bugfix in RESTService. Constructor can now handle namespace=None as a keyword argument (required for check.py sample to work with CAM)
  • Minor Test Improvements

0.1.6

07 Nov 22:04
Compare
Choose a tag to compare
  • TM1Service instance can be saved to file, so the session can be reused. #31
  • MDX against Dimensions now supported
  • #30

0.1.5

29 Oct 17:53
Compare
Choose a tag to compare

Bugfix in Process Implementation:
#28

0.1.4

22 Oct 15:37
Compare
Choose a tag to compare
  • Bugfix in Process Implementation:
    #28
  • Minor improvements in Tests

0.1.3

08 Oct 15:51
Compare
Choose a tag to compare
  • Introduction of 'base_url' parameter in RESTService constructor. Allows connecting to TM1 in the IBM cloud
  • Query transaction log through ServerService
  • New Module: TI Obufscator. Allows obfuscating TI processes
  • Beautification of unit tests
  • Hierarchy now has boolean attribute: 'balanced'
  • Version now property of TM1 Service

Bugfixes:

  • Groupnames no longer space sensitive

0.1.2

04 Sep 21:50
Compare
Choose a tag to compare

0.1.1

01 Sep 05:26
Compare
Choose a tag to compare
Release 0.1.1

- Create Hierarchies in HierarchyService implemented
- TM1Object as Parentclass for all TM1 Objects
- Unittests now generic (should run on every TM1 instance)
- Unittests now have one file where instance parameters are specified:
Tests/config.py
- Process class now works with TM1 10.2.2 and TM1 11
- Subsets are now Hierarchy Aware
- get_value function in cell_service to retrieve cell from
hierarchy-intersection (without MDX)
- data functions removed frm CubeService
- HTTP Headers in RESTService slightly ajusted to be OData compliant
- Minor Bugfixes
-- TM1py now returns ElementUniqueNames instead of MemberUniqueNames
when querying data through MDX or cubeviews

0.0.1

08 Aug 04:26
Compare
Choose a tag to compare

First Release