Skip to content

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 23 Dec 02:14
3c5b0a8

Changes

🚀 Features

  • Added a decorator to quickly register a function as a feature. (#45) @kiddinn
  • Added custom dataframe accessors. (#44) @kiddinn
  • Added a simple feature exposing the running of stored LQL policies. (#41) @kiddinn
  • Added a cloud hunt feature to the lacebook container (#40) @kiddinn
  • Made the evaluator ID optional for policies. (#39) @kiddinn
  • Changed the Jupyter helper, adding ability to define helper functions (#37) @kiddinn
  • Added the new DataSources API into the SDK and made changes to the Jupyter wrapper (#33) @kiddinn

🐛 Bug Fixes

  • Fixed an issue with module vs state (#43) @kiddinn
  • Fixed an issue with fetching a new client. (#38) @kiddinn
  • fix: Improved consistency of datasources class (#36) @alannix-lw
  • Omitting evaluator ID if not set in LQL execute queries. (#35) @kiddinn
  • Added a unit test for Jupyter helper as well as minor fixes (#32) @kiddinn

🧰 Maintenance