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.
Files changed (55) hide show
  1. {mgplot-0.1.13 → mgplot-0.2.1}/.gitignore +2 -2
  2. {mgplot-0.1.13 → mgplot-0.2.1}/CHANGELOG.md +27 -0
  3. {mgplot-0.1.13 → mgplot-0.2.1}/PKG-INFO +1 -1
  4. {mgplot-0.1.13 → mgplot-0.2.1}/docs/mgplot/bar_plot.html +675 -532
  5. mgplot-0.2.1/docs/mgplot/finalise_plot.html +1492 -0
  6. {mgplot-0.1.13 → mgplot-0.2.1}/docs/mgplot/growth_plot.html +781 -567
  7. {mgplot-0.1.13 → mgplot-0.2.1}/docs/mgplot/line_plot.html +623 -452
  8. {mgplot-0.1.13 → mgplot-0.2.1}/docs/mgplot/postcovid_plot.html +284 -215
  9. {mgplot-0.1.13 → mgplot-0.2.1}/docs/mgplot/revision_plot.html +76 -95
  10. {mgplot-0.1.13 → mgplot-0.2.1}/docs/mgplot/run_plot.html +315 -260
  11. {mgplot-0.1.13 → mgplot-0.2.1}/docs/mgplot/seastrend_plot.html +112 -134
  12. {mgplot-0.1.13 → mgplot-0.2.1}/docs/mgplot/summary_plot.html +337 -242
  13. {mgplot-0.1.13 → mgplot-0.2.1}/docs/mgplot.html +3084 -1749
  14. mgplot-0.2.1/docs/search.js +46 -0
  15. {mgplot-0.1.13 → mgplot-0.2.1}/pyproject.toml +6 -1
  16. {mgplot-0.1.13 → mgplot-0.2.1}/src/mgplot/__init__.py +51 -58
  17. {mgplot-0.1.13 → mgplot-0.2.1}/src/mgplot/axis_utils.py +6 -45
  18. {mgplot-0.1.13 → mgplot-0.2.1}/src/mgplot/bar_plot.py +60 -107
  19. {mgplot-0.1.13 → mgplot-0.2.1}/src/mgplot/colors.py +0 -41
  20. mgplot-0.2.1/src/mgplot/finalise_plot.py +298 -0
  21. mgplot-0.2.1/src/mgplot/finalisers.py +237 -0
  22. mgplot-0.2.1/src/mgplot/growth_plot.py +250 -0
  23. mgplot-0.2.1/src/mgplot/keyword_checking.py +354 -0
  24. mgplot-0.2.1/src/mgplot/line_plot.py +210 -0
  25. {mgplot-0.1.13 → mgplot-0.2.1}/src/mgplot/lint-all.sh +6 -7
  26. {mgplot-0.1.13 → mgplot-0.2.1}/src/mgplot/multi_plot.py +50 -139
  27. {mgplot-0.1.13 → mgplot-0.2.1}/src/mgplot/postcovid_plot.py +27 -41
  28. mgplot-0.2.1/src/mgplot/revision_plot.py +53 -0
  29. {mgplot-0.1.13 → mgplot-0.2.1}/src/mgplot/run_plot.py +46 -71
  30. {mgplot-0.1.13 → mgplot-0.2.1}/src/mgplot/seastrend_plot.py +16 -30
  31. {mgplot-0.1.13 → mgplot-0.2.1}/src/mgplot/summary_plot.py +34 -43
  32. {mgplot-0.1.13 → mgplot-0.2.1}/src/mgplot/utilities.py +4 -19
  33. mgplot-0.2.1/test/test.ipynb +843 -0
  34. {mgplot-0.1.13 → mgplot-0.2.1}/uv.lock +474 -37
  35. mgplot-0.1.13/docs/mgplot/finalise_plot.html +0 -866
  36. mgplot-0.1.13/docs/search.js +0 -46
  37. mgplot-0.1.13/src/mgplot/finalise_plot.py +0 -399
  38. mgplot-0.1.13/src/mgplot/finalisers.py +0 -353
  39. mgplot-0.1.13/src/mgplot/growth_plot.py +0 -335
  40. mgplot-0.1.13/src/mgplot/keyword_names.py +0 -174
  41. mgplot-0.1.13/src/mgplot/kw_type_checking.py +0 -729
  42. mgplot-0.1.13/src/mgplot/line_plot.py +0 -270
  43. mgplot-0.1.13/src/mgplot/revision_plot.py +0 -66
  44. mgplot-0.1.13/src/mgplot/test.py +0 -31
  45. {mgplot-0.1.13 → mgplot-0.2.1}/LICENSE +0 -0
  46. {mgplot-0.1.13 → mgplot-0.2.1}/README.md +0 -0
  47. {mgplot-0.1.13 → mgplot-0.2.1}/build-docs.sh +0 -0
  48. {mgplot-0.1.13 → mgplot-0.2.1}/build-test.sh +0 -0
  49. {mgplot-0.1.13 → mgplot-0.2.1}/docs/index.html +0 -0
  50. {mgplot-0.1.13 → mgplot-0.2.1}/src/mgplot/py.typed +0 -0
  51. {mgplot-0.1.13 → mgplot-0.2.1}/src/mgplot/settings.py +0 -0
  52. {mgplot-0.1.13/src/mgplot → mgplot-0.2.1/test}/zz-test-data/ocr_rba.csv +0 -0
  53. {mgplot-0.1.13/src/mgplot → mgplot-0.2.1/test}/zz-test-data/revisions.csv +0 -0
  54. {mgplot-0.1.13/src/mgplot → mgplot-0.2.1/test}/zz-test-data/summary.csv +0 -0
  55. {mgplot-0.1.13 → mgplot-0.2.1}/uv-upgrade.sh +0 -0
@@ -20,8 +20,8 @@ wheels/
20
20
  *.egg-info
21
21
 
22
22
  # Test
23
- src/mgplot/zz-test-charts/**
24
- src/mgplot/zz-unused-code-snippets/**
23
+ test/zz-test-charts/**
24
+ test/zz-test-charts/
25
25
 
26
26
  # Virtual environments
27
27
  .venv
@@ -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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mgplot
3
- Version: 0.1.13
3
+ Version: 0.2.1
4
4
  Summary: mgplot is a time-series/PeriodIndex frontend for matplotlib
5
5
  Project-URL: Repository, https://github.com/bpalmer4/mgplot
6
6
  Project-URL: Homepage, https://github.com/bpalmer4/mgplot