File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1- from . import functional
2- from . import embeddings
3- from . import datasets
1+ import hdc . functional as functional
2+ import hdc . embeddings as embeddings
3+ import hdc . datasets as datasets
44
55__all__ = [
66 "functional" ,
Original file line number Diff line number Diff line change 1- from .beijing_air_quality import BeijingAirQuality
2- from .isolet import ISOLET
3- from .european_languages import EuropeanLanguages
4- from .ucihar import UCIHAR
5- from .airfoil_self_noise import AirfoilSelfNoise
6- from .emg_hand_gestures import EMGHandGestures
7- from .pamap import PAMAP
1+ from hdc . datasets .beijing_air_quality import BeijingAirQuality
2+ from hdc . datasets .isolet import ISOLET
3+ from hdc . datasets .european_languages import EuropeanLanguages
4+ from hdc . datasets .ucihar import UCIHAR
5+ from hdc . datasets .airfoil_self_noise import AirfoilSelfNoise
6+ from hdc . datasets .emg_hand_gestures import EMGHandGestures
7+ from hdc . datasets .pamap import PAMAP
88
99__all__ = [
1010 "BeijingAirQuality" ,
Original file line number Diff line number Diff line change 77
88setup (
99 name = "hdc" ,
10- version = "0.5.4 " ,
10+ version = "0.5.5 " ,
1111 description = "Python library for Hyperdimensional Computing" ,
1212 long_description = open ("README.md" ).read (),
1313 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments