Skip to content

Releases: BlackrockNeurotech/NPMK

NPMK Version 5.5.6.0

02 Dec 16:51

Choose a tag to compare

What's Changed

Full Changelog: v5.5.5.0...v5.5.6.0

NPMK Version 5.5.5.0

07 Oct 20:59
a5b3e3b

Choose a tag to compare

What's Changed

  • Update openNSx by @sskellis in #70
  • Daqs 845 npmk looks for incorrect sif file with multiple instruments by @dkluger in #72
  • Daqs 897 nev.data.comments.timestamp started sec appears buggy by @dkluger in #73
  • Merge NEV comment timestamp fixes and NSx.Time error by @dkluger in #74
  • Remerging development after main fix by @dkluger in #75
  • Merge pull request #75 from BlackrockNeurotech/master by @dkluger in #76
  • Revert "Merge pull request #75 from BlackrockNeurotech/master" by @dkluger in #77

Full Changelog: v5.5.4.0...v5.5.5.0

NPMK Version 5.5.4.0

13 Jun 21:32

Choose a tag to compare

***** NPMK Version 5.5.4.0 :June 5, 2024 *****
%
% 7.4.6.2: openNSx: April 26, 2024
% - Bank numbers on new files are not alpha which caused problems on save
% - Improved speed & memory usage for Gemini system recordings
% - Change messages about errors to actual errors
% - NPMK SettingsManager, getFile, and NPMKverChecker made optional
% - Force 'double' precision (with warning) if conversion to uV requested
% - Repair skipfactor implementation
% - Clean up documentation
% - Clean up code
% - Bug fix: mishandling of numerical input arguments
% - Bug fix: support noncontiguous channel output
% - Add feature to disable data segmentation for file spec >=3.0
%
% 6.2.3.0: openNEV: June 13, 2024
% - Removed DataDuration and DataDurationSec from output
%

NPMK Version 5.5.3.0

26 Feb 17:24

Choose a tag to compare

***** NPMK Version 5.5.3.0 :February 26, 2024 *****
%
% 7.4.4.0: openNSx: April 1, 2023
% - (From 7.4.3.0) Fixed a minor bug for when the data header is not
% written properly and the data needs to be used to calculate the data
% length.
% - Accounts for many segments in files for clock drift correction
% - Changed 'zeropad' default behavior to be 'no'
%

NPMK Version 5.5.2.0

06 May 03:16

Choose a tag to compare

***** NPMK Version 5.5.2.0 :May 5, 2021 *****
%
% 7.4.2.0: openNSx: May 5, 2021
% - Fixed a bug related to NeuralSG file format (File Spec 2.1).
%

NPMK Version 5.5.0.0

21 Dec 18:51

Choose a tag to compare

***** NPMK Version 5.5.0.0 :December 17, 2020 *****
%
% 1.2.0.0: splitNSx: December 17, 2020
% - Updated to add FileSpec 3.0 compatibility. - @david Kluger

NPMK Version 5.4.5.0

04 Dec 20:50

Choose a tag to compare

***** NPMK Version 5.4.4.0 :October 29, 2020 *****
%
% 7.4.0.0: openNSx: October 29, 2020
% - Undid changes made to AnalogUnit and instead implemented
% NSx.ElectrodesInfo.Resolution to show what the resolution of the data
% is. By default, the resolution is set to 0.250 µV. If used with
% parameter 'uv', the resolution will be 1 µV. To always convert the
% data to µV, divide NSx.Data(CHANNEL,:) by
% NSx.ElectrodesInfo(CHANNEL).Resolution.
%

***** NPMK Version 5.4.5.0 :December 4, 2020 *****
%
% 1.2.1.0: splitNEVNTrode: November 17, 2020
% - Minor bug fixes and general code clean up - @david Kluger
%

NPMK Version 5.4.3.0

27 Oct 15:35

Choose a tag to compare

***** NPMK Version 5.4.3.0 :October 23, 2020 *****
%
% 1.1.1.0: NSxPowerSpectrum: October 23, 2020
% - Fixed a small bug with double defining the function name.%
%
% 7.3.2.0: openNSx: October 23, 2020
% - Fixed a typo.
%
% 1.2.0.0: splitNEVNtrode: October 27, 2020
% - Removed junk characters from the file.
%

NPMK Version 5.4.2.0

02 Oct 19:22

Choose a tag to compare

***** NPMK Version 5.4.2.0 :October 2, 2020 *****
%
% 1.1.0.0: NSxPowerSpectrum: October 2, 2020
% - Fixed a bug where the sampling frequency is now read from the header
% file instead of it being fixed at 300 Hz.
%
% 7.3.1.0: openNSx: October 2, 2020
% - If the units are in µV (openNSx('uv'), ths correct information is now
% written to the electrodes header: 1000 nV (raw).

NPMK Version 5.4.1.0

16 Sep 16:06

Choose a tag to compare

***** NPMK Version 5.4.1.0 :September 15, 2020 *****
%
% 1.1.0.0: settingsManager: September 16, 2020
% - Fixed a bug where the response to 1/4 uV warning was not being saved.