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.
- {batplot-1.8.43 → batplot-1.8.44}/PKG-INFO +1 -1
- {batplot-1.8.43 → batplot-1.8.44}/batplot/__init__.py +1 -1
- {batplot-1.8.43 → batplot-1.8.44}/batplot/data/CHANGELOG.md +4 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot.egg-info/PKG-INFO +1 -1
- {batplot-1.8.43 → batplot-1.8.44}/pyproject.toml +1 -1
- {batplot-1.8.43 → batplot-1.8.44}/DEVELOPING.md +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/LICENSE +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/MANIFEST.in +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/NOTICE +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/README.md +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/args.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/batch.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/batplot.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/canvas_interactive.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/cif.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/cli.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/color_utils.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/config.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/converters.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/dev_upgrade.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/ec_common.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/modes.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/__init__.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/common/__init__.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/common/axis_state.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/common/files.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/common/fonts.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/common/interactive_state.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/common/menu_rendering.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/common/menus.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/common/palettes.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/common/smoothing.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/common/sources.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/common/spines.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/common/terminal.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/common/title_offsets.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/cpc/__init__.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/cpc/actions.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/cpc/colors.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/cpc/interactive.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/cpc/labels.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/cpc/legend.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/cpc/menu.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/cpc/routing.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/cpc/session.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/cpc/snapshots.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/electrochem/__init__.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/electrochem/actions.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/electrochem/colors.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/electrochem/dqdv_2d.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/electrochem/export.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/electrochem/interactive.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/electrochem/labels.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/electrochem/legend.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/electrochem/legend_order.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/electrochem/line_style.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/electrochem/menu.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/electrochem/routing.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/electrochem/session.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/electrochem/spine_colors.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/electrochem/style.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/__init__.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/actions.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/colors.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/grid.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/interactive.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/ions_axis.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/labels.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/layout.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/line_style.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/menu.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/peaks.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/plot.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/routing.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/session.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/style.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/operando/visibility.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/session_routing.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/__init__.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/actions.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/arrange.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/axis_range.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/cif.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/colors.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/data_ops.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/derivative.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/game.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/interactive.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/labels.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/line_style.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/menu.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/peaks.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/pipeline.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/session.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/smoothing.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plot_modes/xy/style.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/plotting.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/readers.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/session.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/showcol.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/style.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/ui.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/utils.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot/version_check.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot.egg-info/SOURCES.txt +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot.egg-info/dependency_links.txt +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot.egg-info/entry_points.txt +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot.egg-info/requires.txt +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/batplot.egg-info/top_level.txt +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/setup.cfg +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/setup.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/tests/test_cli_smoke.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/tests/test_color_utils.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/tests/test_common_files.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/tests/test_common_palettes.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/tests/test_contracts.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/tests/test_cpc_roundtrip.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/tests/test_csv_readers.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/tests/test_dev_upgrade.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/tests/test_ec_roundtrip.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/tests/test_interactive_menu_smoke.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/tests/test_interactive_state.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/tests/test_operando_roundtrip.py +0 -0
- {batplot-1.8.43 → batplot-1.8.44}/tests/test_xy_modules.py +0 -0
- {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.
|
|
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: batplot
|
|
3
|
-
Version: 1.8.
|
|
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.
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|