Jonas Mueller
a4ad6460a2
Format return docstrings and add typing ( #437 )
...
* typing and return docstrings
* address typing complaints
* allow redefinition
* typing complains for pandas
* .values -> to_numpy()
2022-09-15 11:46:14 +00:00
Ulyana
c0fe76c098
Changed all docstring instances of np.array to np.ndarray ( #336 )
...
* Changed all instances of np.array in docstring to np.ndarray
* np.array is NOT a proper class name it is just a function to
create np.ndarrays and therefore should not be parameter class
* Black formatting compliance
2022-08-08 23:30:12 -07:00
Curtis G. Northcutt
e971350795
Clarify and fix several docstrings. ( #214 )
...
* Clarify and fix several docstrings.
* Adjustments based on Jonas's comments.
* fix typo
2022-04-15 19:06:45 -04:00
Anish Athalye
0dc384a4ed
Merge branch 'docs-cleanup'
2022-04-09 15:16:09 -04:00
Anish Athalye
63393237d6
Revise noise_generation
2022-04-09 09:25:56 -04:00
Anish Athalye
8770e977d3
Remove deprecated functions
...
No reason to have any deprecated functions in a backwards-incompatible
release like 2.0.
2022-04-09 09:01:08 -04:00
Anish Athalye
0be3c70a6e
Move noise_generation into benchmarking module
2022-04-08 20:08:19 -04:00