Skip to content

Releases: PyMoDAQ/PyMoDAQ

4.2.3 TCP/IP Update Parameters patch

13 Jun 20:04
275d8a9
Compare
Choose a tag to compare

4.2.2

07 Jun 14:46
28164c7
Compare
Choose a tag to compare

Full Changelog: 4.2.1...4.2.2

4.2.1

28 May 09:48
Compare
Choose a tag to compare

What's Changed

  • moved the coordinatro startup out of the init by @seb5g in #306

Full Changelog: 4.2.0...4.2.1

4.2.0

17 May 12:09
279cf6d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.1...4.2.0

4.1.5

17 May 09:05
83783a6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.4...4.1.5

4.1.4

18 Apr 08:13
Compare
Choose a tag to compare

What's Changed

  • Fixed broken double-click for moving and init position in the daq_scan by @aurore-finco in #298

New Contributors

Full Changelog: 4.1.3...4.1.4

4.1.3 Pyqtgraph issue

15 Mar 15:40
7ba8f0a
Compare
Choose a tag to compare

What's Changed

  • add requirement on pyqtgraph to avoid issue on Parameter registering by @seb5g in #291

Full Changelog: 4.1.2...4.1.3

4.1.2

11 Mar 12:00
5bd1b66
Compare
Choose a tag to compare

What's Changed

  • try not to load data if node in h5 is not a data node by @seb5g in #257
  • Hotfix/tabular scanner by @seb5g in #262
  • Bug/input arguments h5browser by @seb5g in #261
  • adding CI run on PR by @seb5g in #274

Full Changelog: 4.1.1...4.1.2

4.1.1

05 Feb 21:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.0...4.1.1

4.1.0 New Minor

24 Jan 13:31
36572e8
Compare
Choose a tag to compare

What's Changed

  • make sure the averaging within daq_viewer is applied when using daq_scan by @seb5g in #152
  • Scan close by @seb5g in #155
  • close properly the parent widget (mainwindow) by @seb5g in #156
  • make sure one can now use SpecialSlicerData to set part of a dataobject by @seb5g in #158
  • replacing the dwa "origin" by the control module's title by @seb5g in #160
  • make sure the total dim included nav axes does not exceed 2D by @seb5g in #161
  • Add plugin package name to documentation by @BenediktBurger in #162
  • Fix node exporters by @seb5g in #163
  • redefines the Vertical label class by @seb5g in #165
  • reverting to using pyqtgraph stuff (using the actual PR#2850 in pyqtg… by @seb5g in #166
  • make sure one can resize the header of the parametertree by @seb5g in #167
  • publishing dedicated doc on the use/methods to deal with axis in an actuator by @seb5g in #171
  • Update instrument_plugins.rst by @BenediktBurger in #164
  • Fix 168 threading problems by @BenediktBurger in #174
  • Documentation for Linux installation by @Ashwolaa in #182
  • TCP/IP for PyMoDAQ4 - Serialization/Deserialization by @seb5g in #183
  • updated the tcp/ip communication documentation by @seb5g in #184
  • Deepcopy of dte to prevent change of axis indices by daq_scan by @rgeneaux in #178
  • adds overlay into 1D dataviewer by @seb5g in #186
  • Update installation.rst by @Ashwolaa in #191
  • H5 node Exporters by @seb5g in #197
  • Custom scanners by @seb5g in #198
  • Dashboard preset error by @seb5g in #199
  • start the init connection using a signal by @seb5g in #202
  • now one can add entries to a combo widget in the settings with a dict under the hood by @seb5g in #189
  • fix typo in move_utility_classes.py by @rgeneaux in #207
  • fix child_new_key in set_param_from_param by @rgeneaux in #208
  • Use setLimits in set_param_from_param by @rgeneaux in #209
  • Test for widget after dict change in set_param_from_param by @rgeneaux in #212
  • Update write_documentation.rst by @jerlfan in #215
  • Enlargeable data chunks by @seb5g in #216
  • typos in Data Management doc by @jerlfan in #217
  • Enlargeable data chunks by @seb5g in #218
  • Dblogger pymo4 by @seb5g in #219
  • Adding 1D sparsed_scan by @Ashwolaa in #203
  • One can modify configuration and allow settings edition during grab by @seb5g in #221
  • Settings by @Ashwolaa in #205
  • Settings by @seb5g in #222
  • Save plot extra attributes in DataFromPlugins to tailor even more the DAQ_Viewer behaviour by @seb5g in #223
  • Aspect ratio on Viewer2D by @Ashwolaa in #225
  • ROI by @Ashwolaa in #226
  • Adding keyword checked for add_action by @Ashwolaa in #227
  • force a slider to take integer value by adding the int=True option in… by @seb5g in #228
  • center and resize the ROISelect when activated by @seb5g in #231
  • 4.0.x dev by @seb5g in #232
  • Git tutorial by @quantumm in #233
  • Display patch for 2D linear scan by @Ashwolaa in #237
  • Adding checkbox for listitem in parameter types by @Ashwolaa in #213
  • small bugfixes by @rgeneaux in #236
  • Fix "use PID as actuator" in preset by @rgeneaux in #239
  • Save scanner settings by @seb5g in #220
  • Create setup_plugin.py by @seb5g in #242
  • take into account some scanner settings may be a group parameter by @seb5g in #243
  • Order of data in the dataviewers by @seb5g in #244
  • Bugfix/spread data nav axis by @seb5g in #240

New Contributors

Full Changelog: 4.0.8...4.1.0