New
4.4.0
4.4.0, 2025-10-13
:star2: New Features
- Added support for NumPy 2.0 (compatible with both NumPy 1.x and 2.0). (gojomo, hechth, julianpollmann, #3615)
:red_circle: Bug fixes
- Fixed type conversion issues in
keyedvectors.py(e.g.,get_mean_vector,sort_by_descending_frequency,save_word2vec_format). (julianpollmann, #3615) - Fixed type issues in
ldamodel.pyupdate_dir_prior(). (julianpollmann, #3615) - Removed deprecated usage of
scipy.sparsetoolsto e.g.,scipy.sparse.csc_matvecs,scipy.sparse.csc_matrix. (hechth, julianpollmann, #3615) - Corrected sorting behavior and dtype compatibility problems. (julianpollmann, )
:books: Tutorial and doc improvements
:+1: Improvements
- Add support for python3.13 wheels (julianpollmann, #3615)
- Removed support for python3.8 wheels (julianpollmann, #3615)
- Removed NMSLib support for Python >=3.10 and numPy >=2 (julianpollmann, #3615)
- Fixed typo 'Replaceed' → 'Replaced' (nakanoh, #3613)