0.4.2 (July 15, 2020)#

Added#

  • Kafka streaming data source through atoti.store.Store.load_kafka().

  • atoti.Session.endpoint() decorator adds HTTP endpoints to the session from a Python callback.

  • atoti.array.sort() has a new ascending parameter. True by default, it allows to choose the sorting order.

  • atoti.scope.cumulative() has a new dense parameter. False by default, it allows to choose whether to include all of a level’s members in the cumulative aggregation, even those for which the underlying measure has no values.

  • Atoti+ supports i18n. en-US is the only locale supported by default but additional locales can be made available by providing custom translation files. These can be configured with atoti.config.create_config() A good starting point for adding new locales is to use the template containing all the translatable items, which can be obtained by using atoti.Session.export_translations_template().

  • The Gauss error function atoti.math.erf() and its complementary atoti.math.erfc() (issue #92).

Changed#

  • The name_attribute parameter used to select the displayed username when using an OpenID Connect can be configured.

  • The scope parameter used to select the requested scopes when using an OpenID Connect provider can be configured. The openid scope is always passed by default.

Fixed#