Skip to content

Commit 7062060

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

File tree

15 files changed

+208
-79
lines changed

15 files changed

+208
-79
lines changed

Diff for: .circleci/config.yml

-1
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

Diff for: CHANGELOG.md

+7
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

Diff for: environment.yml

+16
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)