We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4e1e2 commit 69e39c3Copy full SHA for 69e39c3
.github/workflows/draft-pdf.yml
@@ -14,7 +14,7 @@ jobs:
14
# This should be the path to the paper within your repo.
15
paper-path: paper/paper.md
16
- name: Upload
17
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
18
with:
19
name: paper
20
# This is the output path where Pandoc will write the compiled
MATLAB/+smi_helpers/versionSMITE.m
@@ -14,5 +14,6 @@
%version = '1.1.3'; % bugs in plotCombined fixed
%version = '1.1.4'; % windowTR generalized
%version = '1.1.5'; % windowStartTR added
- version = '1.1.6'; % pearsonCorrCoef added to smi_stats
+ %version = '1.1.6'; % pearsonCorrCoef added to smi_stats
+ version = '1.2.0'; % cleanup of PairAnalysis class; added Manders' coeffs
end
0 commit comments