Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ewoksdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
workflow
ewoksapps
ewoksdata
Commits
f35382ca
Commit
f35382ca
authored
1 year ago
by
Wout De Nolf
Browse files
Options
Downloads
Plain Diff
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
!74
bump version
Pipeline
#165204
passed
11 months ago
Stage: test
Stage: style
Stage: build
Stage: test_build
Stage: deploy
Changes
2
Pipelines
9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+46
-24
46 additions, 24 deletions
CHANGELOG.md
src/ewoksdata/__init__.py
+1
-1
1 addition, 1 deletion
src/ewoksdata/__init__.py
with
47 additions
and
25 deletions
CHANGELOG.md
+
46
−
24
View file @
f35382ca
# 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
This diff is collapsed.
Click to expand it.
src/ewoksdata/__init__.py
+
1
−
1
View file @
f35382ca
__version__
=
"
0.
3
.0
"
__version__
=
"
0.
4
.0
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment