|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## [v0.3.0](https://github.com/tlambert03/cmap/tree/v0.3.0) (2024-07-24) |
| 3 | +## [v0.3.0](https://github.com/pyapp-kit/cmap/tree/v0.3.0) (2024-07-24) |
4 | 4 |
|
5 |
| -[Full Changelog](https://github.com/tlambert03/cmap/compare/v0.2.2...v0.3.0) |
| 5 | +[Full Changelog](https://github.com/pyapp-kit/cmap/compare/v0.2.2...v0.3.0) |
6 | 6 |
|
7 | 7 | **Implemented enhancements:**
|
8 | 8 |
|
9 |
| -- feat: Add the `cerrado` sequential colormap [\#69](https://github.com/tlambert03/cmap/pull/69) ([apcamargo](https://github.com/apcamargo)) |
10 |
| -- feat: add flexible integer conversion [\#68](https://github.com/tlambert03/cmap/pull/68) ([tlambert03](https://github.com/tlambert03)) |
11 |
| -- feat: Add the `okabeito` namespace and colormap [\#65](https://github.com/tlambert03/cmap/pull/65) ([apcamargo](https://github.com/apcamargo)) |
12 |
| -- feat: Add the `araucaria` sequential colormap [\#64](https://github.com/tlambert03/cmap/pull/64) ([apcamargo](https://github.com/apcamargo)) |
| 9 | +- feat: Add the `cerrado` sequential colormap [\#69](https://github.com/pyapp-kit/cmap/pull/69) ([apcamargo](https://github.com/apcamargo)) |
| 10 | +- feat: add flexible integer conversion [\#68](https://github.com/pyapp-kit/cmap/pull/68) ([tlambert03](https://github.com/tlambert03)) |
| 11 | +- feat: Add the `okabeito` namespace and colormap [\#65](https://github.com/pyapp-kit/cmap/pull/65) ([apcamargo](https://github.com/apcamargo)) |
| 12 | +- feat: Add the `araucaria` sequential colormap [\#64](https://github.com/pyapp-kit/cmap/pull/64) ([apcamargo](https://github.com/apcamargo)) |
13 | 13 |
|
14 | 14 | **Documentation:**
|
15 | 15 |
|
16 |
| -- docs: add contrib namespace, add how-to-contribute to FAQ [\#63](https://github.com/tlambert03/cmap/pull/63) ([tlambert03](https://github.com/tlambert03)) |
| 16 | +- docs: add contrib namespace, add how-to-contribute to FAQ [\#63](https://github.com/pyapp-kit/cmap/pull/63) ([tlambert03](https://github.com/tlambert03)) |
17 | 17 |
|
18 | 18 | **Merged pull requests:**
|
19 | 19 |
|
20 |
| -- Add the `observable10` qualitative colormap [\#67](https://github.com/tlambert03/cmap/pull/67) ([apcamargo](https://github.com/apcamargo)) |
21 |
| -- refactor: clarify that authors/license can be added directly to colormap entries, update contrib [\#66](https://github.com/tlambert03/cmap/pull/66) ([tlambert03](https://github.com/tlambert03)) |
| 20 | +- Add the `observable10` qualitative colormap [\#67](https://github.com/pyapp-kit/cmap/pull/67) ([apcamargo](https://github.com/apcamargo)) |
| 21 | +- refactor: clarify that authors/license can be added directly to colormap entries, update contrib [\#66](https://github.com/pyapp-kit/cmap/pull/66) ([tlambert03](https://github.com/tlambert03)) |
22 | 22 |
|
23 |
| -## [v0.2.2](https://github.com/tlambert03/cmap/tree/v0.2.2) (2024-06-20) |
| 23 | +## [v0.2.2](https://github.com/pyapp-kit/cmap/tree/v0.2.2) (2024-06-20) |
24 | 24 |
|
25 |
| -[Full Changelog](https://github.com/tlambert03/cmap/compare/v0.2.1...v0.2.2) |
| 25 | +[Full Changelog](https://github.com/pyapp-kit/cmap/compare/v0.2.1...v0.2.2) |
26 | 26 |
|
27 | 27 | **Implemented enhancements:**
|
28 | 28 |
|
29 |
| -- feat: smaller serialization for catalog items [\#59](https://github.com/tlambert03/cmap/pull/59) ([tlambert03](https://github.com/tlambert03)) |
| 29 | +- feat: smaller serialization for catalog items [\#59](https://github.com/pyapp-kit/cmap/pull/59) ([tlambert03](https://github.com/tlambert03)) |
30 | 30 |
|
31 | 31 | **Fixed bugs:**
|
32 | 32 |
|
33 |
| -- fix: fixes for numpy2 [\#60](https://github.com/tlambert03/cmap/pull/60) ([tlambert03](https://github.com/tlambert03)) |
| 33 | +- fix: fixes for numpy2 [\#60](https://github.com/pyapp-kit/cmap/pull/60) ([tlambert03](https://github.com/tlambert03)) |
34 | 34 |
|
35 |
| -## [v0.2.1](https://github.com/tlambert03/cmap/tree/v0.2.1) (2024-05-17) |
| 35 | +## [v0.2.1](https://github.com/pyapp-kit/cmap/tree/v0.2.1) (2024-05-17) |
36 | 36 |
|
37 |
| -[Full Changelog](https://github.com/tlambert03/cmap/compare/v0.2.0...v0.2.1) |
| 37 | +[Full Changelog](https://github.com/pyapp-kit/cmap/compare/v0.2.0...v0.2.1) |
38 | 38 |
|
39 | 39 | **Implemented enhancements:**
|
40 | 40 |
|
41 |
| -- Expose `Colormap.num_colors` and document usage for cycling through qualitative colormaps [\#55](https://github.com/tlambert03/cmap/pull/55) ([andy-sweet](https://github.com/andy-sweet)) |
| 41 | +- Expose `Colormap.num_colors` and document usage for cycling through qualitative colormaps [\#55](https://github.com/pyapp-kit/cmap/pull/55) ([andy-sweet](https://github.com/andy-sweet)) |
42 | 42 |
|
43 | 43 | **Documentation:**
|
44 | 44 |
|
45 |
| -- docs: make colormap attributes more visible [\#56](https://github.com/tlambert03/cmap/pull/56) ([tlambert03](https://github.com/tlambert03)) |
| 45 | +- docs: make colormap attributes more visible [\#56](https://github.com/pyapp-kit/cmap/pull/56) ([tlambert03](https://github.com/tlambert03)) |
46 | 46 |
|
47 |
| -## [v0.2.0](https://github.com/tlambert03/cmap/tree/v0.2.0) (2024-04-28) |
| 47 | +## [v0.2.0](https://github.com/pyapp-kit/cmap/tree/v0.2.0) (2024-04-28) |
48 | 48 |
|
49 |
| -[Full Changelog](https://github.com/tlambert03/cmap/compare/v0.1.3...v0.2.0) |
| 49 | +[Full Changelog](https://github.com/pyapp-kit/cmap/compare/v0.1.3...v0.2.0) |
50 | 50 |
|
51 | 51 | **Implemented enhancements:**
|
52 | 52 |
|
53 |
| -- feat: add shifted method [\#52](https://github.com/tlambert03/cmap/pull/52) ([tlambert03](https://github.com/tlambert03)) |
54 |
| -- feat: add over/under/bad colors [\#50](https://github.com/tlambert03/cmap/pull/50) ([tlambert03](https://github.com/tlambert03)) |
55 |
| -- feat: add Paul Tol's colormaps [\#48](https://github.com/tlambert03/cmap/pull/48) ([Jhsmit](https://github.com/Jhsmit)) |
56 |
| -- feat: add support for pyqtgraph [\#32](https://github.com/tlambert03/cmap/pull/32) ([tlambert03](https://github.com/tlambert03)) |
| 53 | +- feat: add shifted method [\#52](https://github.com/pyapp-kit/cmap/pull/52) ([tlambert03](https://github.com/tlambert03)) |
| 54 | +- feat: add over/under/bad colors [\#50](https://github.com/pyapp-kit/cmap/pull/50) ([tlambert03](https://github.com/tlambert03)) |
| 55 | +- feat: add Paul Tol's colormaps [\#48](https://github.com/pyapp-kit/cmap/pull/48) ([Jhsmit](https://github.com/Jhsmit)) |
| 56 | +- feat: add support for pyqtgraph [\#32](https://github.com/pyapp-kit/cmap/pull/32) ([tlambert03](https://github.com/tlambert03)) |
57 | 57 |
|
58 | 58 | **Fixed bugs:**
|
59 | 59 |
|
60 |
| -- fix: fix interpolation argument preservation in custom colormaps [\#47](https://github.com/tlambert03/cmap/pull/47) ([tlambert03](https://github.com/tlambert03)) |
61 |
| -- fix: misc fixes for pydantic deprecations and other breakages [\#38](https://github.com/tlambert03/cmap/pull/38) ([tlambert03](https://github.com/tlambert03)) |
| 60 | +- fix: fix interpolation argument preservation in custom colormaps [\#47](https://github.com/pyapp-kit/cmap/pull/47) ([tlambert03](https://github.com/tlambert03)) |
| 61 | +- fix: misc fixes for pydantic deprecations and other breakages [\#38](https://github.com/pyapp-kit/cmap/pull/38) ([tlambert03](https://github.com/tlambert03)) |
62 | 62 |
|
63 | 63 | **Documentation:**
|
64 | 64 |
|
65 |
| -- docs: use natsort for docs [\#51](https://github.com/tlambert03/cmap/pull/51) ([tlambert03](https://github.com/tlambert03)) |
| 65 | +- docs: use natsort for docs [\#51](https://github.com/pyapp-kit/cmap/pull/51) ([tlambert03](https://github.com/tlambert03)) |
66 | 66 |
|
67 | 67 | **Merged pull requests:**
|
68 | 68 |
|
69 |
| -- ci\(dependabot\): bump softprops/action-gh-release from 1 to 2 [\#42](https://github.com/tlambert03/cmap/pull/42) ([dependabot[bot]](https://github.com/apps/dependabot)) |
70 |
| -- chore: use ruff instead of black [\#41](https://github.com/tlambert03/cmap/pull/41) ([tlambert03](https://github.com/tlambert03)) |
71 |
| -- test: Add test\_min extra and make sure tests run with bare minimum [\#40](https://github.com/tlambert03/cmap/pull/40) ([tlambert03](https://github.com/tlambert03)) |
72 |
| -- ci\(dependabot\): bump aganders3/headless-gui from 2.1 to 2.2 [\#37](https://github.com/tlambert03/cmap/pull/37) ([dependabot[bot]](https://github.com/apps/dependabot)) |
73 |
| -- ci\(dependabot\): bump codecov/codecov-action from 3 to 4 [\#36](https://github.com/tlambert03/cmap/pull/36) ([dependabot[bot]](https://github.com/apps/dependabot)) |
74 |
| -- ci\(dependabot\): bump actions/setup-python from 4 to 5 [\#34](https://github.com/tlambert03/cmap/pull/34) ([dependabot[bot]](https://github.com/apps/dependabot)) |
75 |
| -- ci\(dependabot\): bump aganders3/headless-gui from 1.2 to 2.1 [\#33](https://github.com/tlambert03/cmap/pull/33) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 69 | +- ci\(dependabot\): bump softprops/action-gh-release from 1 to 2 [\#42](https://github.com/pyapp-kit/cmap/pull/42) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 70 | +- chore: use ruff instead of black [\#41](https://github.com/pyapp-kit/cmap/pull/41) ([tlambert03](https://github.com/tlambert03)) |
| 71 | +- test: Add test\_min extra and make sure tests run with bare minimum [\#40](https://github.com/pyapp-kit/cmap/pull/40) ([tlambert03](https://github.com/tlambert03)) |
| 72 | +- ci\(dependabot\): bump aganders3/headless-gui from 2.1 to 2.2 [\#37](https://github.com/pyapp-kit/cmap/pull/37) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 73 | +- ci\(dependabot\): bump codecov/codecov-action from 3 to 4 [\#36](https://github.com/pyapp-kit/cmap/pull/36) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 74 | +- ci\(dependabot\): bump actions/setup-python from 4 to 5 [\#34](https://github.com/pyapp-kit/cmap/pull/34) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 75 | +- ci\(dependabot\): bump aganders3/headless-gui from 1.2 to 2.1 [\#33](https://github.com/pyapp-kit/cmap/pull/33) ([dependabot[bot]](https://github.com/apps/dependabot)) |
76 | 76 |
|
77 |
| -## [v0.1.3](https://github.com/tlambert03/cmap/tree/v0.1.3) (2023-12-04) |
| 77 | +## [v0.1.3](https://github.com/pyapp-kit/cmap/tree/v0.1.3) (2023-12-04) |
78 | 78 |
|
79 |
| -[Full Changelog](https://github.com/tlambert03/cmap/compare/v0.1.2...v0.1.3) |
| 79 | +[Full Changelog](https://github.com/pyapp-kit/cmap/compare/v0.1.2...v0.1.3) |
80 | 80 |
|
81 | 81 | **Fixed bugs:**
|
82 | 82 |
|
83 |
| -- update to\_pygfx [\#31](https://github.com/tlambert03/cmap/pull/31) ([tlambert03](https://github.com/tlambert03)) |
| 83 | +- update to\_pygfx [\#31](https://github.com/pyapp-kit/cmap/pull/31) ([tlambert03](https://github.com/tlambert03)) |
84 | 84 |
|
85 | 85 | **Documentation:**
|
86 | 86 |
|
87 |
| -- update docs and pre-commit [\#30](https://github.com/tlambert03/cmap/pull/30) ([tlambert03](https://github.com/tlambert03)) |
| 87 | +- update docs and pre-commit [\#30](https://github.com/pyapp-kit/cmap/pull/30) ([tlambert03](https://github.com/tlambert03)) |
88 | 88 |
|
89 | 89 | **Merged pull requests:**
|
90 | 90 |
|
91 |
| -- ci\(dependabot\): bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0 [\#28](https://github.com/tlambert03/cmap/pull/28) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 91 | +- ci\(dependabot\): bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0 [\#28](https://github.com/pyapp-kit/cmap/pull/28) ([dependabot[bot]](https://github.com/apps/dependabot)) |
92 | 92 |
|
93 |
| -## [v0.1.2](https://github.com/tlambert03/cmap/tree/v0.1.2) (2023-10-08) |
| 93 | +## [v0.1.2](https://github.com/pyapp-kit/cmap/tree/v0.1.2) (2023-10-08) |
94 | 94 |
|
95 |
| -[Full Changelog](https://github.com/tlambert03/cmap/compare/v0.1.1...v0.1.2) |
| 95 | +[Full Changelog](https://github.com/pyapp-kit/cmap/compare/v0.1.1...v0.1.2) |
96 | 96 |
|
97 | 97 | **Implemented enhancements:**
|
98 | 98 |
|
99 |
| -- feat: support python 3.12 [\#24](https://github.com/tlambert03/cmap/pull/24) ([tlambert03](https://github.com/tlambert03)) |
| 99 | +- feat: support python 3.12 [\#24](https://github.com/pyapp-kit/cmap/pull/24) ([tlambert03](https://github.com/tlambert03)) |
100 | 100 |
|
101 | 101 | **Fixed bugs:**
|
102 | 102 |
|
103 |
| -- fix: fix for issues in mpl 3.8.0 [\#27](https://github.com/tlambert03/cmap/pull/27) ([tlambert03](https://github.com/tlambert03)) |
| 103 | +- fix: fix for issues in mpl 3.8.0 [\#27](https://github.com/pyapp-kit/cmap/pull/27) ([tlambert03](https://github.com/tlambert03)) |
104 | 104 |
|
105 | 105 | **Merged pull requests:**
|
106 | 106 |
|
107 |
| -- ci\(pre-commit.ci\): autoupdate [\#26](https://github.com/tlambert03/cmap/pull/26) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)) |
| 107 | +- ci\(pre-commit.ci\): autoupdate [\#26](https://github.com/pyapp-kit/cmap/pull/26) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)) |
108 | 108 |
|
109 |
| -## [v0.1.1](https://github.com/tlambert03/cmap/tree/v0.1.1) (2023-09-07) |
| 109 | +## [v0.1.1](https://github.com/pyapp-kit/cmap/tree/v0.1.1) (2023-09-07) |
110 | 110 |
|
111 |
| -[Full Changelog](https://github.com/tlambert03/cmap/compare/v0.1.0...v0.1.1) |
| 111 | +[Full Changelog](https://github.com/pyapp-kit/cmap/compare/v0.1.0...v0.1.1) |
112 | 112 |
|
113 | 113 | **Implemented enhancements:**
|
114 | 114 |
|
115 |
| -- feat: select unique names by category [\#25](https://github.com/tlambert03/cmap/pull/25) ([tlambert03](https://github.com/tlambert03)) |
| 115 | +- feat: select unique names by category [\#25](https://github.com/pyapp-kit/cmap/pull/25) ([tlambert03](https://github.com/tlambert03)) |
116 | 116 |
|
117 |
| -## [v0.1.0](https://github.com/tlambert03/cmap/tree/v0.1.0) (2023-09-06) |
| 117 | +## [v0.1.0](https://github.com/pyapp-kit/cmap/tree/v0.1.0) (2023-09-06) |
118 | 118 |
|
119 |
| -[Full Changelog](https://github.com/tlambert03/cmap/compare/v0.0.3...v0.1.0) |
| 119 | +[Full Changelog](https://github.com/pyapp-kit/cmap/compare/v0.0.3...v0.1.0) |
120 | 120 |
|
121 | 121 | **Implemented enhancements:**
|
122 | 122 |
|
123 |
| -- feat: expose catalog as Colormap classmethod [\#22](https://github.com/tlambert03/cmap/pull/22) ([tlambert03](https://github.com/tlambert03)) |
| 123 | +- feat: expose catalog as Colormap classmethod [\#22](https://github.com/pyapp-kit/cmap/pull/22) ([tlambert03](https://github.com/tlambert03)) |
124 | 124 |
|
125 | 125 | **Fixed bugs:**
|
126 | 126 |
|
127 |
| -- fix: fix creating a cmap from existing cmap [\#21](https://github.com/tlambert03/cmap/pull/21) ([tlambert03](https://github.com/tlambert03)) |
128 |
| -- fix: change bwr to diverging [\#16](https://github.com/tlambert03/cmap/pull/16) ([tlambert03](https://github.com/tlambert03)) |
| 127 | +- fix: fix creating a cmap from existing cmap [\#21](https://github.com/pyapp-kit/cmap/pull/21) ([tlambert03](https://github.com/tlambert03)) |
| 128 | +- fix: change bwr to diverging [\#16](https://github.com/pyapp-kit/cmap/pull/16) ([tlambert03](https://github.com/tlambert03)) |
129 | 129 |
|
130 | 130 | **Documentation:**
|
131 | 131 |
|
132 |
| -- docs: fix typos [\#23](https://github.com/tlambert03/cmap/pull/23) ([tlambert03](https://github.com/tlambert03)) |
| 132 | +- docs: fix typos [\#23](https://github.com/pyapp-kit/cmap/pull/23) ([tlambert03](https://github.com/tlambert03)) |
133 | 133 |
|
134 | 134 | **Merged pull requests:**
|
135 | 135 |
|
136 |
| -- ci\(dependabot\): bump actions/checkout from 3 to 4 [\#20](https://github.com/tlambert03/cmap/pull/20) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 136 | +- ci\(dependabot\): bump actions/checkout from 3 to 4 [\#20](https://github.com/pyapp-kit/cmap/pull/20) ([dependabot[bot]](https://github.com/apps/dependabot)) |
137 | 137 |
|
138 |
| -## [v0.0.3](https://github.com/tlambert03/cmap/tree/v0.0.3) (2023-05-06) |
| 138 | +## [v0.0.3](https://github.com/pyapp-kit/cmap/tree/v0.0.3) (2023-05-06) |
139 | 139 |
|
140 |
| -[Full Changelog](https://github.com/tlambert03/cmap/compare/v0.0.2...v0.0.3) |
| 140 | +[Full Changelog](https://github.com/pyapp-kit/cmap/compare/v0.0.2...v0.0.3) |
141 | 141 |
|
142 | 142 | **Implemented enhancements:**
|
143 | 143 |
|
144 |
| -- feat: add colorcet aliases [\#11](https://github.com/tlambert03/cmap/pull/11) ([tlambert03](https://github.com/tlambert03)) |
| 144 | +- feat: add colorcet aliases [\#11](https://github.com/pyapp-kit/cmap/pull/11) ([tlambert03](https://github.com/tlambert03)) |
145 | 145 |
|
146 | 146 | **Documentation:**
|
147 | 147 |
|
148 |
| -- docs: break hue discontinuity in docs [\#13](https://github.com/tlambert03/cmap/pull/13) ([tlambert03](https://github.com/tlambert03)) |
| 148 | +- docs: break hue discontinuity in docs [\#13](https://github.com/pyapp-kit/cmap/pull/13) ([tlambert03](https://github.com/tlambert03)) |
149 | 149 |
|
150 |
| -## [v0.0.2](https://github.com/tlambert03/cmap/tree/v0.0.2) (2023-05-03) |
| 150 | +## [v0.0.2](https://github.com/pyapp-kit/cmap/tree/v0.0.2) (2023-05-03) |
151 | 151 |
|
152 |
| -[Full Changelog](https://github.com/tlambert03/cmap/compare/v0.0.1...v0.0.2) |
| 152 | +[Full Changelog](https://github.com/pyapp-kit/cmap/compare/v0.0.1...v0.0.2) |
153 | 153 |
|
154 | 154 | **Implemented enhancements:**
|
155 | 155 |
|
156 |
| -- feat: add notebook repr with png encode [\#8](https://github.com/tlambert03/cmap/pull/8) ([tlambert03](https://github.com/tlambert03)) |
| 156 | +- feat: add notebook repr with png encode [\#8](https://github.com/pyapp-kit/cmap/pull/8) ([tlambert03](https://github.com/tlambert03)) |
157 | 157 |
|
158 | 158 | **Documentation:**
|
159 | 159 |
|
160 |
| -- Update README.md [\#9](https://github.com/tlambert03/cmap/pull/9) ([tlambert03](https://github.com/tlambert03)) |
161 |
| -- docs: fix links [\#6](https://github.com/tlambert03/cmap/pull/6) ([tlambert03](https://github.com/tlambert03)) |
| 160 | +- Update README.md [\#9](https://github.com/pyapp-kit/cmap/pull/9) ([tlambert03](https://github.com/tlambert03)) |
| 161 | +- docs: fix links [\#6](https://github.com/pyapp-kit/cmap/pull/6) ([tlambert03](https://github.com/tlambert03)) |
162 | 162 |
|
163 |
| -## [v0.0.1](https://github.com/tlambert03/cmap/tree/v0.0.1) (2023-04-30) |
| 163 | +## [v0.0.1](https://github.com/pyapp-kit/cmap/tree/v0.0.1) (2023-04-30) |
164 | 164 |
|
165 |
| -[Full Changelog](https://github.com/tlambert03/cmap/compare/7d88f0329eb3b52faf0a63ae1ce207fe86455426...v0.0.1) |
| 165 | +[Full Changelog](https://github.com/pyapp-kit/cmap/compare/7d88f0329eb3b52faf0a63ae1ce207fe86455426...v0.0.1) |
166 | 166 |
|
167 | 167 | **Merged pull requests:**
|
168 | 168 |
|
169 |
| -- rearrange catalog structure [\#3](https://github.com/tlambert03/cmap/pull/3) ([tlambert03](https://github.com/tlambert03)) |
170 |
| -- ci\(dependabot\): bump codecov/codecov-action from 2 to 3 [\#2](https://github.com/tlambert03/cmap/pull/2) ([dependabot[bot]](https://github.com/apps/dependabot)) |
171 |
| -- ci\(dependabot\): bump styfle/cancel-workflow-action from 0.9.1 to 0.11.0 [\#1](https://github.com/tlambert03/cmap/pull/1) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 169 | +- rearrange catalog structure [\#3](https://github.com/pyapp-kit/cmap/pull/3) ([tlambert03](https://github.com/tlambert03)) |
| 170 | +- ci\(dependabot\): bump codecov/codecov-action from 2 to 3 [\#2](https://github.com/pyapp-kit/cmap/pull/2) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 171 | +- ci\(dependabot\): bump styfle/cancel-workflow-action from 0.9.1 to 0.11.0 [\#1](https://github.com/pyapp-kit/cmap/pull/1) ([dependabot[bot]](https://github.com/apps/dependabot)) |
172 | 172 |
|
173 | 173 |
|
174 | 174 |
|
|
0 commit comments