Releases: srwi/PyCharm-PixelLens
Releases · srwi/PyCharm-PixelLens
0.3.2
0.3.1
Added
- Added support for PyCharm 2024.3
0.3.0
Added
- Added support for JAX
- Added the ability to middle-click a variable in the debugger to view as image
0.2.4
Fixed
- Fixed viewing of images nested in other types (e.g. inside classes or lists)
0.2.3
Fixed
- Implemented a workaround for a bug in PyCharm 2024.2.1 that affects the ability to view images when debugging via SSH
0.2.2
Fixes
- Fixed a crash when attempting to view expression that contains special characters
0.2.1
Changes
- Improved support for evaluate expressions
Fixes
- Fixed crash when viewing non-contiguous PyTorch tensor
- Fixed incorrect transposition of BCHW images
0.2.0
Changes
- Added Python console support
- Added progress indicator while loading image
- Added a hint whenever values are outside the displayable range
- Improved error handling and reporting actions
- Greatly improved overall performance
- Fixed a memory leak