Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7062060

Browse filesBrowse files
Merge pull request plotly#4032 from plotly/pjs218
Pjs218
2 parents 179e0d8 + 120d586 commit 7062060
Copy full SHA for 7062060

File tree

Expand file treeCollapse file tree

15 files changed

+208
-79
lines changed
Filter options
Expand file treeCollapse file tree

15 files changed

+208
-79
lines changed

‎.circleci/config.yml

Copy file name to clipboardExpand all lines: .circleci/config.yml
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,5 +472,4 @@ workflows:
472472
- python_39_optional
473473
- python_38_orca
474474
- python_37_percy
475-
- python_37_chart_studio
476475
- build-doc

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## UNRELEASED
6+
7+
### Updated
8+
- Updated Plotly.js to from version 2.17.1 to version 2.18.0. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#2180----2023-01-19) for more information. Notable changes include:
9+
- Add `sync` tickmode option [[#6356](https://github.com/plotly/plotly.js/pull/6356), [#6443](https://github.com/plotly/plotly.js/pull/6443)], with thanks to @filipesantiagoAM and @VictorBezak for the contribution!
10+
11+
512
## [5.12.0] - 2023-01-12
613

714
### Updated

‎environment.yml

Copy file name to clipboard
+16Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: plotly
2+
channels:
3+
- conda-forge
4+
- defaults
5+
dependencies:
6+
- anaconda-client
7+
- pandas
8+
- black
9+
- pytest
10+
- tenacity
11+
- inflect
12+
- python=3.10
13+
- jupyterlab
14+
- ipywidgets
15+
- statsmodels
16+
- numpy

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.