File tree Expand file tree Collapse file tree 6 files changed +36
-10
lines changed Expand file tree Collapse file tree 6 files changed +36
-10
lines changed Original file line number Diff line number Diff line change 1+ Release 1.0.1
2+ =========================================
3+
4+ * Added documentation of "hard" dependencies to the README.
5+ * Fixed broken links in documentation to ``options.plot_options.heatmap.HeatmapOptions ``
6+ and ``options.plot_options.heatmap.TilemapOptions ``.
7+
8+ ---------------
9+
110Release 1.0.0
211=========================================
312
Original file line number Diff line number Diff line change @@ -78,6 +78,23 @@ To install **Highcharts Maps for Python**, just execute:
7878
7979 $ pip install highcharts-maps
8080
81+ Before you install, please be aware of the following "hard" dependencies:
82+
83+ * Python 3.10 or higher
84+ * Highcharts Maps (JS) v.10.2 or higher (not technically a Python dependency, but
85+ it won't work with earlier versions of Highcharts)
86+ * `Highcharts Core for Python <https://core-docs.highchartspython.com/en/latest/ >`__ v.1.0 or higher
87+ * `esprima-python <https://github.com/Kronuz/esprima-python >`__ v.4.0 or higher
88+ * `requests <https://requests.readthedocs.io/en/latest/ >`__ v.2.28 or higher
89+ * `validator-collection <https://validator-collection.readthedocs.io/en/latest/ >`__
90+ v.1.5 or higher
91+ * `topojson <https://mattijn.github.io/topojson/ >`__ v.1.5 or higher
92+ * `geojson <https://github.com/jazzband/geojson/ >`__ v.3.0 or higher
93+
94+ You can find more information about soft and development dependencies in the
95+ `complete documentation <https://maps-docs.highchartspython.com/en/latest/#dependencies >`__.
96+
97+
8198-------------
8299
83100*********************************
Original file line number Diff line number Diff line change @@ -348,9 +348,9 @@ Core Components
348348 :class: `SolidGaugeOptions <highcharts_maps.options.plot_options.gauge.SolidGaugeOptions> `
349349 * - :mod: `.options.plot_options.generic <highcharts_maps.options.plot_options.generic> `
350350 - :class: `GenericTypeOptions <highcharts_maps.options.plot_options.generic.GenericTypeOptions> `
351- * - :mod: `.options.plot_options.Heatmap <highcharts_maps.options.plot_options.Heatmap > `
352- - :class: `HeatmapOptions <highcharts_maps.options.plot_options.Heatmap .HeatmapOptions> `
353- :class: `TilemapOptions <highcharts_maps.options.plot_options.Tilemap .TilemapOptions> `
351+ * - :mod: `.options.plot_options.heatmap <highcharts_maps.options.plot_options.heatmap > `
352+ - :class: `HeatmapOptions <highcharts_maps.options.plot_options.heatmap .HeatmapOptions> `
353+ :class: `TilemapOptions <highcharts_maps.options.plot_options.heatmap .TilemapOptions> `
354354 * - :mod: `.options.plot_options.histogram <highcharts_maps.options.plot_options.histogram> `
355355 - :class: `HistogramOptions <highcharts_maps.options.plot_options.histogram.HistogramOptions> `
356356 * - :mod: `.options.plot_options.item <highcharts_maps.options.plot_options.item> `
Original file line number Diff line number Diff line change @@ -300,9 +300,9 @@ Sub-components
300300 :class: `SolidGaugeOptions <highcharts_maps.options.plot_options.gauge.SolidGaugeOptions> `
301301 * - :mod: `.options.plot_options.generic <highcharts_maps.options.plot_options.generic> `
302302 - :class: `GenericTypeOptions <highcharts_maps.options.plot_options.generic.GenericTypeOptions> `
303- * - :mod: `.options.plot_options.Heatmap <highcharts_maps.options.plot_options.Heatmap > `
304- - :class: `HeatmapOptions <highcharts_maps.options.plot_options.Heatmap .HeatmapOptions> `
305- :class: `TilemapOptions <highcharts_maps.options.plot_options.Tilemap .TilemapOptions> `
303+ * - :mod: `.options.plot_options.heatmap <highcharts_maps.options.plot_options.heatmap > `
304+ - :class: `HeatmapOptions <highcharts_maps.options.plot_options.heatmap .HeatmapOptions> `
305+ :class: `TilemapOptions <highcharts_maps.options.plot_options.heatmap .TilemapOptions> `
306306 * - :mod: `.options.plot_options.histogram <highcharts_maps.options.plot_options.histogram> `
307307 - :class: `HistogramOptions <highcharts_maps.options.plot_options.histogram.HistogramOptions> `
308308 * - :mod: `.options.plot_options.item <highcharts_maps.options.plot_options.item> `
Original file line number Diff line number Diff line change @@ -146,9 +146,9 @@ Sub-components
146146 :class: `SolidGaugeOptions <highcharts_maps.options.plot_options.gauge.SolidGaugeOptions> `
147147 * - :mod: `.options.plot_options.generic <highcharts_maps.options.plot_options.generic> `
148148 - :class: `GenericTypeOptions <highcharts_maps.options.plot_options.generic.GenericTypeOptions> `
149- * - :mod: `.options.plot_options.Heatmap <highcharts_maps.options.plot_options.Heatmap > `
150- - :class: `HeatmapOptions <highcharts_maps.options.plot_options.Heatmap .HeatmapOptions> `
151- :class: `TilemapOptions <highcharts_maps.options.plot_options.Tilemap .TilemapOptions> `
149+ * - :mod: `.options.plot_options.heatmap <highcharts_maps.options.plot_options.heatmap > `
150+ - :class: `HeatmapOptions <highcharts_maps.options.plot_options.heatmap .HeatmapOptions> `
151+ :class: `TilemapOptions <highcharts_maps.options.plot_options.heatmap .TilemapOptions> `
152152 * - :mod: `.options.plot_options.histogram <highcharts_maps.options.plot_options.histogram> `
153153 - :class: `HistogramOptions <highcharts_maps.options.plot_options.histogram.HistogramOptions> `
154154 * - :mod: `.options.plot_options.item <highcharts_maps.options.plot_options.item> `
Original file line number Diff line number Diff line change 1- __version__ = '1.0.0 '
1+ __version__ = '1.0.1 '
You can’t perform that action at this time.
0 commit comments