What's Changed * make sure to get the base logger to access its handler by seb5g in https://github.com/PyMoDAQ/PyMoDAQ/pull/309 * Bugfix/tooltip loop by seb5g in https://github.com/PyMoDAQ/PyMoDAQ/pull/310 * Fix typo in documentation by BenediktBurger in https://github.com/PyMoDAQ/PyMoDAQ/pull/314 * make sure the childadded change doesn't cause error by seb5g in https://github.com/PyMoDAQ/PyMoDAQ/pull/316 * Feature/tcpip parameters serialization by seb5g in https://github.com/PyMoDAQ/PyMoDAQ/pull/326 * add H5Browser.load_file() to load a new file by rgeneaux in https://github.com/PyMoDAQ/PyMoDAQ/pull/327 * Sliders now accept suffix and SIprefix if given in opts by Ashwolaa in https://github.com/PyMoDAQ/PyMoDAQ/pull/328 * better explanation about usage and test suite for the object_deserialization by seb5g in https://github.com/PyMoDAQ/PyMoDAQ/pull/324 * adding properties to check properly if controller is master or slave by seb5g in https://github.com/PyMoDAQ/PyMoDAQ/pull/330 * adding docstring by seb5g in https://github.com/PyMoDAQ/PyMoDAQ/pull/331 * Feature/qapplication with statement by seb5g in https://github.com/PyMoDAQ/PyMoDAQ/pull/335 * Feature/dashboard loader for extensions by seb5g in https://github.com/PyMoDAQ/PyMoDAQ/pull/336 * remove pull request trigger by seb5g in https://github.com/PyMoDAQ/PyMoDAQ/pull/337 * test to check that loadind an axis node with a DataLoader is fine by seb5g in https://github.com/PyMoDAQ/PyMoDAQ/pull/341 * Feature/daq move sizing by seb5g in https://github.com/PyMoDAQ/PyMoDAQ/pull/342 * update doc by seb5g in https://github.com/PyMoDAQ/PyMoDAQ/pull/344 * Removed unused Slot decorator on DashBoard.stop_moves() by loicguilmard in https://github.com/PyMoDAQ/PyMoDAQ/pull/343 * Feature/threadcommand daq scan by seb5g in https://github.com/PyMoDAQ/PyMoDAQ/pull/349 * Bugfix/viewer dispatcher names by seb5g in https://github.com/PyMoDAQ/PyMoDAQ/pull/351 * Bugfix/plot colors by seb5g in https://github.com/PyMoDAQ/PyMoDAQ/pull/354 * Bugfix/release hdf5 file ref by seb5g in https://github.com/PyMoDAQ/PyMoDAQ/pull/347 * Added confirmation overwrite if FileExists by loicguilmard in https://github.com/PyMoDAQ/PyMoDAQ/pull/334 * Feature/data units by seb5g in https://github.com/PyMoDAQ/PyMoDAQ/pull/356 * adding the angle method to DataBase by seb5g in https://github.com/PyMoDAQ/PyMoDAQ/pull/357 * Feature/data units by seb5g in https://github.com/PyMoDAQ/PyMoDAQ/pull/358 * Feature/config children by seb5g in https://github.com/PyMoDAQ/PyMoDAQ/pull/359 * patch PlotColors by seb5g in https://github.com/PyMoDAQ/PyMoDAQ/pull/361 * use ThreadCommand with status_sig everywhere by seb5g in https://github.com/PyMoDAQ/PyMoDAQ/pull/360 * Update tutorial "Write & release a new plugin" by quantumm in https://github.com/PyMoDAQ/PyMoDAQ/pull/364
New Contributors * loicguilmard made their first contribution in https://github.com/PyMoDAQ/PyMoDAQ/pull/343
What's Changed * Improve the serializer by BenediktBurger in https://github.com/PyMoDAQ/PyMoDAQ/pull/430 * Corrected bug in remote_manager by rbeignon in https://github.com/PyMoDAQ/PyMoDAQ/pull/438 * Update GitHub Action Versions by seb5g in https://github.com/PyMoDAQ/PyMoDAQ/pull/437
New Contributors * rbeignon made their first contribution in https://github.com/PyMoDAQ/PyMoDAQ/pull/438
What's Changed * Add long_description_content_type to setup by rgeneaux in https://github.com/PyMoDAQ/PyMoDAQ/pull/417 * Add example for qt-less standalone module using LECO by BenediktBurger in https://github.com/PyMoDAQ/PyMoDAQ/pull/413 * Features/binary transport for PyLECO by BenediktBurger in https://github.com/PyMoDAQ/PyMoDAQ/pull/404 * use base_units to get the displayed unit by seb5g in https://github.com/PyMoDAQ/PyMoDAQ/pull/425 * get new current value when user change the actuator axis by seb5g in https://github.com/PyMoDAQ/PyMoDAQ/pull/426 * add specific condition for displaying correct units by seb5g in https://github.com/PyMoDAQ/PyMoDAQ/pull/427
409 shows a major breaking chnage in the Bayesian Optimisation package. Until this sis included in pymodaq, we will restrict this libray to the <2.0.0 version
correct units printing in DAQ_Move (reduced units wr to base units) See pint documention Special case of angular degrees
4.4.3
What's Changed * Update move_utility_classes.py by seb5g in https://github.com/PyMoDAQ/PyMoDAQ/pull/398 * axis, units initialization and reading from client by seb5g in https://github.com/PyMoDAQ/PyMoDAQ/pull/400