π New features on the platform
- Import surveys from SurveyMonkey
- Includes import wizard source selection UI refactor
- Dcipher Analytics appears on SurveyMonkey AppStore
- All question types are supported.
- Save projects as custom templates and re-use them!
- Supports replacing import operations in template-based projects
- Introduced "Zero-shot classification" operation
- Automated maintenance emails and stable maintenance redirection via API app status checks
- File storage API refactor
- New UI for starter files + more starter files with descriptions
- Enabled access to social datasets and exported files
- Enabled "Export to Dcipher cloud" option without downloading files
- Faster file-name/extension/size validation
- Filter files by groups (uploaded, social, exported)
- Added Train a new model or load existing model option to Detect Topics op.
- Added Excel (xlsx) export option.
- Implemented browser notifications to notify users that all running tasks are completed.
- Added TikTok to social channels (only available in backend)
- Implemented a new operation to predict unseen relations (knowledge graph completion) from existing triples (only available in backend)
π£ Improvements
Backend
- Chinese tokenizer/POS/NER accuracy is increased.
- Unified "matches" field in Youtube responses.
- Re-ordered Tokenization pre&post processing options so that phrase detector runs before stopword removal
- Disabled LDA training logs not to slow down backend clusters
- Improved model name validation in Detect Topics operation
Web/App/API
- [App] Min-max boundaries of numeric filters are fetched faster.
- [Web] Display errors if reset-password fails.
- [Web] Limited free-trial offerings
- [API] Retry again if Stripe requests fail
- [App] Fixed displaying read-only tag collections in Text view
- [App] Added output field name check for all operations to disable overwriting existing columns
- [App] Added default values to slider components and updated their style
- [App] Added "id" column to aggregated datasets to be able to use them as other datasets.
- [App] Added compile warnings to workbenches to prevent projects fail with "Something went wrong"
π Bug Fixes
- Prevented resetting workbenches when a filter in the middle of a global pipeline is removed.
- Fixed not displaying bars with label 0 in Bar chart.
- Fixed canceling the upload process when uploading multiple files
- Prevented opening settings form when clicked on tag horizontal scroll buttons in Text view
- Prevented triggering an error caused by using a removed field in Text view
π° Customer Analytics
- Server-side tracking of Heap events
- Intro Survey responses
- Subscription information
- Successful logins
- Project creation
- Email verifications
- File imports
- Wizard usage
π§πΏβπ» Misc (DevOps / CI / CD / Refactor)
- Unified lifter functions in DAQL
- Refactored overrepresentation calculation (converted to a class implementing fit, transform)
- Bumped testing libraries in frontend
- Upgraded open-api-generator