Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/kwgoodman/la
/ functions
Functions
1,228 in github.com/kwgoodman/la
⨍
Functions
1,228
◇
Types & classes
71
Method
__init__
(self, obj, doc=None, func_doc=None, config={})
doc/sphinxext/docscrape_sphinx.py:200
Method
__init__
(self, basename, dirname)
doc/sphinxext/plot_directive.py:208
Method
__init__
(self, start_lineno, end_lineno, text)
doc/sphinxext/comment_eater.py:14
Method
__init__
(self, start_lineno, end_lineno)
doc/sphinxext/comment_eater.py:38
Method
__init__
(self)
doc/sphinxext/comment_eater.py:58
Method
__init__
Unparser(tree, file=sys.stdout) -> None. Print the source for tree to file.
doc/sphinxext/compiler_unparse.py:36
Method
__init__
(self, *a, **kw)
doc/sphinxext/numpydoc.py:113
Method
__init__
Save and load larrys in HDF5 format using a dictionary-like interface. Dictionaries are made up of (key, value) pairs. In an
la/io.py:20
Method
__init__
Meet lara, she's a larry-like archive object. Parameters ---------- group : h5py.Group An instan
la/io.py:283
Method
__init__
Meet larry, he's a labeled array. Parameters ---------- x : numpy array_like Data, NaN are treat
la/deflarry.py:20
Method
__init__
(self2, self)
la/deflarry.py:4836
Method
__invert__
Element by element inverting of True to False and False to True. Raises ------ TypeError If larr
la/deflarry.py:591
Method
__iter__
(self)
la/io.py:183
Method
__le__
Element by element 'less than or equal to' (<=) comparison.
la/deflarry.py:1564
Method
__len__
(self)
la/io.py:186
Method
__lt__
Element by element 'less than' (<) comparison.
la/deflarry.py:1556
Method
__mul__
Multiply a larry with another larry, Numpy array, or scalar. If two larrys are multiplied then the larrys are joined with an inner
la/deflarry.py:794
Method
__ne__
Element by element inequality (!=) comparison.
la/deflarry.py:1552
Method
__neg__
Return a copy with each element switched with its negative.
la/deflarry.py:462
Method
__or__
Logical or a larry with another larry, Numpy array, or scalar. Notes ----- Numpy defines | as bitwise_or; he
la/deflarry.py:884
Method
__pos__
Return a copy.
la/deflarry.py:468
Method
__pow__
Element by element x**q. Parameters ---------- q : scalar The power to raise to.
la/deflarry.py:274
Function
__pyx_pf_7cflabel_1listmap_fill
la/src/cflabel.c:1020
Function
__pyx_pf_7cflabel_listmap
la/src/cflabel.c:684
Method
__rdiv__
Right divide a larry with a another larry, Numpy array, or scalar.
la/deflarry.py:782
Method
__repr__
(self)
doc/sphinxext/comment_eater.py:29
Method
__repr__
(self)
doc/sphinxext/comment_eater.py:50
Method
__repr__
(self)
la/io.py:220
Method
__repr__
(self)
la/deflarry.py:4805
Method
__rsub__
Right subtract a larry with a another larry, Numpy array, or scalar.
la/deflarry.py:733
Method
__setitem__
(self,key,val)
doc/sphinxext/docscrape.py:115
Method
__setitem__
(self, key, value)
la/io.py:199
Method
__setitem__
Assign values to a subset of a larry using indexing to select subset. Examples -------- Let's set all elemen
la/deflarry.py:1920
Method
__str__
(self, indent=0, func_role="func")
doc/sphinxext/traitsdoc.py:83
Method
__str__
(self, func_role='')
doc/sphinxext/docscrape.py:379
Method
__str__
(self)
doc/sphinxext/docscrape.py:443
Method
__str__
(self, indent=0, func_role="obj")
doc/sphinxext/docscrape_sphinx.py:175
Method
_float
(self, t)
doc/sphinxext/compiler_unparse.py:529
Method
_int
(self, t)
doc/sphinxext/compiler_unparse.py:500
Method
_obj
(self)
doc/sphinxext/docscrape_sphinx.py:50
Function
_option_align
(arg)
doc/sphinxext/plot_directive.py:132
Function
_option_boolean
(arg)
doc/sphinxext/plot_directive.py:118
Function
_option_format
(arg)
doc/sphinxext/plot_directive.py:129
Function
_quantileraw1d
(xi, q)
la/farray/normalize.py:225
Method
_str
(self, t)
doc/sphinxext/compiler_unparse.py:534
Method
_tuple
(self, t)
doc/sphinxext/compiler_unparse.py:537
Method
add
Add lines to the block.
doc/sphinxext/comment_eater.py:42
Function
append_larrys
(name, obj)
la/io.py:599
Function
assert_larry
(opname, la, t, lab, msgstr)
la/tests/deflarry_nose_test.py:56
Function
base_cmp
(a, b)
doc/sphinxext/phantom_import.py:78
Function
bench
(verbose=True)
sandbox/bench.py:8
Function
boot_count_test
boot index iterator test for proper count and uniqueness
la/util/tests/resample_test.py:59
Function
boot_repeatability_test
boot index iterator test for repeatability
la/util/tests/resample_test.py:81
Function
check_3d
(func, args)
la/tests/more_test.py:66
Function
check_return_array
Check that function returns a numpy array or a scalar.
la/tests/more_test.py:21
Method
clear
Warning: this will delete (unlink) all larrys from the archive!
la/io.py:158
Method
copyx
Return a copy of a larry's data as a Numpy array. Examples -------- >>> y = larry([1, 2], [['a', 'b']]) >>>
la/deflarry.py:4790
Function
cv_count_test
cv index iterator test for proper count and uniqueness
la/util/tests/resample_test.py:11
Function
cv_repeatability_test
cv index iterator test for repeatability
la/util/tests/resample_test.py:40
Function
datetime_test
Test datetime.datetime conversion
la/tests/io_test.py:113
Method
dtype
The dtype of the elements (not the labels) in the larry. Examples -------- >>> from la import nan
la/deflarry.py:3967
Method
filename
filename of archive.
la/io.py:263
Method
func
(x)
la/tests/deflarry_test.py:2660
Function
fx
(shape)
sandbox/bench.py:26
Function
get_class_traits
Yield all of the documentation for trait definitions on a class object.
doc/sphinxext/comment_eater.py:142
Function
get_doc_object
(obj, what=None, config=None)
doc/sphinxext/traitsdoc.py:114
Function
header
(text, style='-')
doc/sphinxext/docscrape.py:408
Function
indent
(str,indent=4)
doc/sphinxext/docscrape.py:397
Function
info
la package information such as version number and HDF5 availability.
la/util/report.py:5
Function
initialize
(app)
doc/sphinxext/phantom_import.py:23
Function
is_archived_larry
True if the key (larry name) is in the archive, False otherwise.
la/io.py:584
Method
is_empty
(line)
doc/sphinxext/docscrape.py:67
Method
is_unindented
(line)
doc/sphinxext/docscrape.py:72
Function
isstring
Return True if input is a str or np.string_.
la/util/misc.py:157
Method
iterkeys
An iterator over the keys.
la/io.py:139
Method
itervalues
An iterator over the values.
la/io.py:144
Method
keep_label
Keep labels (and corresponding values) that satisfy conditon. Keep labels that satify:
la/deflarry.py:2234
Method
keep_x
Keep labels (and corresponding values) that satisfy conditon. Set x values that do not satify the condition to NaN. Then, if
la/deflarry.py:2300
Function
listmap_fill_test
listmap_fill test
la/tests/flabel_test.py:47
Function
listmap_fill_unmappable_test
listmap_fill unmappable test
la/tests/flabel_test.py:63
Function
listmap_test
listmap test
la/tests/flabel_test.py:16
Function
listmap_unmappable_test
listmap unmappable test
la/tests/flabel_test.py:30
Method
lix
Index into a larry using labels or index numbers or both. In order to distinguish between labels and indices, label elements
la/deflarry.py:1800
Function
load
Load a larry from a HDF5 archive. Each larry is stored in a HDF5 group. The group is assigned an attribute named 'larry' which is set to
la/io.py:429
Function
mangle_signature
(app, what, name, obj, options, sig, retann)
doc/sphinxext/numpydoc.py:73
Method
merge
Merge, or optionally update, a larry with a second larry. Parameters ---------- other : larry The l
la/deflarry.py:3249
Method
methods
(self)
doc/sphinxext/docscrape.py:489
Method
move_func
Generic moving window function along the specified axis. Parameters ---------- func : function A
la/deflarry.py:2821
Method
move_max
Moving window maximum along the specified axis, ignoring NaNs. Parameters ---------- window : int
la/deflarry.py:2663
Method
move_mean
Moving window mean along the specified axis, ignoring NaNs. Parameters ---------- window : int T
la/deflarry.py:2556
Function
move_median
Moving window median along the specified axis. Parameters ---------- arr : ndarray Input array. window : int
la/farray/move.py:15
Method
move_median
Moving window median along the specified axis, ignoring NaNs. Parameters ---------- window : int
la/deflarry.py:2779
Method
move_min
Moving window minimum along the specified axis, ignoring NaNs. Parameters ---------- window : int
la/deflarry.py:2628
Method
move_std
Moving window standard deviation along specified axis, ignoring NaNs. Parameters ---------- window : int
la/deflarry.py:2591
Function
move_unit_maker
Test that different mov methods give the same results on 2d input.
la/farray/tests/move_test.py:14
Function
move_unit_maker
Test that different mov methods give the same results on 2d input.
la/tests/deflarry_move_test.py:16
Method
movingsum
(self, window, axis=-1, norm=False)
la/deflarry.py:2877
Method
ndim
Number of dimensions in the larry. Examples -------- >>> from la import nan >>> y = larry([1, 2,
la/deflarry.py:3953
Method
nx
Number of finite values (not NaN, -Inf, or Inf) in the larry. Examples -------- >>> from la import n
la/deflarry.py:3909
Method
parse_item_name
Match ':role:`name`' or 'name
doc/sphinxext/docscrape.py:199
← previous
next →
401–500 of 1,228, ranked by callers