Skip to content

Commit e67cf68

Browse files
committed
chore: changelog v0.2.2
1 parent 3c0568a commit e67cf68

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [v0.2.2](https://github.com/pyapp-kit/ndv/tree/v0.2.2) (2025-01-29)
4+
5+
[Full Changelog](https://github.com/pyapp-kit/ndv/compare/v0.2.1...v0.2.2)
6+
7+
**Implemented enhancements:**
8+
9+
- feat: bring back some labeled axes feature from v1 [\#121](https://github.com/pyapp-kit/ndv/pull/121) ([tlambert03](https://github.com/tlambert03))
10+
- feat: add pygfx-backed histogram [\#105](https://github.com/pyapp-kit/ndv/pull/105) ([gselzer](https://github.com/gselzer))
11+
12+
**Fixed bugs:**
13+
14+
- fix: don't \_update\_visible\_sliders if there is no data [\#127](https://github.com/pyapp-kit/ndv/pull/127) ([tlambert03](https://github.com/tlambert03))
15+
- bug: fix case where current\_index contains duplicate keys [\#122](https://github.com/pyapp-kit/ndv/pull/122) ([tlambert03](https://github.com/tlambert03))
16+
- fix: hide sliders for singleton axes [\#120](https://github.com/pyapp-kit/ndv/pull/120) ([tlambert03](https://github.com/tlambert03))
17+
18+
**Documentation:**
19+
20+
- docs: Add mechanism to generate screenshot from examples, and build during docs [\#126](https://github.com/pyapp-kit/ndv/pull/126) ([tlambert03](https://github.com/tlambert03))
21+
- docs: make all scripts pep 723 compliant [\#124](https://github.com/pyapp-kit/ndv/pull/124) ([tlambert03](https://github.com/tlambert03))
22+
- docs: Add a set of examples in `cookbook` [\#123](https://github.com/pyapp-kit/ndv/pull/123) ([jacopoabramo](https://github.com/jacopoabramo))
23+
- docs: fix ArrayViewer hide method docstring [\#107](https://github.com/pyapp-kit/ndv/pull/107) ([fdrgsp](https://github.com/fdrgsp))
24+
25+
**Merged pull requests:**
26+
27+
- refactor: extract GUI-specific logic to GUI folders [\#112](https://github.com/pyapp-kit/ndv/pull/112) ([tlambert03](https://github.com/tlambert03))
28+
- build: restrict qt a bit more [\#108](https://github.com/pyapp-kit/ndv/pull/108) ([tlambert03](https://github.com/tlambert03))
29+
330
## [v0.2.1](https://github.com/pyapp-kit/ndv/tree/v0.2.1) (2025-01-17)
431

532
[Full Changelog](https://github.com/pyapp-kit/ndv/compare/v0.2.0...v0.2.1)

0 commit comments

Comments
 (0)