Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "structree"
version = "0.1.0"
version = "1.0.0rc1"
description = "Portable, dependency-light pytree/struct infrastructure (JAX-compatible node contract)"
readme = "README.md"
requires-python = ">=3.9"
Expand All @@ -25,7 +25,7 @@ dev = [
"mypy>=1.10",
"ruff>=0.15",
# Cross-compatibility tests (archimedes requires Python 3.11+)
"archimedes>=0.4.4 ; python_version >= '3.11'",
"archimedes>=0.4.5 ; python_version >= '3.11'",
]

[tool.ruff]
Expand Down
8 changes: 0 additions & 8 deletions tests/test_ravel.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,14 +173,6 @@ class LookupTable:
assert hash(unravel) != hash(unravel3)
assert unravel != unravel3

@pytest.mark.skip(
reason="archimedes.compile flattens its inputs with Archimedes' own "
"pytree registry, which does not recognize a structree @struct as a "
"node until Archimedes migrates its tree/ onto structree (shared "
"registry). Passing a structree struct directly as a compiled-function "
"argument is therefore out of scope here; the symbolic-ravel path is "
"covered by the tests above."
)
def test_ravel_compile_with_array_static_field(self):
@struct
class LookupTable:
Expand Down
11 changes: 6 additions & 5 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading