Skip to content

Commit f3eef2b

Browse files
committed
Update release notes
Original-CommitID: b539e31d27ae8c263dcb4c0ba696e6a14dac860e
1 parent fb1713c commit f3eef2b

File tree

1 file changed

+37
-3
lines changed

1 file changed

+37
-3
lines changed

Diff for: Packages/doc/releasenotes.rst

+37-3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ DataBrowser/SweepBrowser
2424

2525
- Enhance vertical axis ticks for on/off entries
2626
- Don't plot anything if no sweeps are selected with OVS
27+
- Nicify visualization of textual entries
2728

2829
DA\_Ephys
2930
---------
@@ -36,11 +37,18 @@ DA\_Ephys
3637
- Allow stopping DAQ with ESC
3738
- Allow stopping the testpulse always with ESC
3839
- Fix DAQ restart logic when changing the stimset and TP after DAQ is enabled
40+
- Fix forgotten update of stimsets in GUI with unlocked indexing
41+
- Fix indexing with reversed stimset order
42+
- Fix locked indexing bug. When the first stimset is not the one with the most
43+
sweeps we fail to produce the correct acquisition order.
44+
- Document the really used ITI when it is changed mid sweep
45+
- Fix TP settings change if TP is running, no more bugging out
3946

4047
ExperimentConfig
4148
----------------
4249

43-
None
50+
- Add Testpulse amplitude in current clamp (IC) to configuration
51+
- Close the user config notebook immediately if it is not used anymore
4452

4553
Downsample
4654
----------
@@ -74,6 +82,11 @@ Analysis Functions
7482
- PSQ_Rheobase: Handle failing baseline QC properly
7583
- Add `PSQ_Ramp <http://10.128.24.29/master/file/_m_i_e_s___analysis_functions___patch_seq_8ipf.html?highlight=psq_ramp#_CPPv28PSQ_Ramp6stringP19AnalysisFunction_V3>`__ with tests, documentation and flow chart
7684
- Port to V3 API
85+
- Fix spike detection logic
86+
- Support indexing
87+
- PSQ_SearchForSpikes: Fix searching for multiple spikes and finding none
88+
- Patch Seq Rheobase: Increase post pulse baseline chunk size to 500ms
89+
- PSQ_Rheobase: Fix stimset length check
7790

7891
- Introduce Analysis functions V3. All new analysis functions should use this format.
7992
- Add support for analysis parameters which can be attached to stimsets and are passed into the analysis function.
@@ -84,7 +97,8 @@ Analysis Functions
8497
- Ensure that MID_SWEEP_EVENT is always reached
8598
- Analysis parameters: Add method to request the types as well
8699
A breaking change is that the names now must be separated with commas
87-
(,) as that is more in line who we store the entries in the stimset.
100+
(,) as that is more in line how we store the entries in the stimset.
101+
- Add PRE_SET_EVENT and fix POST_SET_EVENT for indexing
88102

89103
Foreign Function interface
90104
--------------------------
@@ -103,6 +117,13 @@ General
103117
- AFH_ExtractOneDimDataFromSweep: More documentation and add support for TTL channels
104118
- All hardware dependent XOPs are now not a compilation requirement anymore
105119
- Reorganize menu
120+
- Add a cache for the labnotebook queries, this speeds up reading out the
121+
labnotebook by around two orders of magnitude
122+
- Add shortcuts to most common MIES panels
123+
- Use fast line drawing for oscilloscope traces (Igor Pro 8 only)
124+
- Make Multi Device DAQ the default
125+
- Let NWB_ExportAllData use the given NWB via overrideFilePath and not use the
126+
standard NWB file derived from the experiment name
106127

107128
Installer
108129
---------
@@ -167,6 +188,9 @@ New numerical keys
167188
- "Autobias Vcom variance": Voltage variance [mV]
168189
- "Autobias Ibias max": Maximum current [pA]
169190
- "Autobias": On/Off
191+
- "Set Cycle count": Number of times a stimset was completely acquired in a row
192+
- "Stimset acquisition cycle ID": Unique identifier which is constant for all
193+
sweeps of an RAC with the same stimset and set cycle count.
170194

171195
New textual keys
172196
~~~~~~~~~~~~~~~~
@@ -194,7 +218,7 @@ Changed textual entries
194218
NWB/IPNWB
195219
---------
196220

197-
None
221+
- Store the Igor Pro history in NWB on interactive export
198222

199223
File format
200224
~~~~~~~~~~~
@@ -215,6 +239,12 @@ WaveBuilder
215239
- Add GUI for handling analysis parameters
216240
- Sort the list of shown stimsets across channel types
217241
- Add stimset checksum to the stimset wavenote
242+
- Fail with a good error message on unknown delta modes on stimset creation
243+
- Upgrade WP/WPT waves to hold per entry delta operations and multipliers
244+
- WPT now gained layers for epoch type specific data
245+
- Add a new delta operation named "Explicit delta values" which allows to set
246+
the delta value for each sweep
247+
- Don't error out on the combine epoch tab with no stimsets available
218248

219249
Work Sequencing Engine
220250
----------------------
@@ -231,6 +261,10 @@ Internal
231261
- Mies Version: Add date and time of last commit
232262
- Remove stale wrapper functions
233263
- Removed stock XOPs/Procedures/HelpFiles with shortcuts to their original location
264+
- Add MIESUtils XOP with MU_WaveModCount, WaveModCount is available in IP8
265+
- Unify GetLastSetting and GetLastSettingText
266+
- Wave cache: Allow to operate on a non-duplicated wave
267+
- Enhance indexing documentation, add a human readable description how indexing should work
234268

235269
Tango
236270
-----

0 commit comments

Comments
 (0)