Skip to content
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
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release 1.0.1
=========================================

* **DOCUMENTATION:** Added documentation of hard dependencies to the README (issue #37).

-----------------------

Release 1.0.1
=========================================

* **BUGFIX**: Fixed a bug encountered when parsing CSV data (issue #32).
* **ENHANCEMENT**: Added a catch for when trying to set ``Chart.options`` to a ``SharedOptions`` instance (issue #34).
* Fixed a broken link in the documentation.
Expand Down
12 changes: 12 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,18 @@ To install **Highcharts Core for Python**, just execute:

$ pip install highcharts-core

Before you install, please be aware of the following "hard" dependencies:

* Python 3.10 or higher
* Highcharts Core (JS) v.10.2 or higher (not technically a Python dependency, but
it won't work with earlier versions of Highcharts)
* `esprima-python <https://github.com/Kronuz/esprima-python>`__ v.4.0 or higher
* `requests <https://requests.readthedocs.io/en/latest/>`__ v.2.28 or higher
* `validator-collection <https://validator-collection.readthedocs.io/en/latest/>`__
v.1.5 or higher

You can find more information about soft and development dependencies in the
`complete documentation <https://core-docs.highchartspython.com/en/latest/#dependencies>`__.

-------------

Expand Down
2 changes: 1 addition & 1 deletion highcharts_core/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.1'
__version__ = '1.0.2'