Skip to content

Commit 04945d8

Browse files
committed
Version 0.3.0
1 parent dd0da69 commit 04945d8

3 files changed

Lines changed: 15 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
## [Unreleased]
66

7+
## [0.3.0]
8+
9+
### Added
10+
11+
- Added support for JAX
12+
- Added the ability to middle-click a variable in the debugger to view as image
13+
714
## [0.2.4]
815

916
### Fixed
@@ -16,13 +23,13 @@
1623

1724
- Implemented a workaround for a bug in PyCharm 2024.2.1 that affects the ability to view images when debugging via SSH
1825

19-
## [0.2.2] - 2024-09-08
26+
## [0.2.2]
2027

2128
### Fixed
2229

2330
- Fixed a crash when attempting to view expression that contains special characters
2431

25-
## [0.2.1] - 2024-08-27
32+
## [0.2.1]
2633

2734
### Changes
2835

@@ -33,7 +40,7 @@
3340
- Fixed crash when viewing non-contiguous PyTorch tensor
3441
- Fixed incorrect transposition of BCHW images
3542

36-
## [0.2.0] - 2024-08-17
43+
## [0.2.0]
3744

3845
### Added
3946

@@ -47,19 +54,19 @@
4754
- Greatly improved overall performance
4855
- Fixed a memory leak
4956

50-
## [0.1.2] - 2024-08-13
57+
## [0.1.2]
5158

5259
### Added
5360

5461
- Added support for PyCharm 2024.2
5562

56-
## [0.1.1] - 2024-08-05
63+
## [0.1.1]
5764

5865
### Added
5966

6067
- Added support for some missing PIL types
6168

62-
## [0.1.0] - 2024-08-04
69+
## [0.1.0]
6370

6471
### Added
6572

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PixelLens is capable of displaying 1D, 2D, 3D or 4D data by right clicking any s
1212

1313
## Features
1414

15-
- View NumPy, OpenCV, PyTorch, TensorFlow and Pillow (PIL) data as image
15+
- View NumPy, OpenCV, PyTorch, TensorFlow, JAX and Pillow (PIL) data as image
1616
- View entire batches (fourth dimension) or individual channels of the data
1717
- Apply value normalization or Viridis colormap for better visibility
1818
- Transpose dimensions (CHW ↔ HWC) or reverse channels (RGB ↔ BGR)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = com.github.srwi.pixellens
44
pluginName = PixelLens
55
pluginRepositoryUrl = https://github.com/srwi/PyCharm-PixelLens
66
# SemVer format -> https://semver.org
7-
pluginVersion = 0.2.4
7+
pluginVersion = 0.3.0
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 233

0 commit comments

Comments
 (0)