Skip to content

V4 release instructions #1618

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jun 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ plotly.egg-info/
plotly/tests/test_orca/images/*/failed
plotly/tests/test_orca/images/*/tmp
/plotly-package/plotly/tests/test_core/test_offline/plotly.min.js
/plotly-package/plotly/tests/test_core/test_offline/temp-plot.html
temp-plot.html
271 changes: 161 additions & 110 deletions contributing.md

Large diffs are not rendered by default.

63 changes: 0 additions & 63 deletions makefile

This file was deleted.

32 changes: 32 additions & 0 deletions packages/python/chart-studio/recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{% set sdata = load_setup_py_data() %}

package:
name: chart-studio
version: {{ sdata['version'] }}

source:
path: ..

build:
noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -q"

requirements:
build:
- python
- pip
run:
- python
{% for dep in sdata.get('install_requires',{}) %}
- {{ dep }}
{% endfor %}

test:
imports:
- plotly_express

about:
home: {{ sdata['url'] }}
summary: {{ sdata['description'] }}
license: {{ sdata['license'] }}
license_file: LICENSE.txt
32 changes: 32 additions & 0 deletions packages/python/plotly-geo/recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{% set sdata = load_setup_py_data() %}

package:
name: plotly-geo
version: {{ sdata['version'] }}

source:
path: ..

build:
noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -q"

requirements:
build:
- python
- pip
run:
- python
{% for dep in sdata.get('install_requires',{}) %}
- {{ dep }}
{% endfor %}

test:
imports:
- plotly_express

about:
home: {{ sdata['url'] }}
summary: {{ sdata['description'] }}
license: {{ sdata['license'] }}
license_file: LICENSE.txt
10 changes: 0 additions & 10 deletions packages/python/plotly/submodules/chunked_requests/.gitignore

This file was deleted.

38 changes: 0 additions & 38 deletions packages/python/plotly/submodules/chunked_requests/README.md

This file was deleted.

This file was deleted.

Loading