Skip to content

Commit

Permalink
Merge pull request #4972 from plotly/move-chart-studio-and-plotly-geo
Browse files Browse the repository at this point in the history
Move chart-studio and plotly-geo to separate repositories
  • Loading branch information
emilykl authored Jan 30, 2025
2 parents d974535 + 99cbc45 commit 9910078
Show file tree
Hide file tree
Showing 102 changed files with 12 additions and 10,203 deletions.
39 changes: 8 additions & 31 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ commands:
- run:
name: Install plotly-geo
command: |
cd packages/python/plotly-geo
. ../plotly/venv/bin/activate
pip install -e .
cd packages/python/plotly
. venv/bin/activate
pip install plotly-geo
- run:
name: Test core
command: |
Expand Down Expand Up @@ -115,9 +115,9 @@ commands:
- run:
name: Install plotly-geo
command: |
cd packages/python/plotly-geo
. ../plotly/venv/bin/activate
pip install -e .
cd packages/python/plotly
. venv/bin/activate
pip install plotly-geo
- run:
name: Install orca
command: |
Expand Down Expand Up @@ -284,8 +284,9 @@ jobs:
. venv/bin/activate
pip install --upgrade pip wheel
pip install -e ./packages/python/plotly
pip install -e ./packages/python/plotly-geo
pip install plotly-geo
pip install -r ./packages/python/plotly/test_requirements/requirements_39_pandas_2_optional.txt
- run:
name: Build html figures (Pandas 2)
command: |
Expand All @@ -309,30 +310,6 @@ jobs:
npx percy snapshot -c test/percy/snapshots.yml test/percy/
rm test/percy/*.html
# Chart studio
python_38_chart_studio:
docker:
- image: cimg/python:3.8
resource_class: large

steps:
- checkout
- run:
name: Install dependencies
command: |
cd packages/python/chart-studio
python -m venv venv
. venv/bin/activate
pip install --upgrade pip wheel
pip install -r ./test_requirements/requirements_38.txt
- run:
name: Tests
command: |
cd packages/python/chart-studio
. venv/bin/activate
pytest -x chart_studio/tests/
no_output_timeout: 20m

plotlyjs_dev_build:
docker:
- image: cimg/python:3.8-node
Expand Down
2 changes: 0 additions & 2 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ complete installation and avoid gdal-config errors.
### Editable install of plotly packages
```bash
(plotly_dev) $ pip install -e packages/python/plotly/
(plotly_dev) $ pip install -e packages/python/chart-studio/
(plotly_dev) $ pip install -e packages/python/plotly-geo/
```

**Note**: To test `go.FigureWidget` locally, you'll need to generate the javascript bundle as follows:
Expand Down
23 changes: 0 additions & 23 deletions packages/python/chart-studio/CHANGELOG.md

This file was deleted.

21 changes: 0 additions & 21 deletions packages/python/chart-studio/LICENSE.txt

This file was deleted.

2 changes: 0 additions & 2 deletions packages/python/chart-studio/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions packages/python/chart-studio/chart_studio/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion packages/python/chart-studio/chart_studio/api/__init__.py

This file was deleted.

41 changes: 0 additions & 41 deletions packages/python/chart-studio/chart_studio/api/utils.py

This file was deleted.

14 changes: 0 additions & 14 deletions packages/python/chart-studio/chart_studio/api/v2/__init__.py

This file was deleted.

26 changes: 0 additions & 26 deletions packages/python/chart-studio/chart_studio/api/v2/dash_apps.py

This file was deleted.

41 changes: 0 additions & 41 deletions packages/python/chart-studio/chart_studio/api/v2/dashboards.py

This file was deleted.

85 changes: 0 additions & 85 deletions packages/python/chart-studio/chart_studio/api/v2/files.py

This file was deleted.

Loading

0 comments on commit 9910078

Please sign in to comment.