From 969dd9f4895124794275ccfbcf7a237393a1726a Mon Sep 17 00:00:00 2001 From: Thomas Braun Date: Thu, 2 Aug 2018 14:44:40 +0200 Subject: [PATCH 1/3] Documentation: Add new topic "MIESUtils XOP" in releasenotes_templates.rst Original-CommitID: c71e09936402e059e25d32dac06bd1cb9d669750 --- Packages/doc/releasenotes_template.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Packages/doc/releasenotes_template.rst b/Packages/doc/releasenotes_template.rst index ac4a9d3af1..22d4841ead 100644 --- a/Packages/doc/releasenotes_template.rst +++ b/Packages/doc/releasenotes_template.rst @@ -37,6 +37,9 @@ ZeroMQ XOP MCC XOP ------- +MIESUtils XOP +------------- + Labnotebook ----------- From 5fa8407db066cfd4364618785e4c352bfe88f744 Mon Sep 17 00:00:00 2001 From: Thomas Braun Date: Thu, 2 Aug 2018 14:47:41 +0200 Subject: [PATCH 2/3] Add release notes for 1.7 Original-CommitID: 5d62e06eb47b489a793cf6800a29cc1ec0d04b5d --- Packages/doc/releasenotes.rst | 88 +++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) diff --git a/Packages/doc/releasenotes.rst b/Packages/doc/releasenotes.rst index 0f45e64196..35a09b2cf2 100644 --- a/Packages/doc/releasenotes.rst +++ b/Packages/doc/releasenotes.rst @@ -3,6 +3,94 @@ Release notes .. toctree:: +Release 1.7 +=========== + +DA\_Ephys +--------- + +- Support stimsets with per-sweep ITI. This also changes how the ITI is + calculated for a set of sweeps, as now only the active sets are taken into + account and not all sets in range anymore. +- Complain if the calculated number of sweeps in the set is zero +- Check free disc space before acquisition +- Add minimum sampling interval table for ITC16/ITC16USB +- Complain better on known ITC issues for first time users +- Fix acquisition order when changing tabs during DAQ with indexing turned on +- Avoid indexing errors when changing Repeat Sets/Lists during DAQ +- Apply on mode switch: Fix cases where the headstage and the DA/AD + numerical values don't match +- Apply on mode switch: Fix some edge cases with indexing +- Make TPStorage resizing faster +- Testpulse Multi Device: Try selecting the device first + This handles some edge case experiments better which have the TP stored as + running and are then reopened. + +ExperimentConfig +---------------- + +- Changed I-Clamp primary gain to 5 from 1 +- Recursively create the folders to save the experiment + +General +------- + +- Support stopping Igor Pro via `Quit/N` while the testpulse is running. We + now don't crash anymore. +- Save and clear: Delete Databrowser, Cache and reset history capturing + +ITC XOP 2 +---------- + +- Use current version of ITCXOP2 for IP8 as well + +MCC XOP +------- +- The XOP now works on a real 32bit Windows + +MIESUtils XOP +------------- + +- New function MU_GetFreeDiskSpace + +Labnotebook +----------- + +New numerical keys +~~~~~~~~~~~~~~~~ + +- Digitizer Hardware Type + +Pressure Control +---------------- + +- Make breakin work again with NI hardware +- P_SetAndGetPressure now returns the real psi and not the calibrated one + +WaveBuilder +----------- + +- Reorganize controls and add per sweep ITI controls +- Due to the new per-sweep ITI the version of the stimset wave note has changed as well +- Create a newly saved stimset in the stimset folder so that it can be used + immediately without the need to recreate it. +- Speedup delta calculation + +Internal +-------- + +- Fix the bitrotted sampling interval calculation code +- Documentation: Don't syntax highlight verbatim blocks +- Enhance the debug panel +- DEBUGPRINT/DEBUGPRINTw: Add support for outputting waves +- Updated BackgroundWatchdog: New Panel Design, works with any background task + shows up to 15 tasks + +Tango +----- + +- Changed the delimiter character from ; to | for the cmdID passing + Release 1.6 =========== From 8e05697dc0719b9380e067fcd7776d0f6dcce141 Mon Sep 17 00:00:00 2001 From: Thomas Braun Date: Thu, 2 Aug 2018 14:49:37 +0200 Subject: [PATCH 3/3] Readme.md: Update supported versions Original-CommitID: 5e21d22ed777f86cf3514c10476d0fcf048f38f8 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17af0d1594..fb7228c3d4 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ Both can be downloaded from [here](http://mdc.custhelp.com/app/answers/detail/a_ The following versions receive fixes for all critical bugs. -* [1.6](http://bamboo.corp.alleninstitute.org/browse/MIES-RELEASE/latestSuccessful/artifact) -* [1.5](http://bamboo.corp.alleninstitute.org/browse/MIES-CRV1/latestSuccessful/artifact) +* [1.7](http://bamboo.corp.alleninstitute.org/browse/MIES-RELEASE/latestSuccessful/artifact) +* [1.6](http://bamboo.corp.alleninstitute.org/browse/MIES-CRV1/latestSuccessful/artifact) * [master](http://bamboo.corp.alleninstitute.org/browse/MIES-CM/latestSuccessful/artifact) intended for developer use ## Bug reporting