Compatibility and limitations

Check installed versions, build information, compatibility, and feature limitations.

On this page

Checking version information

Check the package version in the Python environment where ArcTN is installed:

bash
python -c 'import arctn; print(arctn.__version__)'

When using Rust source, build from the repository root and inspect the command-line build information:

bash
cargo run --release --bin tnpath -- --build-info

Build information includes the source version and whether optional features such as mt and mpi are enabled. It describes the executable built from the current source, which may differ from the package installed in your Python environment.

Feature limitations

Source and changes