Skip to content

Version 0.1.2

Choose a tag to compare

@rossarmstrong rossarmstrong released this 07 May 06:04
· 31 commits to main since this release
v0.1.2
3951611

Added

  • 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.