|
1 | 1 | Changes |
2 | 2 | ======= |
3 | 3 |
|
4 | | -## 4.4.0, 2025-10-13 |
| 4 | +## 4.4.0, 2025-10-16 |
5 | 5 |
|
6 | | -### :star2: New Features |
7 | | -* Added support for **NumPy 2.0** (compatible with both NumPy 1.x and 2.0). (__[gojomo](https://github.com/gojomo)__, __[hechth](https://github.com/hechth)__, __[julianpollmann](https://github.com/julianpollmann)__, [#3615](https://github.com/piskvorky/gensim/pull/3615)) |
| 6 | +### :+1: Improvements |
8 | 7 |
|
9 | | -### :red_circle: Bug fixes |
10 | | - |
11 | | -* Fixed type conversion issues in `keyedvectors.py` (e.g., `get_mean_vector`, `sort_by_descending_frequency`, `save_word2vec_format`). (__[julianpollmann](https://github.com/julianpollmann)__, [#3615](https://github.com/piskvorky/gensim/pull/3615)) |
12 | | -* Fixed type issues in `ldamodel.py` `update_dir_prior()`. (__[julianpollmann](https://github.com/julianpollmann)__, [#3615](https://github.com/piskvorky/gensim/pull/3615)) |
13 | | -* Removed deprecated usage of `scipy.sparsetools` to e.g., `scipy.sparse.csc_matvecs`, `scipy.sparse.csc_matrix`. (__[hechth](https://github.com/hechth)__, __[julianpollmann](https://github.com/julianpollmann)__, [#3615](https://github.com/piskvorky/gensim/pull/3615)) |
14 | | -* Corrected sorting behavior and dtype compatibility problems. (__[julianpollmann](https://github.com/julianpollmann)__, [#3615](https://github.com/piskvorky/gensim/pull/3615)) |
15 | | -* Fixed issues in internal Cython 3 modules (`nogil`, `noexcept`, type definitions). (__[julianpollmann](https://github.com/julianpollmann)__, [#3615](https://github.com/piskvorky/gensim/pull/3615)) |
| 8 | +* Release 4.4.0 __(julianpollmann](https://github.com/julianpollmann)__, [#3629](https://github.com/piskvorky/gensim/pull/3629) |
| 9 | +* Migration numPy 2.0 and remove deprecated scipy sparsetools functions __(julianpollmann](https://github.com/julianpollmann)__, [#3615](https://github.com/piskvorky/gensim/pull/3615) |
| 10 | +* Numpy 2.0.0 update and removing deprecated scipy modules __(hechth](https://github.com/hechth)__, [#3562](https://github.com/piskvorky/gensim/pull/3562) |
| 11 | +* Fixes gh actions deprecated runners and macOS arch issue __(julianpollmann](https://github.com/julianpollmann)__, [#3608](https://github.com/piskvorky/gensim/pull/3608) |
16 | 12 |
|
17 | 13 | ### :books: Tutorial and doc improvements |
18 | 14 |
|
19 | | - |
20 | | -### :+1: Improvements |
21 | | -* Add support for **python3.13** wheels (__[julianpollmann](https://github.com/julianpollmann)__, [#3615](https://github.com/piskvorky/gensim/pull/3615)) |
22 | | -* Removed support for **python3.8** wheels (__[julianpollmann](https://github.com/julianpollmann)__, [#3615](https://github.com/piskvorky/gensim/pull/3615)) |
23 | | -* Removed NMSLib support for Python >=3.10 and numPy >=2 (__[julianpollmann](https://github.com/julianpollmann)__, [#3615](https://github.com/piskvorky/gensim/pull/3615)) |
| 15 | +* CHANGELOG: fix typo 'Replaceed' → 'Replaced' __(nakanoh](https://github.com/nakanoh)__, [#3613](https://github.com/piskvorky/gensim/pull/3613) |
| 16 | +* add route4me.com as bronze sponsor __(mpenkov](https://github.com/mpenkov)__, [#3558](https://github.com/piskvorky/gensim/pull/3558) |
24 | 17 |
|
25 | 18 | ## 4.3.3, 2024-07-19 |
26 | 19 |
|
|
0 commit comments