v2.0.0 b2 - Improved Documentation and Modular Data Extract
Features:
- The data extract tasks are now dynamically loaded and can be applied on a column-by-column basis. So, you can write very specific extract logic for a given column / data field. Newly-registered tasks are displayed automatically on the frontend and can be selected by the user when building a fieldset for a datagrid.
- Add a search to the Extracts view and improved various load and performance issues.
- Removed the LanguageModel model as it's almost completely subsumed by the ability to create custom extract pipelines. Moreover, it wasn't really doing anything before.
- Expanded our docs and tutorials to explain how data extract works and walk someone through writing a custom data extract task.
What's Changed
- Bump pytest from 6.2.5 to 8.2.2 by @dependabot in #126
- v2 Bugfixes by @JSv4 in #128
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #123
- Bump actions/setup-node from 3 to 4 by @dependabot in #121
- Bump actions/checkout from 3.3.0 to 4.1.7 by @dependabot in #120
- Better Docs and Modular Extract Tasks by @JSv4 in #130
- Bump actions/setup-python from 4 to 5 by @dependabot in #122
Full Changelog: v2.0.0b1...v2.0.0.b2