Mirror of https://github.com/roostorg/osprey
github.com/roostorg/osprey
Changelog#
All notable changes to Osprey will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]#
📚 3rd party library updates#
- Upgrade
simplejsonfrom 3.19.3 to 3.20.2 (#174 by @dependabot) - Upgrade
requests-mockfrom 1.9.3 to 1.12.1 (#176 by @dependabot)
🛠 Breaking changes#
🎉 New features#
- Add Postgres execution result store (#171 by @serendipty01)
- Add
ParseIntUDF — converts a numeric string to an integer (#190 by @bealsbe) - Add
StringSliceUDF which extracts a substring by index range (#189 by @bealsbe) - Add
InExperimentUDF which checks if an entity is in an experiment (#203 by @bealsbe)