|
1 | 1 | Changes |
2 | 2 | ======= |
| 3 | +## 4.3.2, 2023-08-23 |
| 4 | + |
| 5 | +### :red_circle: Bug fixes |
| 6 | + |
| 7 | +* Fix incorrect conversion of cosine distance to cosine similarity (__[monash849](https://github.com/monash849)__, [#3441](https://github.com/RaRe-Technologies/gensim/pull/3441)) |
| 8 | + |
| 9 | +### :books: Tutorial and doc improvements |
| 10 | + |
| 11 | +* Fix inconsistent documentation for LdaSeqModel #3474 (__[rsokolewicz](https://github.com/rsokolewicz)__, [#3475](https://github.com/RaRe-Technologies/gensim/pull/3475)) |
| 12 | +* Update the licence link to LGPLv2.1 (__[ERijck](https://github.com/ERijck)__, [#3471](https://github.com/RaRe-Technologies/gensim/pull/3471)) |
| 13 | +* Replace HTTP with HTTPS in enwiki URLs (__[Holmes5](https://github.com/Holmes5)__, [#3459](https://github.com/RaRe-Technologies/gensim/pull/3459)) |
| 14 | +* Update broken/redirecting/unencrypted links (__[pabs3](https://github.com/pabs3)__, [#3456](https://github.com/RaRe-Technologies/gensim/pull/3456)) |
| 15 | +* Update Python version in docs (__[gliptak](https://github.com/gliptak)__, [#3446](https://github.com/RaRe-Technologies/gensim/pull/3446)) |
| 16 | + |
| 17 | +### :+1: Improvements |
| 18 | + |
| 19 | +* Remove unused dependency, handle ImportError (__[mpenkov](https://github.com/mpenkov)__, [#3447](https://github.com/RaRe-Technologies/gensim/pull/3447)) |
| 20 | +* Sanity check for `hs` and `negative` in Word2Vec (__[gau-nernst](https://github.com/gau-nernst)__, [#3443](https://github.com/RaRe-Technologies/gensim/pull/3443)) |
| 21 | + |
| 22 | +### 🔮 Testing, CI, housekeeping |
| 23 | + |
| 24 | +* Fix CI test and wheel building workflow (__[mpenkov](https://github.com/mpenkov)__, [#3488](https://github.com/RaRe-Technologies/gensim/pull/3488)) |
| 25 | +* Build wheels with oldest supported numpy (__[PrimozGodec](https://github.com/PrimozGodec)__, [#3467](https://github.com/RaRe-Technologies/gensim/pull/3467)) |
| 26 | +* Bump pypa/cibuildwheel from 2.12.1 to 2.13.1 (__[dependabot[bot]](https://github.com/apps/dependabot)__, [#3483](https://github.com/RaRe-Technologies/gensim/pull/3483)) |
| 27 | +* Doc fixes and separate workflow for building docs via CI (__[pabs3](https://github.com/pabs3)__, [#3462](https://github.com/RaRe-Technologies/gensim/pull/3462)) |
| 28 | +* Move wheels upload into its own job (__[nikaro](https://github.com/nikaro)__, [#3454](https://github.com/RaRe-Technologies/gensim/pull/3454)) |
| 29 | +* Enable arm64/aarch64 wheel builds (__[nikaro](https://github.com/nikaro)__, [#3448](https://github.com/RaRe-Technologies/gensim/pull/3448)) |
3 | 30 |
|
4 | 31 | ## 4.3.1, 2022-03-09 |
5 | 32 |
|
|
0 commit comments