Skip to content

v1.3.3

Choose a tag to compare

@arcane-tl arcane-tl released this 09 Aug 20:21
· 14 commits to main since this release

Anonymizer 1.3.3

Fix: clean spaCy model install (Homebrew)

  • New shared installer: python -m anonymizer.install_models
  • Installs models from GitHub release wheels (not bare PyPI names)
  • Isolated Homebrew venv (no system-site-packages pollution)
  • Soft-fail post_install with a single recovery command
  • Aligns install.sh / install.ps1 with the same path
brew update && brew upgrade anonymizer
anonymize doctor
# if models still missing:
"$(brew --prefix anonymizer)/libexec/bin/python" -m anonymizer.install_models --langs en,fi --size lg --fallback

macOS app cask remains 1.3.2 (notarized zip unchanged). CLI formula is 1.3.3.