File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ The overloads apply to an array wrapping class. Let's define one:
27
27
... x: np.ndarray
28
28
... NP_FUNC_OVERLOADS : ClassVar[NumPyOverloader] = VEC_FUNCS
29
29
30
- Now :mod: ` numpy ` functions can be overloaded and registered for ``Vector1D ``.
30
+ Now `` numpy ` ` functions can be overloaded and registered for ``Vector1D ``.
31
31
32
32
>>> @ VEC_FUNCS .implements(np.concatenate, Vector1D)
33
33
... def concatenate (vec1ds : tuple[Vector1D, ... ]) -> Vector1D:
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " overload_numpy"
3
3
version = " 0.0.1"
4
- description = " Stellar Stream Tracker "
4
+ description = " Overload NumPy Functions "
5
5
readme = " README.rst"
6
6
requires-python = " >=3.8"
7
- license = {file = " licenses/ LICENSE.rst " }
8
- keywords = [" stellar streams " , " astronomy " ]
7
+ license = {file = " LICENSE" }
8
+ keywords = [" numpy " , " interoperability " ]
9
9
authors = [
10
10
{name = " Nathaniel Starkman" , email = " n.starkman@mail.utoronto.ca" }
11
11
]
14
14
]
15
15
classifiers = [
16
16
" Intended Audience :: Science/Research" ,
17
+ " Intended Audience :: Developers" ,
17
18
" License :: OSI Approved :: BSD License" ,
18
19
" Operating System :: OS Independent" ,
19
20
" Programming Language :: Python :: 3" ,
20
- " Topic :: Scientific/Engineering :: Astronomy" ,
21
- " Topic :: Scientific/Engineering :: Physics" ,
22
21
]
23
22
dependencies = [
24
23
" mypy" ,
56
55
" mypy" ,
57
56
" setuptools>=45" ,
58
57
" setuptools_scm>=6.2" ,
59
- " oldest-supported-numpy" ,
60
58
" wheel" ,
61
59
]
62
60
You can’t perform that action at this time.
0 commit comments