Recent Releases of pymodaq_data
pymodaq_data - 5.0.25
What's Changed
- make dwa filtering within a dte not sorted by name by default but only if using a True argument by @seb5g in https://github.com/PyMoDAQ/pymodaq_data/pull/46
Full Changelog: https://github.com/PyMoDAQ/pymodaq_data/compare/5.0.24...5.0.25
- Python
Published by seb5g about 1 year ago
pymodaq_data - 5.0.24
What's Changed
- Update GitHub Action Versions by @seb5g in https://github.com/PyMoDAQ/pymodaq_data/pull/43
- Feature/slicing by value quantity by @seb5g in https://github.com/PyMoDAQ/pymodaq_data/pull/44
Full Changelog: https://github.com/PyMoDAQ/pymodaq_data/compare/5.0.23...5.0.24
- Python
Published by seb5g about 1 year ago
pymodaq_data - 5.0.23
What's Changed
- Feature/argmin argmax by @seb5g in https://github.com/PyMoDAQ/pymodaq_data/pull/42
Full Changelog: https://github.com/PyMoDAQ/pymodaq_data/compare/5.0.22...5.0.23
- Python
Published by seb5g about 1 year ago
pymodaq_data - 5.0.22
What's Changed
- Update GitHub Action Versions by @seb5g in https://github.com/PyMoDAQ/pymodaq_data/pull/39
- Update GitHub Action Versions by @seb5g in https://github.com/PyMoDAQ/pymodaq_data/pull/40
- slicing with negative index induced some errors on the axis level by @seb5g in https://github.com/PyMoDAQ/pymodaq_data/pull/41
Full Changelog: https://github.com/PyMoDAQ/pymodaq_data/compare/5.0.21...5.0.22
- Python
Published by seb5g about 1 year ago
pymodaq_data - 5.0.21
What's Changed
- remove constraint on enum GroupType by @seb5g in https://github.com/PyMoDAQ/pymodaq_data/pull/38
Full Changelog: https://github.com/PyMoDAQ/pymodaq_data/compare/5.0.20...5.0.21
- Python
Published by seb5g over 1 year ago
pymodaq_data - 5.0.20
What's Changed
- Update README.rst by @seb5g in https://github.com/PyMoDAQ/pymodaq_data/pull/36
- handle a bit more the use of ellipsis in slicing when it is in naviga… by @seb5g in https://github.com/PyMoDAQ/pymodaq_data/pull/37
Full Changelog: https://github.com/PyMoDAQ/pymodaq_data/compare/5.0.19...5.0.20
- Python
Published by seb5g over 1 year ago
pymodaq_data - 5.0.19
What's Changed
- Provide origin info at the channel level in h5 files by @malik-irain in https://github.com/PyMoDAQ/pymodaq_data/pull/33
Full Changelog: https://github.com/PyMoDAQ/pymodaq_data/compare/5.0.18...5.0.19
- Python
Published by seb5g over 1 year ago
pymodaq_data - 5.0.18
What's Changed
- Added a section to provide optional development dependancies by @malik-irain in https://github.com/PyMoDAQ/pymodaq_data/pull/27
- Update GitHub Action Versions by @seb5g in https://github.com/PyMoDAQ/pymodaq_data/pull/32
- register serializable data objects with decorator by @seb5g in https://github.com/PyMoDAQ/pymodaq_data/pull/34
Full Changelog: https://github.com/PyMoDAQ/pymodaq_data/compare/5.0.17...5.0.18
- Python
Published by seb5g over 1 year ago
pymodaq_data - 5.0.17
What's Changed
- Update GitHub Action Versions by @seb5g in https://github.com/PyMoDAQ/pymodaq_data/pull/29
- adding the savetype in DataSaver by @seb5g in https://github.com/PyMoDAQ/pymodaq_data/pull/30
- add compatibility with the numpy roll and DWA objects by @seb5g in https://github.com/PyMoDAQ/pymodaq_data/pull/31
Full Changelog: https://github.com/PyMoDAQ/pymodaq_data/compare/5.0.16...5.0.17
- Python
Published by seb5g over 1 year ago
pymodaq_data - 5.0.16
What's Changed
- GitHub actions simplification by @malik-irain in https://github.com/PyMoDAQ/pymodaq_data/pull/24
- Update README.rst by @malik-irain in https://github.com/PyMoDAQ/pymodaq_data/pull/25
- Update GitHub Action Versions by @seb5g in https://github.com/PyMoDAQ/pymodaq_data/pull/26
- proper working in case on set data as a quantity by @seb5g in https://github.com/PyMoDAQ/pymodaq_data/pull/28
Full Changelog: https://github.com/PyMoDAQ/pymodaq_data/compare/5.0.15...5.0.16
- Python
Published by seb5g over 1 year ago
pymodaq_data - 5.0.15
What's Changed
- adding dte extraattributes and equality check by @seb5g in https://github.com/PyMoDAQ/pymodaq_data/pull/22
Full Changelog: https://github.com/PyMoDAQ/pymodaq_data/compare/5.0.14...5.0.15
- Python
Published by seb5g over 1 year ago
pymodaq_data - 5.0.14
What's Changed
- Provide a fallback version number in case no git installation is found and corrected project url by @malik-irain in https://github.com/PyMoDAQ/pymodaq_data/pull/18
- moved the base serializer, factory and built in serializables in pymo… by @seb5g in https://github.com/PyMoDAQ/pymodaq_data/pull/21
New Contributors
- @malik-irain made their first contribution in https://github.com/PyMoDAQ/pymodaq_data/pull/18
Full Changelog: https://github.com/PyMoDAQ/pymodaq_data/compare/5.0.13...5.0.14
- Python
Published by seb5g over 1 year ago
pymodaq_data - 5.0.13
What's Changed
- remove redundant doc with main pymodaq package by @seb5g in https://github.com/PyMoDAQ/pymodaq_data/pull/16
- make the default the deserialization without leftover bytes by @seb5g in https://github.com/PyMoDAQ/pymodaq_data/pull/17
Full Changelog: https://github.com/PyMoDAQ/pymodaq_data/compare/5.0.12...5.0.13
- Python
Published by seb5g over 1 year ago
pymodaq_data - 5.0.12
What's Changed
- adding pull request CI event by @seb5g in https://github.com/PyMoDAQ/pymodaq_data/pull/13
- Improve serializer typing by @BenediktBurger in https://github.com/PyMoDAQ/pymodaq_data/pull/10
- remove usued and deprecated name property by @seb5g in https://github.com/PyMoDAQ/pymodaq_data/pull/14
- Feature/serializer by @seb5g in https://github.com/PyMoDAQ/pymodaq_data/pull/15
New Contributors
- @BenediktBurger made their first contribution in https://github.com/PyMoDAQ/pymodaq_data/pull/10
Full Changelog: https://github.com/PyMoDAQ/pymodaq_data/compare/5.0.11...5.0.12
- Python
Published by seb5g over 1 year ago
pymodaq_data - 5.0.11
What's Changed
- adapt tables version by @seb5g in https://github.com/PyMoDAQ/pymodaq_data/pull/12
Full Changelog: https://github.com/PyMoDAQ/pymodaq_data/compare/5.0.10...5.0.11
- Python
Published by seb5g over 1 year ago
pymodaq_data - 5.0.10
What's Changed
- add operation on numpy functions by @seb5g in https://github.com/PyMoDAQ/pymodaq_data/pull/6
Full Changelog: https://github.com/PyMoDAQ/pymodaq_data/compare/5.0.9...5.0.10
- Python
Published by seb5g over 1 year ago
pymodaq_data - 5.0.9
What's Changed
- Update GitHub Action Versions by @seb5g in https://github.com/PyMoDAQ/pymodaq_data/pull/3
- Feature/saving enlargeable nd data by @seb5g in https://github.com/PyMoDAQ/pymodaq_data/pull/4
- add the close method by @seb5g in https://github.com/PyMoDAQ/pymodaq_data/pull/5
Full Changelog: https://github.com/PyMoDAQ/pymodaq_data/compare/5.0.8...5.0.9
- Python
Published by seb5g over 1 year ago
pymodaq_data - 5.0.8
What's Changed
- proper remove implementation by @seb5g in https://github.com/PyMoDAQ/pymodaq_data/pull/2
New Contributors
- @seb5g made their first contribution in https://github.com/PyMoDAQ/pymodaq_data/pull/2
Full Changelog: https://github.com/PyMoDAQ/pymodaq_data/compare/5.0.7...5.0.8
- Python
Published by seb5g over 1 year ago
pymodaq_data - 5.0.7
Full Changelog: https://github.com/PyMoDAQ/pymodaq_data/compare/5.0.6...5.0.7
patch plotter_factory patch remove dte method
- Python
Published by seb5g over 1 year ago
pymodaq_data - 5.0.6
Full Changelog: https://github.com/PyMoDAQ/pymodaq_data/commits/5.0.6
- Python
Published by seb5g almost 2 years ago