Beta Features

What is a Beta Feature?

As used commonly within software development "Beta Features" within KDB-X describe features which have completed an initial development process phase and are being released in an opt-in manner to users of KDB-X wishing to test these features. These features are not intended to be for production use while in beta and are subject to change prior to release as full features. Usage of these features will not effect the default behaviour of the library outside of the scope of the new functionality being added.

Feedback on Beta Feature development is incredibly helpful and helps to determine when these features are promoted to fully supported production features. If you run into any issues while making use of these features please raise an issue on the KDB-X Github here.

How do I enable Beta Features?

Alternatively you can set beta features to be available at all times by adding PYKX_BETA_FEATURES to your .pykx-config file as outlined here. An example of a configuration making use of this is as follows:

Bash

Copy
[default]
PYKX_KEEP_LOCAL_TIMES='true'

[beta]
PYKX_BETA_FEATURES='true'

What Beta Features are available?