Releases: jasp-stats/jasp-desktop
Releases · jasp-stats/jasp-desktop
Release list
v0.98.1
Important fix
- Fix Repeated-Measures Factors in Repeated Measuers ANOVA (#6281, issue: jasp-stats/jasp-issues#4403)
Update
- Translate desktop help files in Chinese, Japanese, Dutch, French, Spanish, German and Arabic. (#6278)
- Update Learn Bayes Module to fix JAGS issue (#6282)
Full Changelog: v0.98.0...v0.98.1
v0.98.0
New Feature
JASP AI (#6275): an AI-powered assistant that lets users interact with JASP through natural language. Users can ask questions, create and run statistical analyses, inspect results, and generate reports — all from a chat interface inside JASP.
The assistant communicates with any OpenAI-compatible API (OpenAI, Anthropic, Mistral, OpenRouter, local models, etc.) and uses tool calling (function calling / native tool use) to interact with the JASP directly.
Improvements
v0.97.1
Important Fix
- Fixed an issue where numbers over 4 significant figures where sometimes rounded off in the results in a rather misleading, perhaps wrong way. We're very sorry about that! It sneaked in during the adding of locale specific support. jasp-stats/jasp-issues#4266 (Sum in descriptives gave the wrong value). This bug was only visible if you did not force all numbers in jasp to have a certain amount of decimals. PR: #6252
General Fixes
- Fixed an issue where the Spanish R console placeholder displayed translated variable names that did not exist (Issue: jasp-stats/jasp-issues#4274, PR: #6223)
- Fixed labelled datasets created before v0.97 that could no longer be loaded (Issue: jasp-stats/jasp-issues#4283, PR: #6227)
- Fixed filters for categorical data in older JASP files that were broken in v0.97 (Issue: jasp-stats/jasp-issues#4293, PR: #6230)
- Fixed incorrect scaling of the Output Panel "Remove Note" option when using display scaling other than 100% (PR: #6220)
- Fixed encoding and data preloading for repeated-measures cells (PR: #6234)
- Fixed an issue where graphs could not be copied and pasted into Microsoft Word on Windows MSIX installations (Issue: jasp-stats/jasp-issues#4292, PRs: #6236, #6239)
- Fixed the position of the custom context menu in the Results panel when zooming (PR: #6243)
- Added update notifications to the ribbon (PR: #6251)
- Fixed an issue where cast variables did not retain their type when used as a source variable (PR: #6253)
New Analysis
- Added Distribution Comparison analysis (PR: jasp-stats/jaspDistributions#226)
Descriptives Fixes
- Fixed an issue where the Raincloud Plot did not display all data points (Issue: jasp-stats/jasp-issues#3971, PR: jasp-stats/jaspDescriptives#464)
Network Fixes
- Updated EasyBGM (PRs: jasp-stats/jaspNetwork#177, jasp-stats/jaspNetwork#183)
Full JASP Changelog: v0.97.0...v0.97.1
v0.97.0
New Features
- JASP file encryption: it is now possible to encrypt your JASP file with a password. There is also the possibility to encrypt the JASP file so that it can be read only by the JASP team (to help communication for some issues)
- CSV preview: when loading a CSV (or TSV) file, a preview is first displayed, so that the user can check whether the right column separator is used, and that the numbers are read with the desired format.
- Save event (also autosave) is now unobtrusive: the necessary files are first copied, and the JASP file is created afterwards in a separate thread, so that the user is not hindered by this process.
- Add MSIX standalone installer: the MSIX installer is used by the Windows Store, and this is much quicker than the MSI installer. The MSIX installer is now available standalone and will replace the MSI installer in future releases.
General Fixes
- On Windows, JASP could become really slow due to Power Automate Desktop (#6173)
- Massive speedup when reading large datafiles (#6172)
- Remove boost system dependency (jasp-stats/jasp-issues#4183)
- “Set current workspace with these values” does not set workspace values (jasp-stats/jasp-issues#4229, #6199)
- Improve pop-up menus, making them scalable (#6197)
Specific Fixes: Descriptives
- Q-Plots do not work properly with missing / empty values (jasp-stats/jaspDescriptives#477), issues: jasp-stats/jasp-issues#4123, jasp-stats/jasp-issues#4162, jasp-stats/jasp-issues#4185.
- Range, Median, IQR, and boxplot are not displayed for ordinal variables (jasp-stats/jaspDescriptives#471). Issue jasp-stats/jasp-issues#3738
- Raincloud plot not showing all data points (jasp-stats/jaspDescriptives#464). Issue jasp-stats/jasp-issues#3971
Specific Fixes: BFPack
- Name changes, fix log bug, improve help, fix parameters not showing up for MANCOVA (jasp-stats/jaspBfpack#16)
Fixes to Other Analyses
- Fixes and features are available in their beta version in the Module library.
v0.96.0
New Features
- Online Module Library: It is now possible to load new analyses, or update them, on the fly.
- Support for importing Minitab workbook files in #6134
- New analyses:
- MNLFA SEM Analysis
- Frequentist Test Statistics Analysis in Summary Statistics
- Various improvements for Quality Controls:
- Add Z bench option to process capability
- Rewrite MSA gauge Linearity
- Auto transforms in Process Capability\
- New distributions and historical parameters
- And much more....
- In T-Tests, ANOVA & Regression: add Confidence interval for Q-Q plot residuals
- Add Tamil and Basque languages
Fixes
- Enable Save button correctly in #6047
- UI adjustment in Preferences in #6034
- Fixes Crash with autosave with analysis without data in #6052
- Fix label load from old jasp file in #6053
- Fix Hypothesis naming undo automatically when adding additional hypothesis in Binomial testing in #6054
- Keep "R Syntax in result" setting in JASP file in #6062
- Use readstat library from conan in #6063
- Remove computed columns depending on analysis when closing the analysis in #6065
- Add auto transform functions to computed columns in #6000
- Fix decimal reading from xlsx on non en_us locale systems (like german) in #6069
- Fix LaTeX vertical alignment in notes in #6072
- Avoid crash when closing workspace in #6075 (jasp-stats/jasp-issues#3913)
- Fix Ordinal variables are automatically converted to Scale in the Drag-and-Drop Filter in #6077 (jasp-stats/jasp-issues#3933)
- Add a progressbar hide timer for autosaves in #6083
- Use collapse icon instead of "delete analysis" in #6085
- Some filter functions in some analyses are not working in #6082 (jasp-stats/jasp-issues#3941)
- Quality control crash in Type 4 Linearity Study due to plot title is not a real string in #6078 (jasp-stats/jasp-issues#3955)
- Give only non empty labels when generating filter in #6093 (jasp-stats/jasp-issues#3932)
- Upgrade R to R-4.5.2 and Qt to 6.10.1 in #6084
- Make file menu wide enough even in long translations in #6094
- Fix Extra row when copying tables and inconsistencies in table alignment in #6071 (jasp-stats/jasp-issues#3914)
- Fix some decimal separator related issues in #6098
- Fix upgrade issue with missing values in #6099
- Improve tooltip in #6104, #6113, #6117, #6119
- Do not crash when starting Development module with wrong path in #6105
- Error in paired T-Test when renaming variable and refreshing in #6114 (jasp-stats/jasp-issues#3973)
- Make developer module easier to use in #6122
- Do not use Locale when the double is already set in English format in #6115
- Add vcs-browser to fix flatpak build linker warnings in #6107
- Fix crash when using JASP after computer was sleeping in #6125
- Formula Fields do not get always the right value in #6127
- Make JASP file, easier to zip and unzip in #6138 (jasp-stats/jasp-issues#4063)
- Check known issues per module version in #6139
- XSL import: #NULL! should be as missing in jasp-stats/freexl#2 (jasp-stats/jasp-issues#4069)
ANOVA
- Flip labels for exported residuals (standard/student) in jasp-stats/jaspAnova#493
- Capitilize post hoc correction names in footnote and p-value subscript in jasp-stats/jaspAnova#470 (jasp-stats/jasp-issues#3720)
- Better handling of missing data in type I/II ANOVA in jasp-stats/jaspAnova#504
- Add CI to QQ-plots, display error bars in descriptives plots by default in jasp-stats/jaspAnova#507
Audit
- Fix bug when no book value and critical transactions in jasp-stats/jaspAudit#651
BFPack
- fixed: Adding a nominal variable as predictor gives an error 'object findex not found'. This occurs for both the regression and for (M)AN(C)OVA (as fixed effect).
- Fixed: The left Bayes Factor and Bayes factor type options can only be selected when either the options 'BFs: Standard hypotheses' and 'BFs: Manual hypotheses' are ticked.
- Implemented: Can we have the option to include an intercept (also possible in the classical regression analysis in JASP). Also for (M)AN(C)OVA. This would be nice as sometimes it is faster to write constraints with or without intercept depending on the hypotheses that are tested ((in jasp-stats/jaspBfpack#11)
Bsts
- Improve layout of Seasonalities in jasp-stats/jaspBsts#134
Circular Statistics
- Fix rao.table import in jasp-stats/jaspCircular#85
Descriptives
- Adjust pareto plot in jasp-stats/jaspDescriptives#413, jasp-stats/jaspDescriptives#454, jasp-stats/jaspDescriptives#459, jasp-stats/jaspDescriptives#460 (jasp-stats/jasp-issues#3733)
- Add geometric and harmonic means in jasp-stats/jaspDescriptives#398
- Fix plotbuilder in jasp-stats/jaspDescriptives#449
- Adding quantile types in jasp-stats/jaspDescriptives#437
- Move omission footnote in frequency tables in jasp-stats/jaspDescriptives#456 (jasp-stats/jasp-issues#2026)
Distributions
- Shapiro-Francia test of normality in jasp-stats/jaspDistributions#200 9jasp-stats/jasp-issues#3590)
Equivalence T-Tests
- Add Raw Equivalence Tests in jasp-stats/jaspEquivalenceTTests#194
ESCI
- Make Summary Stats available without data in jasp-stats/jaspEsci#6 (jasp-stats/jasp-issues#3979)
Factor
- Fix Residual covariances CFA in jasp-stats/jaspFactor#288 (jasp-stats/jasp-issues#3550)
- Fix Identical Fit Indices Across Different CFA Estimators in jasp-stats/jaspFactor#286 (jasp-stats/jasp-issues#3976)
- Changing a sorting method of factor loadings in EFA in jasp-stats/jaspFactor#290 (jasp-stats/jasp-issues#3600)
Frequencies
- Row label of Odds Ratio now reflects Odds Ratio or Log Odds Ratio in jasp-stats/jaspFrequencies#267
- Various bug fixes frequencies (error check loglinear, limit levels binomial, limit counts multinomial) in jasp-stats/jaspFrequencies#304
JAGS
- Do not try to do customizable inference when the model errored in jasp-stats/jaspJags#179
Learn Stats
- Fix issue #3107: Change default value of delta from 0 to 0.5 in jasp-stats/jaspLearnStats#147
Machine Learning
- Hierarchical Cluster Analysis: Ward and Ward2 methods produce identical results; discrepancies with R/SPSS in jasp-stats/jaspMachineLearning#494 (jasp-stats/jasp-issues#3837)
Meta-Analyses
- Add standard errors to classical meta-analysis tabular output with user control in jasp-stats/jaspMetaAnalysis#363
- Fix Footnote Error in jasp-stats/jaspMetaAnalysis#406
Mixed Models
- Allow bernoulli glms with categorical outcome in jasp-stats/jaspMixedModels#254
- Fix parametric bootstrap error in Generalized Linear Mixed Models in jasp-stats/jaspMixedModels#291
- Fix uninformative error messages with 'kenward-roger' trend in jasp-stats/jaspMixedModels#288
Network
- Fixed bug: now populating the Weight Matrix is done correctly in the Bayesian submodule in jasp-stats/jaspNetwork#153
Process
- Refactor moderation probe syntax in https://github.com/jasp-stats/jaspP...
v0.95.4
Fixes
- Add the R functions strftime and strptime to the whitelist (jasp-stats/jasp-issues#3768 #6041)
- Some fixes for labels (jasp-stats/jasp-issues#3715 #6042)
- Initialization of row component fails sometimes (#6043)
- bugfix: fix table cell vertical-align table export styles (jasp-stats/jasp-issues#3008, jasp-stats/jasp-issues#3620, #5994)
v0.95.3
Release Note 0.95.3
Fixes
- Flatpak icon fix (jasp-stats/jasp-issues#3632, #6018)
- Check variables types when allowed types are changed (jasp-stats/jasp-issues#3681, #6019)
- Make database connection thread-safe (#6030)
- Several formatting fixes and or tweaks (jasp-stats/jasp-issues#3693, #6022)
- Fix multiple values for a single label data in R (jasp-stats/jasp-issues#3721, #6032)
- Allow read sqlite database of more than 2GB (jasp-stats/jasp-issues#3725, #6033)
- Fix some loading related problems (#6024)
- Move only non empty label (#6036)
- Check if analysis needs to be refreshed before opening ploteditor (jasp-stats/jasp-issues#3755, #6039)
Reliability
- Fix analytic SEs for alpha and lambda2 with continuous data (jasp-stats/jasp-issues#3622, jasp-stats/jaspReliability#273)
v0.95.2
Release Note 0.95.2
Fixes
- Security Sandbox Failure (jasp-stats/jasp-issues#3626)
- Upgrading old JASP file sometimes fails (jasp-stats/jasp-issues#3656)
- Crash when opening help for Classical Meta-Analysis (jasp-stats/jasp-issues#3665)
- Variable icon types are sometimes not displayed in the Filter view (#6011)
- Interactions in Linear Regression is not saved (#6009)
- Too many factors in "Create Factorial Worksheet" analysis of Quality Control (#6005)
- Crashes when refreshing or resizing some analyses (#6015 and #6014)
- Generalized Logistic Regression does not work with Bernoulli family (jasp-stats/jasp-issues#3681)
New features
- Auto-save and Recovery: JASP saves automatically the current workspace in a temporary file. In case that JASP is closed abruptly, when restarting JASP, the user will have the possibility to open the temporary file in the Recovery menu (#5999)
- Color R functions differently (jasp-stats/jasp-issues#3443, #5993)
- Turkish language support