All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Update safe_dump to support unicode
- App backend no longer depends on the current working dir to read yaml settings
- Default scoring data is a 6 month period
- Removed duplicative plotting call from streamlit frontend
- Minor formatting issue in streamlit date picker font
- quickstart now asks you to change the default project name
- quickstart now prints the application URL
- quickstart.py now supports multiline values correctly, even with multiple comments
- quickstart.py now supports multiline values correctly
- Corrected column pointing in is_target_derived logic
- App metadata to api for creator email and created date
- Logic for deciding default number of historical rows to render in timeseries plots
- Add python 3.9 requirement to README
- rest_api.py that provides API routes using FastAPI and functions from api.py
- new route
/share
for application sharing - add context tracing to this recipe.
- Fix comment handling in quickstart
- add 3.9 compatibility check to mypy
- add new functions to format predictions for React frontend
- add pyproject.toml to store lint and test configuration
- revise README based on user feedback
- update pulumi-datarobot to >=0.4.5
- Bring release/10.2 in sync with main
- Removed specific concurrency for batch predictions.
- improvements to the README
- Bring release/10.2 in sync with main
- Ensure app settings update does not cause
pulumi up
to fail - Typehinting no longer breaks on python3.9
- Update DataRobot logo
- Bring release/10.2 in sync with main
- quickstart.py script for getting started more quickly
- Changelog file to keep track of changes in the project.
- App localization support for Spanish and Japanese.
- Link Application and Deployment to the use case in DR