Release Notes

Release 2024.03

← Other release notes


March 25, 2024

Crunch web application

  • Made the following improvements:
    • The edit panel for dashboard tiles now supports frequency analyses for text variables that include blank labels.
    • Stacked bars have been added as an available visualization type for numeric-array bivariate analyses.
    • Redesigned Grouped Bar Plots with a cleaner layout, more easily readable text, and the ability to display confidence intervals.
  • Fixed how columns are aligned in the web app and within exports. Previously, multitables using filter columns could sometimes show misaligned rows of results for non-enumerated variable types (text, numeric, and datetime).

Crunch Automation

  • Added the UNSUSPEND USERS command, which allows you to reactivate suspended users.
  • Adjusted the [] syntax for subvariables: a subvariable_code is a regular identifier and cannot use [] syntax (otherwise, an error occurs). Visit this help article to view an example.

Backend/CrunchDB

  • Removed the ability to export datasets to Parquet format (through both the web app and the API) due to compatibility issues with the latest versions of Python. Please contact support if you need assistance with a Parquet export.
  • Added the capability to support ‘Just-in-time’ provisioning so that new users are automatically created in Crunch the first time the user logs into Crunch via OAuth or SAML. See the help article for more information.