2.0 #1050
MariusWirtz
started this conversation in
General
2.0
#1050
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Highlights
1. Support for TM1 v12
TM1py now works with TM1 v12.
by @rclapp in #1000
2. CRUD operations to manage servers on v12
by @rclapp
3. Asynchronous
execute_mdx
functionsSpeed up your MDX executions by assigning more than one worker-thread in TM1.
by @vmitsenko in #935 and #1030
4. Hierarchy updates from data frames
Create and update TM1 hierarchies directly from pandas dataframes.
by @MariusWirtz in #944 and #1011
New Features, Improvements, and Bugfixes
get_elements_dataframe
with optionaluse_blob
by @MariusWirtz in Fix minor issues #908 and Issue/159 #1040write
withuse_blob
&use_ti
by @Kevin-Dekker in Spreading on write with use_blob & use_ti #909proxies
arg toTM1Service
by @MariusWirtz in Addproxies
arg toTM1Service
#911extract_cellset_raw
by @vmitsenko in Fixed wrong position brackets in extract_cellset_raw (ref to 883 issue) #923keep_existing_attributes
to dimension update function to fix keep_existing_attributes issue #922 by @hermie64 in Update DimensionService.py #924get_edges_under_consolidation
Function by @MariusWirtz in Addget_edges_under_consolidation
Function #927, Complete get_edges_under_consolidation #930_execute_view_csv_use_blob
by @MariusWirtz in Remove temp view in_execute_view_csv_use_blob
#959arranged_axes
arg toexecute_view_csv
functions by @MariusWirtz in Addarranged_axes
arg to execute_view_csv functions #961get_elements_dataframe
function result by @MariusWirtz in weight columns as optional in hierarchy df #975get_attribute_of_elements
function with numpy arrays by @MBonotto in allow np.arrays to be passed as 'elements' in the function 'get_attri… #987search_error_log_filenames
for Process Error Log Filenames by @adscheevel in Process Error Log Filenames #1004clear_view
arg inwrite_dataframe
by @MariusWirtz in Introduceclear_view
arg inwrite_dataframe
#1012replace_element
function to Hierarchy class by @MariusWirtz in Add replace_element function to Hierarchy class #1014update_or_create
function in ElementService.py by @yyzz1010 in added update_or_create function in ElementService.py #1018allow_empty_alias
argument toget_elements_dataframe
function by @MariusWirtz in Add allow_empty_alias argument to get_elements_df #1013execution_path
property toChore
class by @wimgielis in Update Chore.py #1021require_admin
decorators to more granularrequire_data_admin
etc. checks by @adscheevel in Require Admin function decorators enhance #1016extract_cellset_axes_raw_async
,extract_cellset_cell_async
andextract_cellset_axes_cardinality
by @vmitsenko in New extract_cellset_axes_raw_async, extract_cellset_cell_async and extract_cellset_axes_cardinality #957clear_with_dataframe
to clear cubes with dataframe Function cells.clear() can't deal with dimension hierarchies #1006 by @151N3 in New function clear_from_df() check https://github.com/cubewise-code/tm1py/issues/1006 #1026, Rename to clear_with_dataframe #1032get_values
by @raeldor in Feature/get values #1020restore_from_file
function by @MariusWirtz in Fix issue on restore_from_file #1039execute_mdx_dataframe
wheninclude_attributes
isTrue
by @Kevin-Dekker in Issue/empty string as nan in attribute #1045search_string_in_name
function to search for files in TM1 by @adscheevel in File service 202401 #1049Stats
How to upgrade TM1py
New Contributors
Full Changelog: 1.11.1...2.0
This discussion was created from the release 2.0.
Beta Was this translation helpful? Give feedback.
All reactions