1.8.0 #619
MariusWirtz
started this conversation in
General
1.8.0
#619
Replies: 2 comments 3 replies
-
Glad to see the growth and new contributions. TM1py is definitely evolving! |
Beta Was this translation helpful? Give feedback.
2 replies
-
Good job all !
Op wo 29 sep. 2021 om 14:35 schreef Vinoth Kumar Ravi <
***@***.***>
Thanks to you too for the tremendous support with issues and in
analyzing/merging the new PRs.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#619 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEDHULPBAFVKGTKL3GC72BDUEMB2JANCNFSM5E7T5CTA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
…------
Best regards / Beste groeten,
Wim Gielis
MS Excel MVP 2011-2014
https://www.wimgielis.com <http://www.wimgielis.be>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Highlights
execute_mdx_dataframe
.This allows to query data and attribute data with a single query into one shared data frame.
write_async
andwrite_async_dataframe
functions withmax_workers
argument.This is essentially an easy way to speed up TM1 writeback through parallelization.
TM1 git support Support for Git #447
TM1py now allows you to manage the TM1 git repository. You can manage the TM1 database with git and TM1py.
New authentication mode based on
cam_passport
. Can be used from Jupyter within Cognos Analytics.New Features
tm1.power_bi.execute_mdx
function to provide data to PBI in the most friendly way TM1py returns hierarchy nodes in wrong “level” fields #476MDX PROPERTIES
inexecute_mdx_dataframe
PROPERTIES in MDX does not work #470cancel_at_timeout
argument to abort TM1 operation once thetimeout
is reachedexecute_mdx
,execute_view
:skip_cell_properties
,element_unique_names
to control shape of response dictionary f751edf, 6d9e520write_dataframe_async
function 94081ebwrite_async
function 3969c1dre_authenticate
function in TM1Service 2028d3dcam_passport
f070c06Fixes
timeout
2d0c555extract_cellset_raw
01eb4a7kwargs
delegation through call stack ee70f54WITH MEMBERS
combined withinclude_attributes=True
inexecute_mdx_dataframe
function Execute MDX Functions raise exceptions with "WITH MEMBER" is used in MDX #593WITH MEMBERS
combined withdisplay_attribute=True
inexecute_mdx_dataframe_shaped
function Execute MDX Functions raise exceptions with "WITH MEMBER" is used in MDX #593Acknowledgments
Big thanks to @lapstue, @kaleming, @beckyconning, @macsir, @jrobinsonAG, @tomasfelcman, @cwffonseca for contributing code to this release, and many others for reporting bugs and requesting features.
How to upgrade TM1py
To upgrade TM1py, just use the following command:
This discussion was created from the release 1.8.0.
Beta Was this translation helpful? Give feedback.
All reactions