Releases: cubewise-code/tm1py
Releases · cubewise-code/tm1py
1.0.0
- Workaround: Dimensionupdates now work. Related to: https://www.ibm.com/developerworks/community/forums/html/topic?id=75f2b99e-6961-4c71-9364-1d5e1e083eff&ps=25
- Delta request Support for TransactionLog and MessageLog. Sample:
https://github.com/cubewise-code/TM1py-samples/blob/master/Other/transactionlog%20delta%20requests.py - Read TM1 Application
https://github.com/cubewise-code/TM1py-samples/blob/master/Other/get%20TM1%20application.py - New Functions in ElementService -> get_all_leaves_under_consolidation and more
- 90+ automated Tests
0.1.8
- get_all_names function in ViewService
- disconnect_user function in MonitorService
- Test Improvements
0.1.7
- 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
0.1.5
0.1.4
0.1.3
- 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
- New Dimension create function without PATCH. So creating dimension on TM1 11 doesn't run into this bug anymore:
https://www.ibm.com/developerworks/community/forums/html/topic?id=75f2b99e-6961-4c71-9364-1d5e1e083eff&ps=25
0.1.1
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
First Release