1.0.2
New stuff:
- TM1Object (Parent class of Subset, Process, Dimension, etc.) now has eq, ne magic methods. Allows to compare instances of Subset, Dimension, etc for equality with ==, =!
- RESTService can now be instantiated with 'session_id' parameter. Useful to avoid (unreasonably expensive) CAM Authentication when executing Python from another (REST) TM1 client
- Refactoring of RESTService
- get_cellset_cells_count function in CellService
- build_cellset_from_pandas_dataframe function in Utils class
- compile_process function added to ProcessService
- Tests now use config.ini file
- Execute_mdx_cell_values_only function to query cell-values only