Changes
4.3.2, 2023-08-23
🔴 Bug fixes
📚 Tutorial and doc improvements
- Fix inconsistent documentation for LdaSeqModel #3474 (rsokolewicz, #3475)
- Update the licence link to LGPLv2.1 (ERijck, #3471)
- Replace HTTP with HTTPS in enwiki URLs (Holmes5, #3459)
- Update broken/redirecting/unencrypted links (pabs3, #3456)
- Update Python version in docs (gliptak, #3446)
👍 Improvements
- Remove unused dependency, handle ImportError (mpenkov, #3447)
- Sanity check for
hs
andnegative
in Word2Vec (gau-nernst, #3443)
🔮 Testing, CI, housekeeping
- Fix CI test and wheel building workflow (mpenkov, #3488)
- Build wheels with oldest supported numpy (PrimozGodec, #3467)
- Bump pypa/cibuildwheel from 2.12.1 to 2.13.1 (dependabot[bot], #3483)
- Doc fixes and separate workflow for building docs via CI (pabs3, #3462)
- Move wheels upload into its own job (nikaro, #3454)
- Enable arm64/aarch64 wheel builds (nikaro, #3448)