Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
4.3.2 source code.tar.gz | 2023-08-23 | 60.3 MB | |
4.3.2 source code.zip | 2023-08-23 | 60.9 MB | |
README.md | 2023-08-23 | 2.4 kB | |
Totals: 3 Items | 121.2 MB | 0 |
Changes
4.3.2, 2023-08-23
:red_circle: Bug fixes
:books: 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)
:+1: 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)