batplot 1.8.43__tar.gz → 1.8.44__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 (125) hide show
  1. {batplot-1.8.43 → batplot-1.8.44}/PKG-INFO +1 -1
  2. {batplot-1.8.43 → batplot-1.8.44}/batplot/__init__.py +1 -1
  3. {batplot-1.8.43 → batplot-1.8.44}/batplot/data/CHANGELOG.md +4 -0
  4. {batplot-1.8.43 → batplot-1.8.44}/batplot.egg-info/PKG-INFO +1 -1
  5. {batplot-1.8.43 → batplot-1.8.44}/pyproject.toml +1 -1
  6. {batplot-1.8.43 → batplot-1.8.44}/DEVELOPING.md +0 -0
  7. {batplot-1.8.43 → batplot-1.8.44}/LICENSE +0 -0
  8. {batplot-1.8.43 → batplot-1.8.44}/MANIFEST.in +0 -0
  9. {batplot-1.8.43 → batplot-1.8.44}/NOTICE +0 -0
  10. {batplot-1.8.43 → batplot-1.8.44}/README.md +0 -0
  11. {batplot-1.8.43 → batplot-1.8.44}/batplot/args.py +0 -0
  12. {batplot-1.8.43 → batplot-1.8.44}/batplot/batch.py +0 -0
  13. {batplot-1.8.43 → batplot-1.8.44}/batplot/batplot.py +0 -0
  14. {batplot-1.8.43 → batplot-1.8.44}/batplot/canvas_interactive.py +0 -0
  15. {batplot-1.8.43 → batplot-1.8.44}/batplot/cif.py +0 -0
  16. {batplot-1.8.43 → batplot-1.8.44}/batplot/cli.py +0 -0
  17. {batplot-1.8.43 → batplot-1.8.44}/batplot/color_utils.py +0 -0
  18. {batplot-1.8.43 → batplot-1.8.44}/batplot/config.py +0 -0
  19. {batplot-1.8.43 → batplot-1.8.44}/batplot/converters.py +0 -0
  20. {batplot-1.8.43 → batplot-1.8.44}/batplot/dev_upgrade.py +0 -0
  21. {batplot-1.8.43 → batplot-1.8.44}/batplot/ec_common.py +0 -0
  22. {batplot-1.8.43 → batplot-1.8.44}/batplot/modes.py +0 -0
  23. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/__init__.py +0 -0
  24. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/common/__init__.py +0 -0
  25. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/common/axis_state.py +0 -0
  26. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/common/files.py +0 -0
  27. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/common/fonts.py +0 -0
  28. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/common/interactive_state.py +0 -0
  29. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/common/menu_rendering.py +0 -0
  30. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/common/menus.py +0 -0
  31. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/common/palettes.py +0 -0
  32. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/common/smoothing.py +0 -0
  33. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/common/sources.py +0 -0
  34. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/common/spines.py +0 -0
  35. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/common/terminal.py +0 -0
  36. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/common/title_offsets.py +0 -0
  37. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/cpc/__init__.py +0 -0
  38. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/cpc/actions.py +0 -0
  39. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/cpc/colors.py +0 -0
  40. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/cpc/interactive.py +0 -0
  41. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/cpc/labels.py +0 -0
  42. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/cpc/legend.py +0 -0
  43. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/cpc/menu.py +0 -0
  44. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/cpc/routing.py +0 -0
  45. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/cpc/session.py +0 -0
  46. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/cpc/snapshots.py +0 -0
  47. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/electrochem/__init__.py +0 -0
  48. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/electrochem/actions.py +0 -0
  49. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/electrochem/colors.py +0 -0
  50. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/electrochem/dqdv_2d.py +0 -0
  51. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/electrochem/export.py +0 -0
  52. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/electrochem/interactive.py +0 -0
  53. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/electrochem/labels.py +0 -0
  54. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/electrochem/legend.py +0 -0
  55. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/electrochem/legend_order.py +0 -0
  56. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/electrochem/line_style.py +0 -0
  57. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/electrochem/menu.py +0 -0
  58. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/electrochem/routing.py +0 -0
  59. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/electrochem/session.py +0 -0
  60. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/electrochem/spine_colors.py +0 -0
  61. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/electrochem/style.py +0 -0
  62. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/__init__.py +0 -0
  63. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/actions.py +0 -0
  64. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/colors.py +0 -0
  65. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/grid.py +0 -0
  66. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/interactive.py +0 -0
  67. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/ions_axis.py +0 -0
  68. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/labels.py +0 -0
  69. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/layout.py +0 -0
  70. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/line_style.py +0 -0
  71. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/menu.py +0 -0
  72. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/peaks.py +0 -0
  73. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/plot.py +0 -0
  74. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/routing.py +0 -0
  75. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/session.py +0 -0
  76. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/style.py +0 -0
  77. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/visibility.py +0 -0
  78. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/session_routing.py +0 -0
  79. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/__init__.py +0 -0
  80. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/actions.py +0 -0
  81. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/arrange.py +0 -0
  82. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/axis_range.py +0 -0
  83. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/cif.py +0 -0
  84. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/colors.py +0 -0
  85. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/data_ops.py +0 -0
  86. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/derivative.py +0 -0
  87. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/game.py +0 -0
  88. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/interactive.py +0 -0
  89. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/labels.py +0 -0
  90. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/line_style.py +0 -0
  91. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/menu.py +0 -0
  92. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/peaks.py +0 -0
  93. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/pipeline.py +0 -0
  94. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/session.py +0 -0
  95. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/smoothing.py +0 -0
  96. {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/style.py +0 -0
  97. {batplot-1.8.43 → batplot-1.8.44}/batplot/plotting.py +0 -0
  98. {batplot-1.8.43 → batplot-1.8.44}/batplot/readers.py +0 -0
  99. {batplot-1.8.43 → batplot-1.8.44}/batplot/session.py +0 -0
  100. {batplot-1.8.43 → batplot-1.8.44}/batplot/showcol.py +0 -0
  101. {batplot-1.8.43 → batplot-1.8.44}/batplot/style.py +0 -0
  102. {batplot-1.8.43 → batplot-1.8.44}/batplot/ui.py +0 -0
  103. {batplot-1.8.43 → batplot-1.8.44}/batplot/utils.py +0 -0
  104. {batplot-1.8.43 → batplot-1.8.44}/batplot/version_check.py +0 -0
  105. {batplot-1.8.43 → batplot-1.8.44}/batplot.egg-info/SOURCES.txt +0 -0
  106. {batplot-1.8.43 → batplot-1.8.44}/batplot.egg-info/dependency_links.txt +0 -0
  107. {batplot-1.8.43 → batplot-1.8.44}/batplot.egg-info/entry_points.txt +0 -0
  108. {batplot-1.8.43 → batplot-1.8.44}/batplot.egg-info/requires.txt +0 -0
  109. {batplot-1.8.43 → batplot-1.8.44}/batplot.egg-info/top_level.txt +0 -0
  110. {batplot-1.8.43 → batplot-1.8.44}/setup.cfg +0 -0
  111. {batplot-1.8.43 → batplot-1.8.44}/setup.py +0 -0
  112. {batplot-1.8.43 → batplot-1.8.44}/tests/test_cli_smoke.py +0 -0
  113. {batplot-1.8.43 → batplot-1.8.44}/tests/test_color_utils.py +0 -0
  114. {batplot-1.8.43 → batplot-1.8.44}/tests/test_common_files.py +0 -0
  115. {batplot-1.8.43 → batplot-1.8.44}/tests/test_common_palettes.py +0 -0
  116. {batplot-1.8.43 → batplot-1.8.44}/tests/test_contracts.py +0 -0
  117. {batplot-1.8.43 → batplot-1.8.44}/tests/test_cpc_roundtrip.py +0 -0
  118. {batplot-1.8.43 → batplot-1.8.44}/tests/test_csv_readers.py +0 -0
  119. {batplot-1.8.43 → batplot-1.8.44}/tests/test_dev_upgrade.py +0 -0
  120. {batplot-1.8.43 → batplot-1.8.44}/tests/test_ec_roundtrip.py +0 -0
  121. {batplot-1.8.43 → batplot-1.8.44}/tests/test_interactive_menu_smoke.py +0 -0
  122. {batplot-1.8.43 → batplot-1.8.44}/tests/test_interactive_state.py +0 -0
  123. {batplot-1.8.43 → batplot-1.8.44}/tests/test_operando_roundtrip.py +0 -0
  124. {batplot-1.8.43 → batplot-1.8.44}/tests/test_xy_modules.py +0 -0
  125. {batplot-1.8.43 → batplot-1.8.44}/tests/test_xy_roundtrip.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: batplot
3
- Version: 1.8.43
3
+ Version: 1.8.44
4
4
  Summary: Interactive plotting tool for material science (1D plot) and electrochemistry (GC, CV, dQ/dV, CPC, operando) with batch processing
5
5
  Author-email: Tian Dai <tianda@uio.no>
6
6
  License: MIT License
@@ -7,7 +7,7 @@ import importlib.abc
7
7
  import importlib.machinery
8
8
  import sys
9
9
 
10
- __version__ = "1.8.43"
10
+ __version__ = "1.8.44"
11
11
 
12
12
 
13
13
  _LEGACY_MODULE_ALIASES = {
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.8.44] - 2026-06-25
4
+ - Bug fixes
5
+
6
+
3
7
  ## [1.8.43] - 2026-06-25
4
8
  - Bug fixes
5
9
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: batplot
3
- Version: 1.8.43
3
+ Version: 1.8.44
4
4
  Summary: Interactive plotting tool for material science (1D plot) and electrochemistry (GC, CV, dQ/dV, CPC, operando) with batch processing
5
5
  Author-email: Tian Dai <tianda@uio.no>
6
6
  License: MIT License
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "batplot"
7
- version = "1.8.43"
7
+ version = "1.8.44"
8
8
  description = "Interactive plotting tool for material science (1D plot) and electrochemistry (GC, CV, dQ/dV, CPC, operando) with batch processing"
9
9
  authors = [
10
10
  { name = "Tian Dai", email = "tianda@uio.no" }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes