raacampbell / notBoxPlot

plots things that are not boxplots
GNU Lesser General Public License v3.0
57 stars 22 forks source link

Warning - `NARGCHK` Usage in MATLAB R2016a - SEM_calc #1

Closed RoyiAvital closed 8 years ago

RoyiAvital commented 8 years ago

It seems the function nargchk will be removed in a future version of MATLAB. Hence it creates a warning.

I think you better solve it so the usage of this function won't yield a warning.

Great function, really enjoying it.

Thank You.

raacampbell commented 8 years ago

done 09b1da90e5643ace9326b0f91e0a54927891ec35

RoyiAvital commented 8 years ago

Great. Though there is no new release.

It's better to have releases so users can know when to update (Better have them with Release Notes, etc...).

raacampbell commented 8 years ago

I generally only do that for major changes, otherwise I'd be making a new release for each commit. The easiest way to stay up to date is to clone the repository with your favourite Git client. Then new commits will show up automatically. If you don't want to do that, then the date of the last commit is shown near the top of the main project page; so you always know exactly when the last commit was made.

RoyiAvital commented 8 years ago

Hi, The last release was almost a year ago. I agree not each commit should create a new version but maybe once in 3 months even if only small commits were made?

Thank You.