Skip to content
Snippets Groups Projects
Commit f35382ca authored by Wout De Nolf's avatar Wout De Nolf
Browse files

Merge branch 'release' into 'main'

bump version

See merge request !74
parents dcae0443 ea64b2c7
No related branches found
No related tags found
1 merge request!74bump version
Pipeline #165204 passed
# CHANGELOG.md
## 0.4.0 (unreleased)
## 0.5.0 (unreleased)
## 0.4.0
New Features:
- Support Bliss 2.0
## 0.3.0
Breaking changes:
- Replaced the `bliss` extra install option with `online`
- Replaced the `bliss` extra install option with `online`
Bug fixes:
- Check for empty-directory when calling os.makedirs
- Check for empty-directory when calling os.makedirs
## 0.2.7
New Features:
- `StackDatasetWriter`: write HDF5 dataset with one extra dimension than `DatasetWriter`
- `StackDatasetWriter`: write HDF5 dataset with one extra dimension than `DatasetWriter`
Bug fixes:
- `iter_bliss_scan_data_from_memory` capture lima exceptions
- `iter_bliss_scan_data_from_memory` capture lima exceptions
## 0.2.6
Changes:
- `get_data` support non-HDF5 URL's without scheme
- `get_data` support non-HDF5 URL's without scheme
## 0.2.5
Changes:
- `iter_bliss_scan_data_from_memory` retry getting the lima proxy
- `iter_bliss_scan_data_from_memory` retry getting the lima proxy
Bug fixes:
- `create_nexus_group` bug when no directory is provided
- `iter_bliss_scan_data_from_memory` check lima acquisition number
- `create_nexus_group` bug when no directory is provided
- `iter_bliss_scan_data_from_memory` check lima acquisition number
## 0.2.4
Bug fixes:
- `DatasetWriter` time based flushing fix alignment
- `DatasetWriter` time based flushing fix alignment
## 0.2.3
Changes:
- retry getting the Redis node when getting data from memory
- `DatasetWriter` optional time-based flushing
- retry getting the Redis node when getting data from memory
- `DatasetWriter` optional time-based flushing
Bug fixes:
- fix `blissdata` bug
- fix `blissdata` bug
## 0.2.2
Changes:
- add `h5exists`
- `DatasetWriter` fill value is NaN
- `DatasetWriter` support dataset attributes
- add `h5exists`
- `DatasetWriter` fill value is NaN
- `DatasetWriter` support dataset attributes
Bug fixes:
- `DatasetWriter` for small datasets without chunking failed
- `DatasetWriter` for small datasets without chunking failed
## 0.2.1
Bug fixes:
- missing `blissdata` dependency
- missing `blissdata` dependency
## 0.2.0
Changes:
- use `blissdata` to iterate over scan data
- use `blissdata` to iterate over scan data
## 0.1.1
New Features:
- `DatasetWriter`: works as a context manager
- `DatasetWriter`: works as a context manager
## 0.1.0
New Features:
- `iter_bliss_data`: iterator for online Bliss data
- `get_data`: get online Bliss data
- `DatasetWriter`: write HDF5 dataset with chunk guessing and alignment
- `last_lima_image`: last image of a running scan
- `iter_bliss_data`: iterator for online Bliss data
- `get_data`: get online Bliss data
- `DatasetWriter`: write HDF5 dataset with chunk guessing and alignment
- `last_lima_image`: last image of a running scan
__version__ = "0.3.0"
__version__ = "0.4.0"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment