8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7c112 commit c43c436Copy full SHA for c43c436
CHANGELOG.md
@@ -2,6 +2,10 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## [2.5.0] - UNRELEASED
6
+### Fixed
7
+- `import plotly.figure_factory` does not fail if `pandas` is not installed.
8
+
9
## [2.4.1] - 2018-02-21
10
### Fixed
11
- The required shapefiles to generate the choropleths via `plotly.figure_factory.create_choropleth` are now shipped in the package data.
plotly/version.py
@@ -1 +1 @@
1
-__version__ = '2.4.1'
+__version__ = '2.5.0'
0 commit comments