Skip to content

Commit

Permalink
HOTFIX: MATLAB versions in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
k1o0 committed Jan 5, 2021
1 parent 44146a9 commit 7ba93e4
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 9 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

This file contains a curated, chronologically ordered list of notable changes made to the master branch since the release of Rigbox 2.2.0. Each bullet point in the list is followed by the accompanying commit hash, and the date of the commit. The versioning numbering used is [SemVer](http://semver.org/). This changelog is based on [keep a changelog](https://keepachangelog.com).

## [Most Recent Commits](https://github.com/cortex-lab/Rigbox/commits/master) [2.6.1]
## [Most Recent Commits](https://github.com/cortex-lab/Rigbox/commits/master) [2.6.2]

- PATCH: Scrubbed repository of old files. Slimmed down from >>100MB to < 5KB
- HOTFIX: Tests fix in signals repo
- HOTFIX: Corrected compatible MATLAB versions in documentation (not compatible with >2019b)

## [2.6.0]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Below are the **minimum** computer software dependencies that must be installed

* OS: 64 Bit Windows 10
* Libraries: Visual C++ Redistributable Packages for Visual Studio [2013](https://www.microsoft.com/en-us/download/details.aspx?id=40784) & [2015](https://www.microsoft.com/en-us/download/details.aspx?id=48145)
* MATLAB: [2018b or later](mathworks.com/downloads/), including the Data Acquisition Toolbox
* MATLAB: [2018b - 2019b](mathworks.com/downloads/) (inclusive), including the Data Acquisition Toolbox
* Community MATLAB toolboxes:
* [GUI Layout Toolbox](https://uk.mathworks.com/matlabcentral/fileexchange/47982-gui-layout-toolbox) (v2 or later)
* [Psychophysics Toolbox](http://psychtoolbox.org/download.html#Windows) (v3 or later)
Expand Down
86 changes: 81 additions & 5 deletions docs/html/install.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/scripts/install.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
% Rigbox requires the following software to work properly:
%
% * Windows Operating System (7 or later, 64-bit)
% * MATLAB (2018b or later, also known as version 9.5)
% * MATLAB (2018b - 2019b, also known as version 9.5 - 9.7)
% * Visual C++ Redistributable Packages for Visual Studio 2013 & 2015-2019
% (_free_)
% * The MATLAB Data Acquisition Toolbox
Expand Down Expand Up @@ -154,5 +154,5 @@
%% Etc.
% Authors: Jai Bhagat, Matteo Caranini, Miles Wells
%
% v0.1.0
% v0.2.0
%

0 comments on commit 7ba93e4

Please sign in to comment.