Releases: pydicom/pylibjpeg
Releases · pydicom/pylibjpeg
v2.0.1
v2.0.0
- Drop support for Python 3.7
- Add support for Python 3.11 and 3.12
- Add type hints
- Add version 2 of pixel data interface
- Switch to
pyproject.toml
based packaging
v1.4.0
- Don't require the -openjpeg and -rle plugins
- Updated decoding plugin interface doc to allow using kwargs rather than ds
v1.3.0
- Add encoding interface for plugins and update plugin requirements specification
v1.2.0
- Added support for Python 3.9
- Removed standalone pydicom pixel data handler
The pylibjpeg.pydicom
module is deprecated and will be removed in v2.0,
use pydicom instead.get_pixel_data_decoders
moved frompylibjpeg.pydicom.utils
to
pylibjpeg.utils
v1.1.1
- Only add a handler to pydicom on package import if no handler is already available
v1.1.0
- Simplified the plugin interface
- Removed the
plugins
and_config
modules - Added
utils.get_decoders()
function - Added
pydicom.utils.get_pixel_data_decoders()
function - Changed arguments passed to pixel data decoding functions to
func(bytes, Dataset)
- Changes to better support multiple plugins
v1.0.0
Update _version.py