Skip to content

Commit 469ad8f

Browse files
authored
Merge pull request #38 from highcharts-for-python/develop
PR for v.1.0.2
2 parents 22e9919 + de47c2b commit 469ad8f

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Release 1.0.1
22
=========================================
33

4+
* **DOCUMENTATION:** Added documentation of hard dependencies to the README (issue #37).
5+
6+
-----------------------
7+
8+
Release 1.0.1
9+
=========================================
10+
411
* **BUGFIX**: Fixed a bug encountered when parsing CSV data (issue #32).
512
* **ENHANCEMENT**: Added a catch for when trying to set ``Chart.options`` to a ``SharedOptions`` instance (issue #34).
613
* Fixed a broken link in the documentation.

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,18 @@ To install **Highcharts Core for Python**, just execute:
6363
6464
$ pip install highcharts-core
6565
66+
Before you install, please be aware of the following "hard" dependencies:
67+
68+
* Python 3.10 or higher
69+
* Highcharts Core (JS) v.10.2 or higher (not technically a Python dependency, but
70+
it won't work with earlier versions of Highcharts)
71+
* `esprima-python <https://github.com/Kronuz/esprima-python>`__ v.4.0 or higher
72+
* `requests <https://requests.readthedocs.io/en/latest/>`__ v.2.28 or higher
73+
* `validator-collection <https://validator-collection.readthedocs.io/en/latest/>`__
74+
v.1.5 or higher
75+
76+
You can find more information about soft and development dependencies in the
77+
`complete documentation <https://core-docs.highchartspython.com/en/latest/#dependencies>`__.
6678

6779
-------------
6880

highcharts_core/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.1'
1+
__version__ = '1.0.2'

0 commit comments

Comments
 (0)