Changelog#
v0.1.3 (2025-03-13)#
Bug Fixes#
v0.1.2 (2025-03-10)#
Refactoring#
Use relative imports in the source code [#6]
Bug Fixes#
v0.1.1 (2025-03-09)#
Documentation#
Improve the doctrings for all public functions
Sphinx Documentation#
Move typehints to the description
Hide private functions
Add missing version switcher
Refactoring#
Rename the
annotationsmodule to_annotations(private module)
Bug Fixes#
Fix the
ValueErroringuess_devicefunction, that happens when no device is found because the provided sequences are not NumPy/CuPy/PyTorch/Pandas/cuDF valid objects.
v0.1.0 (2025-03-09)#
This is the first release of the project. It includes the following features:
Data conversion:
to_array,to_tensor,to_dataframe,to_seriesDevice management:
to_device,get_deviceLibrary management:
get_np_or_cp,get_pd_or_cudf