Metadata-Version: 2.1
Name: kevin-toolbox
Version: 0.2.9
Summary: 一个常用的工具代码包集合
Home-page: https://github.com/cantbeblank96/kevin_toolbox
Author: kevin hsu
Author-email: xukaiming1996@163.com
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
License-File: LICENSE

add norm() and svd() to patches.for_torch.compatible.linalg; 
add test cases for patches.for_torch; 
add normal_indices_generator() to math.dimension.coordinates; 
update math.dimension.coordinates.generate() to support pattern: normal; 
add Sequential to patches.for_torch.compatible.nn; 
add patches.for_matplotlib; 
add Exponential_Moving_Average to computer_science.algorithm.statistician; 
