File tree Expand file tree Collapse file tree 6 files changed +30
-7
lines changed Expand file tree Collapse file tree 6 files changed +30
-7
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 @@ -77,6 +77,20 @@ To install **Highcharts Gantt for Python**, just execute:
7777
7878 $ pip install highcharts-gantt
7979
80+ Before you install, please be aware of the following "hard" dependencies:
81+
82+ * Python 3.10 or higher
83+ * Highcharts Gantt (JS) v.10.3 or higher (not technically a Python dependency, but
84+ it won't work with earlier versions of Highcharts Stock)
85+ * `Highcharts Stock for Python <https://stock-docs.highchartspython.com/en/latest/ >`__ v.1.0 or higher
86+ * `esprima-python <https://github.com/Kronuz/esprima-python >`__ v.4.0 or higher
87+ * `requests <https://requests.readthedocs.io/en/latest/ >`__ v.2.28 or higher
88+ * `validator-collection <https://validator-collection.readthedocs.io/en/latest/ >`__
89+ v.1.5 or higher
90+
91+ You can find more information about soft and development dependencies in the
92+ `complete documentation <https://gantt-docs.highchartspython.com/en/latest/#dependencies >`__.
93+
8094-------------
8195
8296*********************************
Original file line number Diff line number Diff line change @@ -434,8 +434,8 @@ Core Components
434434 :class: `SolidGaugeOptions <highcharts_gantt.options.plot_options.gauge.SolidGaugeOptions> `
435435 * - :mod: `.options.plot_options.generic <highcharts_gantt.options.plot_options.generic> `
436436 - :class: `GenericTypeOptions <highcharts_gantt.options.plot_options.generic.GenericTypeOptions> `
437- * - :mod: `.options.plot_options.Heatmap <highcharts_gantt.options.plot_options.Heatmap > `
438- - :class: `HeatmapOptions <highcharts_gantt.options.plot_options.Heatmap .HeatmapOptions> `
437+ * - :mod: `.options.plot_options.heatmap <highcharts_gantt.options.plot_options.heatmap > `
438+ - :class: `HeatmapOptions <highcharts_gantt.options.plot_options.heatmap .HeatmapOptions> `
439439 :class: `TilemapOptions <highcharts_gantt.options.plot_options.Tilemap.TilemapOptions> `
440440 * - :mod: `.options.plot_options.histogram <highcharts_gantt.options.plot_options.histogram> `
441441 - :class: `HistogramOptions <highcharts_gantt.options.plot_options.histogram.HistogramOptions> `
Original file line number Diff line number Diff line change @@ -386,8 +386,8 @@ Sub-components
386386 :class: `SolidGaugeOptions <highcharts_gantt.options.plot_options.gauge.SolidGaugeOptions> `
387387 * - :mod: `.options.plot_options.generic <highcharts_gantt.options.plot_options.generic> `
388388 - :class: `GenericTypeOptions <highcharts_gantt.options.plot_options.generic.GenericTypeOptions> `
389- * - :mod: `.options.plot_options.Heatmap <highcharts_gantt.options.plot_options.Heatmap > `
390- - :class: `HeatmapOptions <highcharts_gantt.options.plot_options.Heatmap .HeatmapOptions> `
389+ * - :mod: `.options.plot_options.heatmap <highcharts_gantt.options.plot_options.heatmap > `
390+ - :class: `HeatmapOptions <highcharts_gantt.options.plot_options.heatmap .HeatmapOptions> `
391391 :class: `TilemapOptions <highcharts_gantt.options.plot_options.Tilemap.TilemapOptions> `
392392 * - :mod: `.options.plot_options.histogram <highcharts_gantt.options.plot_options.histogram> `
393393 - :class: `HistogramOptions <highcharts_gantt.options.plot_options.histogram.HistogramOptions> `
Original file line number Diff line number Diff line change @@ -201,8 +201,8 @@ Sub-components
201201 :class: `SolidGaugeOptions <highcharts_gantt.options.plot_options.gauge.SolidGaugeOptions> `
202202 * - :mod: `.options.plot_options.generic <highcharts_gantt.options.plot_options.generic> `
203203 - :class: `GenericTypeOptions <highcharts_gantt.options.plot_options.generic.GenericTypeOptions> `
204- * - :mod: `.options.plot_options.Heatmap <highcharts_gantt.options.plot_options.Heatmap > `
205- - :class: `HeatmapOptions <highcharts_gantt.options.plot_options.Heatmap .HeatmapOptions> `
204+ * - :mod: `.options.plot_options.heatmap <highcharts_gantt.options.plot_options.heatmap > `
205+ - :class: `HeatmapOptions <highcharts_gantt.options.plot_options.heatmap .HeatmapOptions> `
206206 :class: `TilemapOptions <highcharts_gantt.options.plot_options.Tilemap.TilemapOptions> `
207207 * - :mod: `.options.plot_options.histogram <highcharts_gantt.options.plot_options.histogram> `
208208 - :class: `HistogramOptions <highcharts_gantt.options.plot_options.histogram.HistogramOptions> `
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