-
-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JASP configuration file feature + remote option #5062
Draft
RensDofferhoff
wants to merge
38
commits into
jasp-stats:stable
Choose a base branch
from
RensDofferhoff:conf
base: stable
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
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
RensDofferhoff
force-pushed
the
conf
branch
5 times, most recently
from
May 16, 2023 06:57
e323164
to
bf104de
Compare
- can enter data manually - copy/paste to itself and to from spreadsheet editors - Arrow + shift now also changes selection - Allow for changing columnnames - Make sure a "New Data"-set can be closed - Make sure handle can't be seen when in datamode (like results+analyses) - When switching to back the analysesmode, last edit should be absorbed - Make ribbonbuttons behave - First attempts at restoring external data editing but commented it out. Im not sure if and how this should be done - Some general cleaning up - select all and cut and include columnnames in all that - Also add a rightclick menu - Don't show edit data etc in modules menu - Adds support for more context-menu options: -- insert. delete and select columns & rows - Turn BOM workaround on by default for SKF - Fix after rebase/merge before release 0.15
- Quality Control is a "Common" Module for SKF (and is now enabled here) - Fix bug where data wouldn't be writable after resizing data to something larger than 512 rows and back (cleaning up shared memory _blocks basically) - ResizeDataDialog should have roundedbuttons as well
If all goes well this is the SKF 0.16.1 version Upped the buildnumber to 0.16.1.1 to differentiate from normal 0.16.1 and upcoming 0.16.2 as this is a bit in between Also silence some debug prints
resize the resize data dialog a bit made sure emptyvalue labels are not put in the editItem
do stuff with jaspPower add jaspPredictiveAnalytics Add learnstats and right versions of QC and predictive analytics make sure new modules get loaded jaspLearnStats should also track a branch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This feature parses configuration files such as these:
It allows for the definition of constants that may be used in qml files on global, module and analysis level (jaspAudit examble).
It allows for the specification of default values for analysis options and to disable the related controls to lock in these values if desired.
It allows one to specify additional modules to put on the ribbon by default.
Configuration files may be local.
Additionally a remote configuration file URL can be specified in advanced settings.
These features allow organizations to more easily integrate JASP in their workflows without the need for separate versions.
Configuration file format is specified in a PEG grammar and thus easily extended with additional features.
Includes JASP version and conf file format version for future compatibility.
Testing remote.
Should be tested on windows and https server in future.