Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Commit dfb75dc

Browse files
committed
EmbeddingTensor type alias is no longer used
1 parent 3605c91 commit dfb75dc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Trivial/Internal Changes
1717

1818
* Refactor type hints to use ``NDArray`` instead of ``EmbeddingTensor`` alias for better clarity and consistency in the ``DirichletProcess`` and ``PitmanYorProcess`` classes.
1919
* Update logging for ``DirichletProcess`` and ``PitmanYorProcess`` to use the standard :mod:`logging` module.
20+
* ``EmbeddingTensor`` type alias is no longer used in the project.
2021

2122
0.6.0 - 2025-03-16
2223
------------------

docs/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
("py:class", "np.ndarray"),
4444
("py:class", "numpy.bool_"),
4545
("py:class", "NDArray"),
46-
("py:class", "EmbeddingTensor"),
4746
("py:class", "Axes"),
4847
("py:class", "SentenceTransformer"),
4948
]

0 commit comments

Comments
 (0)