hutch-python 1.23.1__tar.gz → 1.23.2__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.
- {hutch_python-1.23.1 → hutch_python-1.23.2}/PKG-INFO +1 -1
- hutch_python-1.23.2/docs/source/upcoming_release_notes/403-mnt_dep_pkg_resources.rst +22 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/_version.py +16 -3
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/env_version.py +3 -4
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python.egg-info/PKG-INFO +1 -1
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python.egg-info/SOURCES.txt +1 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/.coveragerc +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/.flake8 +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/.git_archival.txt +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/.gitattributes +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/.github/CODEOWNERS +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/.github/ISSUE_TEMPLATE.md +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/.github/workflows/standard.yml +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/.gitignore +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/.landscape.yml +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/.pre-commit-config.yaml +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/AUTHORS.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/CONTRIBUTING.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/LICENSE +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/MANIFEST.in +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/README.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/bin/hutch-python +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/conda-recipe/meta.yaml +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/dev-requirements.txt +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/Makefile +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/hutch_python.ipynb +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/pre-release-notes.sh +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/release_notes.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/beamline.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/bug.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/cache.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/cli.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/conf.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/daq.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/database.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/debug.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/environment.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/experiment.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/hutch_setup.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/index.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/ipython_log.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/load_conf.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/load_parts.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/log_setup.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/namespace.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/object_configuration.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/other_modules.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/presets.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/releases.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/report.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/start.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/startup.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/tips.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/tutorial.ipynb +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/upcoming_release_notes/template-full.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/upcoming_release_notes/template-short.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/user_utils.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/utils.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/yaml_files.rst +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/docs-requirements.txt +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/__init__.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/__main__.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/bug.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/cache.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/calc_defaults.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/cam_load.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/cli.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/constants.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/cookiecutter/cookiecutter.json +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/cookiecutter/{{ cookiecutter.hutch }}/.gitignore +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/cookiecutter/{{ cookiecutter.hutch }}/README.md +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/cookiecutter/{{ cookiecutter.hutch }}/conf.yml +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/cookiecutter/{{ cookiecutter.hutch }}/experiments/__init__.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/cookiecutter/{{ cookiecutter.hutch }}/set-dev +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/cookiecutter/{{ cookiecutter.hutch }}/{{ cookiecutter.hutch }}/__init__.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/cookiecutter/{{ cookiecutter.hutch }}/{{ cookiecutter.hutch }}/beamline.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/cookiecutter/{{ cookiecutter.hutch }}/{{ cookiecutter.hutch }}env +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/cookiecutter/{{ cookiecutter.hutch }}/{{ cookiecutter.hutch }}python +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/debug.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/epics_arch.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/exp_load.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/happi.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/ipython_log.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/ipython_session_timer.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/lcls.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/load_conf.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/log_setup.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/logging.yml +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/mpl_config.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/namespace.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/obj_config.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/ophyd_settings.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/options.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/plan_defaults.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/plan_wrappers.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/print_hint_banner.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/pt_app_config.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/qs_load.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/sim.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/startup_script.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/templates/issue.template +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/__init__.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/bad_script.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/camviewer.cfg +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/conf.yaml +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/conftest.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/envs/pcds-1.0.0 +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/envs/pcds-2.0.0 +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/envs/z-env +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/experiments/sample_expname.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/experiments/x010.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/experiments/x011.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/happi_db.json +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/sample_module_1.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/sample_module_2.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/script.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/test_bug.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/test_cache.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/test_cam_load.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/test_cli.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/test_epics_arch.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/test_experiment.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/test_happi.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/test_ipython_log.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/test_ipython_session_timer.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/test_load_conf.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/test_log_setup.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/test_namespace.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/test_obj_config.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/test_plan_wrappers.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/test_questionnaire.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/test_tstpython.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/test_user_load.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/test_utils.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/tst/__init__.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/tst/beamline.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/tstpython +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/user_load.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/utils.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/version.py +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python.egg-info/dependency_links.txt +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python.egg-info/entry_points.txt +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python.egg-info/requires.txt +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python.egg-info/top_level.txt +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/pyproject.toml +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/requirements.txt +0 -0
- {hutch_python-1.23.1 → hutch_python-1.23.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hutch-python
|
|
3
|
-
Version: 1.23.
|
|
3
|
+
Version: 1.23.2
|
|
4
4
|
Summary: Launcher and Config Reader for LCLS Interactive IPython Sessions
|
|
5
5
|
Author: SLAC National Accelerator Laboratory
|
|
6
6
|
License: Copyright (c) 2023, The Board of Trustees of the Leland Stanford Junior
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
403 mnt_dep_pkg_resources
|
|
2
|
+
#########################
|
|
3
|
+
|
|
4
|
+
API Changes
|
|
5
|
+
-----------
|
|
6
|
+
- N/A
|
|
7
|
+
|
|
8
|
+
Features
|
|
9
|
+
--------
|
|
10
|
+
- N/A
|
|
11
|
+
|
|
12
|
+
Bugfixes
|
|
13
|
+
--------
|
|
14
|
+
- N/A
|
|
15
|
+
|
|
16
|
+
Maintenance
|
|
17
|
+
-----------
|
|
18
|
+
- replace deprecated pkg_resources.working_set with importlib.metadata.distributions
|
|
19
|
+
|
|
20
|
+
Contributors
|
|
21
|
+
------------
|
|
22
|
+
- tangkong
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
# file generated by setuptools-scm
|
|
2
2
|
# don't change, don't track in version control
|
|
3
3
|
|
|
4
|
-
__all__ = [
|
|
4
|
+
__all__ = [
|
|
5
|
+
"__version__",
|
|
6
|
+
"__version_tuple__",
|
|
7
|
+
"version",
|
|
8
|
+
"version_tuple",
|
|
9
|
+
"__commit_id__",
|
|
10
|
+
"commit_id",
|
|
11
|
+
]
|
|
5
12
|
|
|
6
13
|
TYPE_CHECKING = False
|
|
7
14
|
if TYPE_CHECKING:
|
|
@@ -9,13 +16,19 @@ if TYPE_CHECKING:
|
|
|
9
16
|
from typing import Union
|
|
10
17
|
|
|
11
18
|
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
|
19
|
+
COMMIT_ID = Union[str, None]
|
|
12
20
|
else:
|
|
13
21
|
VERSION_TUPLE = object
|
|
22
|
+
COMMIT_ID = object
|
|
14
23
|
|
|
15
24
|
version: str
|
|
16
25
|
__version__: str
|
|
17
26
|
__version_tuple__: VERSION_TUPLE
|
|
18
27
|
version_tuple: VERSION_TUPLE
|
|
28
|
+
commit_id: COMMIT_ID
|
|
29
|
+
__commit_id__: COMMIT_ID
|
|
19
30
|
|
|
20
|
-
__version__ = version = '1.23.
|
|
21
|
-
__version_tuple__ = version_tuple = (1, 23,
|
|
31
|
+
__version__ = version = '1.23.2'
|
|
32
|
+
__version_tuple__ = version_tuple = (1, 23, 2)
|
|
33
|
+
|
|
34
|
+
__commit_id__ = commit_id = 'gb7059670d'
|
|
@@ -3,13 +3,12 @@ Utilities for getting relevant environment information.
|
|
|
3
3
|
"""
|
|
4
4
|
from __future__ import annotations
|
|
5
5
|
|
|
6
|
+
import importlib.metadata
|
|
6
7
|
import logging
|
|
7
8
|
import os
|
|
8
9
|
import os.path
|
|
9
10
|
import pkgutil
|
|
10
11
|
|
|
11
|
-
import pkg_resources
|
|
12
|
-
|
|
13
12
|
logger = logging.getLogger(__name__)
|
|
14
13
|
|
|
15
14
|
_dev_ignore_list = ['ami', 'pdsapp']
|
|
@@ -42,10 +41,10 @@ def log_env() -> None:
|
|
|
42
41
|
def dump_env() -> list[str]:
|
|
43
42
|
"""
|
|
44
43
|
Get all packages and versions from the current environment.
|
|
45
|
-
conda list is slow, use
|
|
44
|
+
conda list is slow, use importlib.metadata.distributions instead
|
|
46
45
|
this might miss dev overrides
|
|
47
46
|
"""
|
|
48
|
-
return sorted(str(
|
|
47
|
+
return sorted(str(dist.name) for dist in importlib.metadata.distributions())
|
|
49
48
|
|
|
50
49
|
|
|
51
50
|
def get_conda_env_name() -> str:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hutch-python
|
|
3
|
-
Version: 1.23.
|
|
3
|
+
Version: 1.23.2
|
|
4
4
|
Summary: Launcher and Config Reader for LCLS Interactive IPython Sessions
|
|
5
5
|
Author: SLAC National Accelerator Laboratory
|
|
6
6
|
License: Copyright (c) 2023, The Board of Trustees of the Leland Stanford Junior
|
|
@@ -53,6 +53,7 @@ docs/source/tutorial.ipynb
|
|
|
53
53
|
docs/source/user_utils.rst
|
|
54
54
|
docs/source/utils.rst
|
|
55
55
|
docs/source/yaml_files.rst
|
|
56
|
+
docs/source/upcoming_release_notes/403-mnt_dep_pkg_resources.rst
|
|
56
57
|
docs/source/upcoming_release_notes/template-full.rst
|
|
57
58
|
docs/source/upcoming_release_notes/template-short.rst
|
|
58
59
|
hutch_python/__init__.py
|
|
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
|
{hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/upcoming_release_notes/template-full.rst
RENAMED
|
File without changes
|
{hutch_python-1.23.1 → hutch_python-1.23.2}/docs/source/upcoming_release_notes/template-short.rst
RENAMED
|
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
|
{hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/experiments/sample_expname.py
RENAMED
|
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
|
{hutch_python-1.23.1 → hutch_python-1.23.2}/hutch_python/tests/test_ipython_session_timer.py
RENAMED
|
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
|