tirex-mirror 2025.10.21__tar.gz → 2025.10.25__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 (35) hide show
  1. {tirex_mirror-2025.10.21/src/tirex_mirror.egg-info → tirex_mirror-2025.10.25}/PKG-INFO +1 -1
  2. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/pyproject.toml +1 -1
  3. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25/src/tirex_mirror.egg-info}/PKG-INFO +1 -1
  4. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/src/tirex_mirror.egg-info/SOURCES.txt +0 -1
  5. tirex_mirror-2025.10.21/tests/test_jupyterlab.py +0 -52
  6. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/LICENSE +0 -0
  7. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/LICENSE_MIRROR.txt +0 -0
  8. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/MANIFEST.in +0 -0
  9. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/NOTICE.txt +0 -0
  10. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/README.md +0 -0
  11. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/setup.cfg +0 -0
  12. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/src/tirex/__init__.py +0 -0
  13. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/src/tirex/api_adapter/__init__.py +0 -0
  14. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/src/tirex/api_adapter/forecast.py +0 -0
  15. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/src/tirex/api_adapter/gluon.py +0 -0
  16. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/src/tirex/api_adapter/hf_data.py +0 -0
  17. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/src/tirex/api_adapter/standard_adapter.py +0 -0
  18. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/src/tirex/base.py +0 -0
  19. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/src/tirex/models/__init__.py +0 -0
  20. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/src/tirex/models/patcher.py +0 -0
  21. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/src/tirex/models/slstm/block.py +0 -0
  22. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/src/tirex/models/slstm/cell.py +0 -0
  23. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/src/tirex/models/slstm/layer.py +0 -0
  24. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/src/tirex/models/tirex.py +0 -0
  25. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/src/tirex/util.py +0 -0
  26. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/src/tirex_mirror.egg-info/dependency_links.txt +0 -0
  27. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/src/tirex_mirror.egg-info/requires.txt +0 -0
  28. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/src/tirex_mirror.egg-info/top_level.txt +0 -0
  29. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/tests/test_chronos_zs.py +0 -0
  30. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/tests/test_compile.py +0 -0
  31. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/tests/test_forecast.py +0 -0
  32. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/tests/test_forecast_adapter.py +0 -0
  33. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/tests/test_slstm_torch_vs_cuda.py +0 -0
  34. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/tests/test_standard_adapter.py +0 -0
  35. {tirex_mirror-2025.10.21 → tirex_mirror-2025.10.25}/tests/test_util_freq.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tirex-mirror
3
- Version: 2025.10.21
3
+ Version: 2025.10.25
4
4
  Summary: Unofficial mirror of NX-AI/tirex for packaging
5
5
  Author-email: Arpad Rozsas <rozsasarpi@gmail.com>
6
6
  License: NXAI COMMUNITY LICENSE AGREEMENT
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "tirex-mirror"
3
- version = "2025.10.21"
3
+ version = "2025.10.25"
4
4
  description = "Unofficial mirror of NX-AI/tirex for packaging"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.11"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tirex-mirror
3
- Version: 2025.10.21
3
+ Version: 2025.10.25
4
4
  Summary: Unofficial mirror of NX-AI/tirex for packaging
5
5
  Author-email: Arpad Rozsas <rozsasarpi@gmail.com>
6
6
  License: NXAI COMMUNITY LICENSE AGREEMENT
@@ -27,7 +27,6 @@ tests/test_chronos_zs.py
27
27
  tests/test_compile.py
28
28
  tests/test_forecast.py
29
29
  tests/test_forecast_adapter.py
30
- tests/test_jupyterlab.py
31
30
  tests/test_slstm_torch_vs_cuda.py
32
31
  tests/test_standard_adapter.py
33
32
  tests/test_util_freq.py
@@ -1,52 +0,0 @@
1
- # Copyright (c) NXAI GmbH.
2
- # This software may be used and distributed according to the terms of the NXAI Community License Agreement.
3
-
4
- import logging
5
- import subprocess
6
-
7
- import pytest
8
- import requests
9
-
10
- cpu_url = "http://localhost:8889"
11
- # gpu_url = "http://localhost:8888" - will be added as soon as self-hosted gpu runner is available
12
-
13
- logger = logging.getLogger(__name__)
14
-
15
-
16
- def _docker_container_running() -> bool:
17
- """Return True if any Docker container is currently running."""
18
- try:
19
- result = subprocess.run(
20
- ["docker", "ps", "-q"],
21
- check=True,
22
- text=True,
23
- stdout=subprocess.PIPE,
24
- stderr=subprocess.DEVNULL,
25
- )
26
- except (FileNotFoundError, subprocess.CalledProcessError):
27
- return False
28
-
29
- return bool(result.stdout.strip())
30
-
31
-
32
- pytestmark = pytest.mark.skipif(
33
- not _docker_container_running(),
34
- reason="requires Docker with a running container exposing JupyterLab",
35
- )
36
-
37
-
38
- def test_jupyterlab_running():
39
- """Check that the JupyterLab instance inside the container is reachable."""
40
- try:
41
- response = requests.get(cpu_url, timeout=5) # timeout prevents hanging
42
- logger.info("✅ Connected to %s, status code: %s", cpu_url, response.status_code)
43
- assert response.status_code in [200, 302], f"Unexpected status code: {response.status_code}"
44
-
45
- except requests.exceptions.ConnectionError:
46
- pytest.fail(f"❌ Could not connect to {cpu_url} (connection refused or server not running)")
47
-
48
- except requests.exceptions.Timeout:
49
- pytest.fail(f"⏰ Connection to {cpu_url} timed out")
50
-
51
- except requests.exceptions.RequestException as e:
52
- pytest.fail(f"⚠️ General error connecting to {cpu_url}: {e}")