Skip to content

Commit 3f968c3

Browse files
Rename tlambert03/cmap -> pyapp-kit/cmap (#73)
* Update README.md * update name to pyapp-kit * style(pre-commit.ci): auto fixes [...] * linting, fix readme --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4bb2c45 commit 3f968c3

File tree

6 files changed

+80
-80
lines changed

6 files changed

+80
-80
lines changed

CHANGELOG.md

Lines changed: 67 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,174 +1,174 @@
11
# Changelog
22

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)
44

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)
66

77
**Implemented enhancements:**
88

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))
1313

1414
**Documentation:**
1515

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))
1717

1818
**Merged pull requests:**
1919

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))
2222

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)
2424

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)
2626

2727
**Implemented enhancements:**
2828

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))
3030

3131
**Fixed bugs:**
3232

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))
3434

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)
3636

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)
3838

3939
**Implemented enhancements:**
4040

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))
4242

4343
**Documentation:**
4444

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))
4646

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)
4848

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)
5050

5151
**Implemented enhancements:**
5252

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))
5757

5858
**Fixed bugs:**
5959

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))
6262

6363
**Documentation:**
6464

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))
6666

6767
**Merged pull requests:**
6868

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))
7676

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)
7878

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)
8080

8181
**Fixed bugs:**
8282

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))
8484

8585
**Documentation:**
8686

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))
8888

8989
**Merged pull requests:**
9090

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))
9292

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)
9494

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)
9696

9797
**Implemented enhancements:**
9898

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))
100100

101101
**Fixed bugs:**
102102

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))
104104

105105
**Merged pull requests:**
106106

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))
108108

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)
110110

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)
112112

113113
**Implemented enhancements:**
114114

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))
116116

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)
118118

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)
120120

121121
**Implemented enhancements:**
122122

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))
124124

125125
**Fixed bugs:**
126126

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))
129129

130130
**Documentation:**
131131

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))
133133

134134
**Merged pull requests:**
135135

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))
137137

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)
139139

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)
141141

142142
**Implemented enhancements:**
143143

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))
145145

146146
**Documentation:**
147147

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))
149149

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)
151151

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)
153153

154154
**Implemented enhancements:**
155155

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))
157157

158158
**Documentation:**
159159

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))
162162

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)
164164

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)
166166

167167
**Merged pull requests:**
168168

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))
172172

173173

174174

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# cmap
22

3-
[![License](https://img.shields.io/pypi/l/cmap.svg?color=green)](https://github.com/tlambert03/cmap/raw/main/LICENSE)
3+
[![License](https://img.shields.io/pypi/l/cmap.svg?color=green)](https://github.com/pyapp-kit/cmap/raw/main/LICENSE)
44
[![PyPI](https://img.shields.io/pypi/v/cmap.svg?color=green)](https://pypi.org/project/cmap)
55
![Conda](https://img.shields.io/conda/v/conda-forge/cmap)
66
[![Python Version](https://img.shields.io/pypi/pyversions/cmap.svg?color=green)](https://python.org)
7-
[![CI](https://github.com/tlambert03/cmap/actions/workflows/ci.yml/badge.svg)](https://github.com/tlambert03/cmap/actions/workflows/ci.yml)
8-
[![codecov](https://codecov.io/gh/tlambert03/cmap/branch/main/graph/badge.svg)](https://codecov.io/gh/tlambert03/cmap)
7+
[![CI](https://github.com/pyapp-kit/cmap/actions/workflows/ci.yml/badge.svg)](https://github.com/pyapp-kit/cmap/actions/workflows/ci.yml)
8+
[![codecov](https://codecov.io/gh/pyapp-kit/cmap/branch/main/graph/badge.svg)](https://codecov.io/gh/pyapp-kit/cmap)
99
[![Documentation Status](https://readthedocs.org/projects/cmap-docs/badge/?version=latest)](https://cmap-docs.readthedocs.io/en/latest/?badge=latest)
1010

1111
Scientific colormaps for python, with no dependencies beyond numpy.

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ site_name: cmap
22
site_description: Colors and scientific colormaps for python, no dependencies
33
# strict: true
44

5-
repo_name: tlambert03/cmap
6-
repo_url: https://github.com/tlambert03/cmap
5+
repo_name: pyapp-kit/cmap
6+
repo_url: https://github.com/pyapp-kit/cmap
77
edit_uri: edit/main/docs/
88

99
watch:

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ dev = [
7474
]
7575

7676
[project.urls]
77-
Homepage = "https://github.com/tlambert03/cmap"
78-
Repository = "https://github.com/tlambert03/cmap"
79-
"Bug Tracker" = "https://github.com/tlambert03/cmap/issues"
77+
Homepage = "https://github.com/pyapp-kit/cmap"
78+
Repository = "https://github.com/pyapp-kit/cmap"
79+
"Bug Tracker" = "https://github.com/pyapp-kit/cmap/issues"
8080
Documentation = "https://cmap-docs.rtfd.io/"
8181

8282
# https://hatch.pypa.io/latest/config/metadata/
@@ -113,9 +113,9 @@ select = [
113113
"TID", # flake8-tidy-imports
114114
]
115115
ignore = [
116-
"D100", # Missing docstring in public module
117-
"D104", # Missing docstring in public module
118-
"D401", # First line should be in imperative mood (remove to opt in)
116+
"D100", # Missing docstring in public module
117+
"D104", # Missing docstring in public module
118+
"D401", # First line should be in imperative mood (remove to opt in)
119119
"ISC001", # conflicts with formatter
120120
]
121121

src/cmap/data/cmap/record.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@
103103
},
104104
"license": "CC0",
105105
"namespace": "cmap",
106-
"source": "https://github.com/tlambert03/cmap"
106+
"source": "https://github.com/pyapp-kit/cmap"
107107
}

src/cmap/data/contrib/record.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
},
2020
"license": "CC0",
2121
"namespace": "contrib",
22-
"source": "https://github.com/tlambert03/cmap"
22+
"source": "https://github.com/pyapp-kit/cmap"
2323
}

0 commit comments

Comments
 (0)