Skip to content

Commit 9910078

Browse files
authored
Merge pull request #4972 from plotly/move-chart-studio-and-plotly-geo
Move chart-studio and plotly-geo to separate repositories
2 parents d974535 + 99cbc45 commit 9910078

File tree

102 files changed

+12
-10203
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+12
-10203
lines changed

.circleci/config.yml

+8-31
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ commands:
5252
- run:
5353
name: Install plotly-geo
5454
command: |
55-
cd packages/python/plotly-geo
56-
. ../plotly/venv/bin/activate
57-
pip install -e .
55+
cd packages/python/plotly
56+
. venv/bin/activate
57+
pip install plotly-geo
5858
- run:
5959
name: Test core
6060
command: |
@@ -115,9 +115,9 @@ commands:
115115
- run:
116116
name: Install plotly-geo
117117
command: |
118-
cd packages/python/plotly-geo
119-
. ../plotly/venv/bin/activate
120-
pip install -e .
118+
cd packages/python/plotly
119+
. venv/bin/activate
120+
pip install plotly-geo
121121
- run:
122122
name: Install orca
123123
command: |
@@ -284,8 +284,9 @@ jobs:
284284
. venv/bin/activate
285285
pip install --upgrade pip wheel
286286
pip install -e ./packages/python/plotly
287-
pip install -e ./packages/python/plotly-geo
287+
pip install plotly-geo
288288
pip install -r ./packages/python/plotly/test_requirements/requirements_39_pandas_2_optional.txt
289+
289290
- run:
290291
name: Build html figures (Pandas 2)
291292
command: |
@@ -309,30 +310,6 @@ jobs:
309310
npx percy snapshot -c test/percy/snapshots.yml test/percy/
310311
rm test/percy/*.html
311312
312-
# Chart studio
313-
python_38_chart_studio:
314-
docker:
315-
- image: cimg/python:3.8
316-
resource_class: large
317-
318-
steps:
319-
- checkout
320-
- run:
321-
name: Install dependencies
322-
command: |
323-
cd packages/python/chart-studio
324-
python -m venv venv
325-
. venv/bin/activate
326-
pip install --upgrade pip wheel
327-
pip install -r ./test_requirements/requirements_38.txt
328-
- run:
329-
name: Tests
330-
command: |
331-
cd packages/python/chart-studio
332-
. venv/bin/activate
333-
pytest -x chart_studio/tests/
334-
no_output_timeout: 20m
335-
336313
plotlyjs_dev_build:
337314
docker:
338315
- image: cimg/python:3.8-node

contributing.md

-2
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@ complete installation and avoid gdal-config errors.
152152
### Editable install of plotly packages
153153
```bash
154154
(plotly_dev) $ pip install -e packages/python/plotly/
155-
(plotly_dev) $ pip install -e packages/python/chart-studio/
156-
(plotly_dev) $ pip install -e packages/python/plotly-geo/
157155
```
158156

159157
**Note**: To test `go.FigureWidget` locally, you'll need to generate the javascript bundle as follows:

packages/python/chart-studio/CHANGELOG.md

-23
This file was deleted.

packages/python/chart-studio/LICENSE.txt

-21
This file was deleted.

packages/python/chart-studio/README.md

-2
This file was deleted.

packages/python/chart-studio/chart_studio/__init__.py

-2
This file was deleted.

packages/python/chart-studio/chart_studio/api/__init__.py

-1
This file was deleted.

packages/python/chart-studio/chart_studio/api/utils.py

-41
This file was deleted.

packages/python/chart-studio/chart_studio/api/v2/__init__.py

-14
This file was deleted.

packages/python/chart-studio/chart_studio/api/v2/dash_apps.py

-26
This file was deleted.

packages/python/chart-studio/chart_studio/api/v2/dashboards.py

-41
This file was deleted.

packages/python/chart-studio/chart_studio/api/v2/files.py

-85
This file was deleted.

0 commit comments

Comments
 (0)