Skip to content

1.0.2

Compare
Choose a tag to compare
@MariusWirtz MariusWirtz released this 04 Jun 20:33
· 1134 commits to master since this release

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