Skip to content

Releases: pydicom/pylibjpeg

v2.0.0

07 Jan 06:59
49c19c8
Compare
Choose a tag to compare
  • 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

22 Jan 04:56
bc25035
Compare
Choose a tag to compare
  • Don't require the -openjpeg and -rle plugins
  • Updated decoding plugin interface doc to allow using kwargs rather than ds

v1.3.0

02 May 03:00
a539187
Compare
Choose a tag to compare
  • Add encoding interface for plugins and update plugin requirements specification

v1.2.0

11 Apr 02:23
bc205ea
Compare
Choose a tag to compare
  • 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 from pylibjpeg.pydicom.utils to
    pylibjpeg.utils

v1.1.1

15 Jun 00:48
1d428d3
Compare
Choose a tag to compare
  • Only add a handler to pydicom on package import if no handler is already available

v1.1.0

13 Jun 01:18
b09b1f8
Compare
Choose a tag to compare
  • 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

14 Mar 02:33
37a2836
Compare
Choose a tag to compare
Update _version.py