Skip to content

v4.0.0

Compare
Choose a tag to compare
@vviau vviau released this 26 Apr 02:08
· 301 commits to master since this release

Bedrock version 4.0 is now available for download.

Minimum TM1 / IBM Planning Analytics Version

The latest release bedrock v4.0 is a complete reebuild of the bedrock library for Planning Analytics 2.x (TM1 Server 11.x). Due to incorporation of support for new Planning Analytics features (alternate hierarchies, temporary objects, processes execution on independent threads) please note that the minimum supported version is PA 2.0.6 (TM1 Server 11.4).

What do I need for v4?

For bedrock v4 the TI process source code has been split into 2 folders:

  • main: this contains all the bedrock 4 processes. For any new project using Planning Analytics theses are the processes you need
  • b3shell: the processes in this folder have the same names as the old bedrock v3 processes. However, they are not the old processes. Rather they are "caller shells" which do nothing more than call the new bedrock 4 processes to produce the same behaviour from the same parametes as in bedrock 3. These processes are included for backwards compatibility and unit testing for models where bedrock 3 is already implemented. This allows anyone with a model where many custom processes call the bedrock library to switch and test bedrock 4 without any code change to existing custom processes. For anyone implementing bedrock for the frst time you don't need and shouldn't include these processes.

Download

https://github.com/cubewise-code/bedrock