Skip to content

Releases: jasp-stats/jasp-desktop

v0.98.1

Choose a tag to compare

@RensDofferhoff RensDofferhoff released this 07 Jul 12:45

Important fix

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

Choose a tag to compare

@boutinb boutinb released this 01 Jul 12:22

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

  • Speed up old file issue checks (#6268)
  • Improve user experience for plot editing (#6229)

v0.97.1

Choose a tag to compare

@boutinb boutinb released this 05 Jun 08:33
28be3fe

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

Descriptives Fixes

Network Fixes

Full JASP Changelog: v0.97.0...v0.97.1

v0.97.0

Choose a tag to compare

@RensDofferhoff RensDofferhoff released this 13 May 13:39
196ef92

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

Specific Fixes: Descriptives

Specific Fixes: BFPack

Fixes to Other Analyses

  • Fixes and features are available in their beta version in the Module library.

v0.96.0

Choose a tag to compare

@boutinb boutinb released this 04 Mar 14:09
dd421b1

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

Audit

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

Circular Statistics

Descriptives

Distributions

Equivalence T-Tests

ESCI

Factor

Frequencies

JAGS

Learn Stats

Machine Learning

Meta-Analyses

Mixed Models

Network

Process

Read more

v0.95.4

Choose a tag to compare

@boutinb boutinb released this 15 Oct 08:43

Fixes

v0.95.3

Choose a tag to compare

@boutinb boutinb released this 01 Oct 11:20
b84b116

Release Note 0.95.3

Fixes

Reliability

v0.95.2

Choose a tag to compare

@boutinb boutinb released this 17 Sep 07:19
d4766a7

Release Note 0.95.2

Fixes

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

v0.95.1

Choose a tag to compare

@RensDofferhoff RensDofferhoff released this 21 Aug 08:44
180d14c

Release Note 0.95.1

Fixes

  • Scaling labels of variables disappeared and variables not removable in CFA. bug
  • Residual covariances CFA bug
  • Fixes to plotbuilder
  • Consistently show labels for ordinal variables #403
  • MetaAnalysis Spelling fixes

V0.95.1 rc1

V0.95.1 rc1 Pre-release
Pre-release

Choose a tag to compare

@RensDofferhoff RensDofferhoff released this 06 Aug 11:48
65805d1

Release Note 0.95.0

Fixes

  • Scaling labels of variables disappeared and variables not removable in CFA. bug
  • Residual covariances CFA bug
  • Fixes to plotbuilder