mgplot 0.1.13__tar.gz → 0.2.1__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.1.13 → mgplot-0.2.1}/.gitignore +2 -2
- {mgplot-0.1.13 → mgplot-0.2.1}/CHANGELOG.md +27 -0
- {mgplot-0.1.13 → mgplot-0.2.1}/PKG-INFO +1 -1
- {mgplot-0.1.13 → mgplot-0.2.1}/docs/mgplot/bar_plot.html +675 -532
- mgplot-0.2.1/docs/mgplot/finalise_plot.html +1492 -0
- {mgplot-0.1.13 → mgplot-0.2.1}/docs/mgplot/growth_plot.html +781 -567
- {mgplot-0.1.13 → mgplot-0.2.1}/docs/mgplot/line_plot.html +623 -452
- {mgplot-0.1.13 → mgplot-0.2.1}/docs/mgplot/postcovid_plot.html +284 -215
- {mgplot-0.1.13 → mgplot-0.2.1}/docs/mgplot/revision_plot.html +76 -95
- {mgplot-0.1.13 → mgplot-0.2.1}/docs/mgplot/run_plot.html +315 -260
- {mgplot-0.1.13 → mgplot-0.2.1}/docs/mgplot/seastrend_plot.html +112 -134
- {mgplot-0.1.13 → mgplot-0.2.1}/docs/mgplot/summary_plot.html +337 -242
- {mgplot-0.1.13 → mgplot-0.2.1}/docs/mgplot.html +3084 -1749
- mgplot-0.2.1/docs/search.js +46 -0
- {mgplot-0.1.13 → mgplot-0.2.1}/pyproject.toml +6 -1
- {mgplot-0.1.13 → mgplot-0.2.1}/src/mgplot/__init__.py +51 -58
- {mgplot-0.1.13 → mgplot-0.2.1}/src/mgplot/axis_utils.py +6 -45
- {mgplot-0.1.13 → mgplot-0.2.1}/src/mgplot/bar_plot.py +60 -107
- {mgplot-0.1.13 → mgplot-0.2.1}/src/mgplot/colors.py +0 -41
- mgplot-0.2.1/src/mgplot/finalise_plot.py +298 -0
- mgplot-0.2.1/src/mgplot/finalisers.py +237 -0
- mgplot-0.2.1/src/mgplot/growth_plot.py +250 -0
- mgplot-0.2.1/src/mgplot/keyword_checking.py +354 -0
- mgplot-0.2.1/src/mgplot/line_plot.py +210 -0
- {mgplot-0.1.13 → mgplot-0.2.1}/src/mgplot/lint-all.sh +6 -7
- {mgplot-0.1.13 → mgplot-0.2.1}/src/mgplot/multi_plot.py +50 -139
- {mgplot-0.1.13 → mgplot-0.2.1}/src/mgplot/postcovid_plot.py +27 -41
- mgplot-0.2.1/src/mgplot/revision_plot.py +53 -0
- {mgplot-0.1.13 → mgplot-0.2.1}/src/mgplot/run_plot.py +46 -71
- {mgplot-0.1.13 → mgplot-0.2.1}/src/mgplot/seastrend_plot.py +16 -30
- {mgplot-0.1.13 → mgplot-0.2.1}/src/mgplot/summary_plot.py +34 -43
- {mgplot-0.1.13 → mgplot-0.2.1}/src/mgplot/utilities.py +4 -19
- mgplot-0.2.1/test/test.ipynb +843 -0
- {mgplot-0.1.13 → mgplot-0.2.1}/uv.lock +474 -37
- mgplot-0.1.13/docs/mgplot/finalise_plot.html +0 -866
- mgplot-0.1.13/docs/search.js +0 -46
- mgplot-0.1.13/src/mgplot/finalise_plot.py +0 -399
- mgplot-0.1.13/src/mgplot/finalisers.py +0 -353
- mgplot-0.1.13/src/mgplot/growth_plot.py +0 -335
- mgplot-0.1.13/src/mgplot/keyword_names.py +0 -174
- mgplot-0.1.13/src/mgplot/kw_type_checking.py +0 -729
- mgplot-0.1.13/src/mgplot/line_plot.py +0 -270
- mgplot-0.1.13/src/mgplot/revision_plot.py +0 -66
- mgplot-0.1.13/src/mgplot/test.py +0 -31
- {mgplot-0.1.13 → mgplot-0.2.1}/LICENSE +0 -0
- {mgplot-0.1.13 → mgplot-0.2.1}/README.md +0 -0
- {mgplot-0.1.13 → mgplot-0.2.1}/build-docs.sh +0 -0
- {mgplot-0.1.13 → mgplot-0.2.1}/build-test.sh +0 -0
- {mgplot-0.1.13 → mgplot-0.2.1}/docs/index.html +0 -0
- {mgplot-0.1.13 → mgplot-0.2.1}/src/mgplot/py.typed +0 -0
- {mgplot-0.1.13 → mgplot-0.2.1}/src/mgplot/settings.py +0 -0
- {mgplot-0.1.13/src/mgplot → mgplot-0.2.1/test}/zz-test-data/ocr_rba.csv +0 -0
- {mgplot-0.1.13/src/mgplot → mgplot-0.2.1/test}/zz-test-data/revisions.csv +0 -0
- {mgplot-0.1.13/src/mgplot → mgplot-0.2.1/test}/zz-test-data/summary.csv +0 -0
- {mgplot-0.1.13 → mgplot-0.2.1}/uv-upgrade.sh +0 -0
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
Version 0.2.1 - released 19-Jun-2025 (Canberra Australia)
|
|
2
|
+
|
|
3
|
+
* minor changes
|
|
4
|
+
- changed linting regime - resulted in numerous minor
|
|
5
|
+
changes.
|
|
6
|
+
- other minor changes
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
Version 0.2.0 - released 18-Jun-2025 (Canberra Australia)
|
|
11
|
+
|
|
12
|
+
* minor changes
|
|
13
|
+
- fixed a glitch with the scaled summary plot
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
Version 0.2.0a2 - released 18-Jun-2025 (Canberra Australia)
|
|
18
|
+
|
|
19
|
+
* major changes
|
|
20
|
+
- rewrote dynamic type-checking, to leverage static type
|
|
21
|
+
definitions
|
|
22
|
+
- enhanced static type information for kwargs in most cases
|
|
23
|
+
- moved test code into a separate directory
|
|
24
|
+
- unresolved issue with scaled z-score charts
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
1
28
|
Version 0.1.13 - released 15-Jun-2025 (Canberra Australia)
|
|
2
29
|
|
|
3
30
|
* major changes
|