-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Jeff Kreger <jeff.kreger@crunch.io>
- Loading branch information
1 parent
e253839
commit fbd28c8
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
+++ | ||
date = "2024-01-29T10:00:00-07:00" | ||
publishdate = "2024-01-29T10:00:00-07:00" | ||
draft = false | ||
title = "Release 2024.01" | ||
images = ["https://crunch.io/img/logo-1200x630.png"] | ||
+++ | ||
|
||
### Crunch web application | ||
|
||
- **Made the following updates**: | ||
- Test statistics for pairwise hypothesis tests (‘set comparison’ or lettered indicators in exports) of weighted tables now account for the design effect of weights. This makes the tests more conservative by considering the effective sample size instead of the unadjusted unweighted N. | ||
- When a dataset editor creates a new dashboard via the dataset Automation option, the editor's current container in the tray is now updated to that dashboard. | ||
- **Fixed the following**: | ||
- Deck exports with quotes in the file names are now sanitized instead of failing. | ||
- When applying a dashboard group filter, a bivariate bar graph tile with a numeric array in the row position would fail to load if both of the following conditions were true: the tile was configured to show empty columns ***and*** applying the filter had yielded one or more empty columns. | ||
|
||
### Crunch Automation | ||
|
||
- Created new user-related system commands, which allow you to perform the following functions: | ||
- [CREATE USERS command](https://help.crunch.io/hc/en-us/articles/21986428377741-CREATE-USERS-command) | ||
- [ALTER USERS command](https://help.crunch.io/hc/en-us/articles/21986841356301-ALTER-USERS-command) | ||
- [SUSPEND USERS command](https://help.crunch.io/hc/en-us/articles/21987065472909-SUSPEND-USERS-command) | ||
|
||
### Help desk and website improvements | ||
|
||
- Updated the following Crunch Automation articles (see the complete list [here](https://help.crunch.io/hc/en-us/sections/360010564152-Getting-started)): | ||
- [What is Crunch Automation?](https://help.crunch.io/hc/en-us/articles/22536937705613-What-is-Crunch-Automation-) | ||
- [Writing Crunch Automation declarations](https://help.crunch.io/hc/en-us/articles/360041769292-Writing-Crunch-Automation-declarations) |