-
Notifications
You must be signed in to change notification settings - Fork 11
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
Release 7.0 #721
Draft
teddychao
wants to merge
28
commits into
develop
Choose a base branch
from
R7.0
base: develop
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
Release 7.0 #721
+13,573
−5,930
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
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.
Release 7.0
Status: Completed checking PRs listed below and updating the documents.
Checked PRs
pspm_check_python
andpspm_check_python_modules
#649pspm_interpolate
#684 fixes Refactorpspm_interpolate
#673pspm_extract_segments
#690pspm_select_channel
#691pspm_get_markerinfo
#670 and problem running GLM with conditions created from markerinfo #672.pspm_trim
to handle missing epoch files #696 fixes pspm_trim should allow trimming a related missing epochs file #569pspm_glm
#700 fixes Parameter modulation only for several conditions, not all #191 and Initialise pmod structure in pspm_glm #195change_data
in the GUI #599, Update GUI for segment extracting #671, Check main GUI and make sure deprecated modules are removed #687, Upgrade segment_mean or remove #688, Test missing handling in GLM #699, Issue of the item "data convert" under "tools" #715pspm_init
andpspm_quit
#668display
#723 fixes Warning when running Display with full file path #718data_editor
#724 fixes Data editor does not show output file #717pspm_help
#730pspm_display
fails in develop branch #744pspm_data_editor
#748varargout
#754 fixes Removevarargout
in remaining functions #692pspm_text
#756pspm_help
#766pspm_display
#769pspm_extract_segments
#771General
pspm_help
#766, Creat help text conversion tool #767, Sort Format #778, New function generating help text documents #780)pspm_init
(Fix issue 668 -- added path handling in pspm_init and pspm_quit #713)pspm_text
#756)GUI
pspm_display
#769)New Features
pspm_bf_hprf_rew
.Improvements
General
[sts, channel_index]
and potentially further output arguments, and functions that create new files always return[sts, newfilename]
and potentially further output arguments (Unify function output #689)pspm_check_data
pspm_load_data
andpspm_write_channel
. (Unify function output #689)pspm_check_python
,pspm_check_python_modules
,pspm_find_python
pspm_combine_markerchannels
pspm_combine_markerchannels
only process one specific data file or data channel. (Fix markerinfo handling #695)pspm_convert_hb2hp
pspm_dcm
depth
has been implemented. The option can invert an entire session at the same time. (Add new option to DCM #704)pspm_extract_segments
pspm_extract_segments
#690)options
will no longer give warnings, instead, it will use the default values. (fix options handling in pspm_extract_segments #710)pspm_glm
has been improved. (Fixpspm_extract_segments
#771)pspm_get_eyelink
pspm_get_timing
pspm_glm
pspm_extract_segments
#771)pspm_extract_segments
#771)pspm_extract_segments
#771)pspm_import
pspm_select_channel
#691)pspm_interpolate
pspm_interpolate
#684)pspm_load_channel
andpspm_select_channels
are used for handling a single channel or all channels, respectively. To select all the data channels, the channel specification needs to beall
. (Refactorpspm_interpolate
#684)pspm_interpolate
#684)pspm_interpolate
#684)pspm_load_channel
pspm_logical2epochs
pspm_merge
pspm_select_channel
#691)pspm_options
pspm_interpolate
to deal with the larger number of methods allowed. (Refactorpspm_interpolate
#684)pspm_pupil_pp
pspm_rename
pspm_ren
, has been renamed for enhanced transparency. (Unify function output #689)pspm_rename
now usespspm_load_data
to save data and checks whether new file already exist. (Unify function output #689)pspm_resp_pp
pspm_scr_pp
pspm_select_channel
#691)pspm_select_channel
pupil
andpupil_missing
are no longer confused. (Small fix inpspm_select_channel
#691)pspm_split_sessions
pspm_trim
(Improvepspm_trim
to handle missing epoch files #696)pspm_trim
pspm_select_channel
#691)pspm_trim
to handle missing epoch files #696)pspm_load_channel
for data processing. (Multiple bug fixes #745)pspm_write_channel
pspm_write_channel
now usespspm_select_channels
for checking channels (Unify function output #689)Bug fixes
General
GUI
change_data
in the GUI #599)pspm_display
GUI, previously threw a warning when called with full file path, has been working properly now. (Fix issue 718 --display
#723)pspm_data_editor
GUI, previously did not show the output file when specified, has been working properly now. (Fix issue 717 --data_editor
#724)pspm_check_data
markerinfo
handling. (Bugfixes #750)pspm_combine_markerchannels
markerinfo.name
, which previously created a char rather than a cell array, has been fixed. (Fix markerinfo handling #695)pspm_data_editor
handles.options
has been fixed. (Update pspm_data_editor.m #752)pspm_dcm
/pspm_dcm_inv
inf
not recognised properly bypspm_options
, has been fixed. (Multiple bug fixes #745)pspm_display
pspm_display
, has been fixed. (pspm_display
fails in develop branch #744)pspm_extract_segments
pspm_get_eyelink
pspm_get_markerinfo
pspm_get_timing
pspm_glm
pmod
setting, has been fixed. (Improve pmod handling inpspm_glm
#700)overwrite
is now adjustable through GUI. (GUI issues in version 6.1.1 #591)GLM
forSPS
now parse the modelling properly if "best eye" is selected (GUI issues in version 6.1.1 #591)pspm_init
pspm_multi2index
pspm_options
pspm_pp
. (fix pspm_pp options call #681)pspm_process_illuminance
options.missing
, when specified as "no missing epochs", can allow processing as expected and no longer give warnings. (GUI issues in version 6.1.1 #591)pspm_scr_pp
pspm_trim
pspm_trim
no longer exits if the missing epochs are empty. (fix edge case of empty epochs file in pspm_trim #736)New test functions