mgplot 0.2.18__tar.gz → 0.2.19__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mgplot-0.2.18 → mgplot-0.2.19}/CHANGELOG.md +12 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/PKG-INFO +1 -1
- {mgplot-0.2.18 → mgplot-0.2.19}/docs/mgplot/finalise_plot.html +366 -370
- {mgplot-0.2.18 → mgplot-0.2.19}/docs/mgplot.html +62 -62
- mgplot-0.2.19/docs/search.js +46 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/pyproject.toml +1 -1
- {mgplot-0.2.18 → mgplot-0.2.19}/src/mgplot/axis_utils.py +14 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/src/mgplot/bar_plot.py +13 -5
- mgplot-0.2.19/test/test_bar_string_index.py +100 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/uv.lock +337 -336
- mgplot-0.2.18/docs/search.js +0 -46
- {mgplot-0.2.18 → mgplot-0.2.19}/.gitignore +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/.pylintrc +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/LICENSE +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/README.md +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/build-all.sh +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/build-docs.sh +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/docs/index.html +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/docs/mgplot/bar_plot.html +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/docs/mgplot/fill_between_plot.html +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/docs/mgplot/growth_plot.html +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/docs/mgplot/line_plot.html +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/docs/mgplot/postcovid_plot.html +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/docs/mgplot/revision_plot.html +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/docs/mgplot/run_plot.html +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/docs/mgplot/seastrend_plot.html +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/docs/mgplot/summary_plot.html +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/src/mgplot/__init__.py +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/src/mgplot/colors.py +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/src/mgplot/fill_between_plot.py +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/src/mgplot/finalise_plot.py +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/src/mgplot/finalisers.py +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/src/mgplot/growth_plot.py +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/src/mgplot/keyword_checking.py +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/src/mgplot/line_plot.py +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/src/mgplot/lint-all.sh +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/src/mgplot/multi_plot.py +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/src/mgplot/postcovid_plot.py +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/src/mgplot/py.typed +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/src/mgplot/revision_plot.py +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/src/mgplot/run_plot.py +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/src/mgplot/seastrend_plot.py +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/src/mgplot/settings.py +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/src/mgplot/summary_plot.py +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/src/mgplot/utilities.py +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/test/test-executed.ipynb +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/test/test.ipynb +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/test/test_multi_series_ticks.py +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/test/test_zorder.py +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/test/zz-test-data/ocr_rba.csv +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/test/zz-test-data/revisions.csv +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/test/zz-test-data/summary.csv +0 -0
- {mgplot-0.2.18 → mgplot-0.2.19}/uv-upgrade.sh +0 -0
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
Version 0.2.19 - released 25-Feb-2026 (Canberra, Australia)
|
|
2
|
+
|
|
3
|
+
* bug fix
|
|
4
|
+
- fixed bar_plot() to handle string index values (e.g. country names)
|
|
5
|
+
by mapping to integer positions and restoring labels after plotting
|
|
6
|
+
- fixed label_rotation kwarg being silently ignored due to internal
|
|
7
|
+
key mismatch ("xlabel_rotation" vs "label_rotation")
|
|
8
|
+
- added map_stringindex() to axis_utils.py
|
|
9
|
+
- added test/test_bar_string_index.py
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
Version 0.2.18 - released 08-Jan-2026 (Canberra, Australia)
|
|
2
14
|
|
|
3
15
|
* bug fix
|