Changes:
- Add support for Gaussian PSF (see #2).
- Rename function
hash_
tohashfunc
to remove conflicts with variables nameshash_
in the code.
For user code, add a compatibility functionhash_
that raises aFutureWarning
. - Fix previously ignored
chunkslice
argument. This argument is either'time'
or'bytes'
and determines
ifchunksize
refers to the number of elements or bytes. - Code and docstrings cleanups.
This release was sponsored by Dr. Eitan Lerner of the Department of Biological Chemistry, in the Alexander Silberman Institute of Life Sciences, The Hebrew University of Jerusalem.