You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explicit inclusion of LICENSE, NOTICE, and README.md files in build artifacts via '[tool.maturin]' include directive to ensure compliance and completeness during packaging.
Changed
Renamed Rust crate from 'werx_rust' to 'werx' to align with Python module name
Simplified module integration by using a unified 'werx' namespace for both Rust and Python.
Fixed
PyO3 import warnings about missing 'PyInit_werx_rust'
Source distribution upload error due to mismatched symbol name
Removed
Remove memory-profiler from dependencies in pyproject.toml. This is used only for benchmarking and is an optional dependency.
Removed '[tool.setuptools]' block from 'pyproject.toml' as it is unused and irrelevant when using 'maturin'. This simplifies the configuration and avoids confusion for future maintainers.