MCPcopy Create free account

hub / github.com/deshaw/versioned-hdf5 / functions

Functions917 in github.com/deshaw/versioned-hdf5

Functiontest_set_current_version
(h5file)
tests/test_versions.py:248
Methodtest_setitem
__setitem__() changes chunk dtype upon first access. This happens **before** the values are replaced, to avoid overflows or loss of de
tests/test_staged_changes.py:702
Functiontest_setitem_bare_strings
Setting a bare string into a dataset doesn't swap the buffer dtype.
tests/test_npystrings.py:123
Functiontest_setitem_broadcast
()
tests/test_staged_changes.py:966
Functiontest_setitem_fancy_index_noncontiguous_whole_chunks
__setitem__ with an integer array index where the wholly-selected chunks are not contiguous among the selected chunks
tests/test_staged_changes.py:974
Functiontest_shape_sensitivity
Same bytes, different shape => different hash, in both implementations, and they agree with each other.
tests/test_hash_legacy_compat.py:103
Functiontest_shrinking_dereferences_slabs
Test that shrinking a StagedChangesArray dereferences the *staged* slabs that are no longer referenced by any chunks. The full slab and the base s
tests/test_staged_changes.py:445
Functiontest_shrinking_does_not_reuse_partial_chunks
Test that if a partial chunk is created or resized when shrinking, and that chunk was on a base slab, it is loaded into memory to avoid different
tests/test_staged_changes.py:477
Functiontest_simplify_indices
Test that a fancy index that can be redefined globally as a slice results in a SliceMapper
tests/test_subchunk_map.py:494
Functiontest_single_chunk
()
tests/test_hash.py:41
Functiontest_size_zero_with_base_slabs
load() and changes() on a size-0 array that has base slabs
tests/test_staged_changes.py:430
Functiontest_small_dataset
(vfile)
tests/test_api.py:383
Methodtest_small_fraction_changes_sparse
( self, num_transactions=250, filename="test_small_fraction_changes_sparse", c
analysis/generate_data_base.py:215
Functiontest_smallest_step_after
(data, x, m)
tests/test_cytools.py:42
Functiontest_spaceid_to_slice
(h5file)
tests/test_slicetools.py:107
Functiontest_sparse
(vfile)
tests/test_api.py:1925
Functiontest_sparse_empty
(vfile)
tests/test_api.py:1967
Functiontest_sparse_large
(vfile)
tests/test_api.py:2006
Functiontest_stage_version
Test that versions can be staged and are the expected shape.
tests/test_api.py:34
Functiontest_stage_version_chunk_size
(vfile)
tests/test_api.py:78
Functiontest_stage_version_compression
(vfile)
tests/test_api.py:122
Functiontest_stage_version_log_stats
Test that stage_version logs stats after writing data.
tests/test_api.py:2184
Functiontest_staged_array
(args)
tests/test_staged_changes.py:67
Functiontest_step_inner_axis
()
tests/test_hash.py:386
Functiontest_step_inner_axis_3d
()
tests/test_hash.py:393
Functiontest_step_middle_axis
()
tests/test_hash.py:407
Functiontest_step_outer_axis
()
tests/test_hash.py:399
Functiontest_stop2count_count2stop
(s)
tests/test_cytools.py:24
Functiontest_store_binary_as_void
(vfile)
tests/test_api.py:1586
Functiontest_strided_single_chunk_object
(dtype)
tests/test_hash.py:547
Functiontest_strided_slab_multichunk
Multiple chunks, with edge trimming and hash row permutation, carved out of a stepped (outer axis) slab: the chunk axis-0 offset must use the real
tests/test_hash.py:468
Functiontest_string_dtype
Test that writing an array of object strings without metadata correctly preserves metadata on the Dataset.
tests/test_wrappers.py:427
Functiontest_string_dtypes
(setup_vfile, dt)
tests/test_api.py:1692
Functiontest_tight_iteration_big_O_performance
In h5py, it is OK to create and destroy astype("T") views in rapid succession, interleaved with __setitem__ calls of data with dtype="T":
tests/test_npystrings.py:221
Functiontest_timestamp_auto
(vfile)
tests/test_api.py:836
Functiontest_timestamp_manual
(vfile)
tests/test_api.py:845
Functiontest_timestamp_manual_datetime64
(vfile)
tests/test_api.py:869
Functiontest_trailing_axes_contiguous_3d
()
tests/test_hash.py:414
Functiontest_transposed_2d
()
tests/test_hash.py:366
Functiontest_transposed_3d
()
tests/test_hash.py:372
Functiontest_transposed_slab_multichunk
()
tests/test_hash.py:490
Functiontest_transposed_then_stepped
()
tests/test_hash.py:462
Functiontest_unmodified
(vfile)
tests/test_api.py:393
Functiontest_verify_string_chunk_reuse_bytes_one_dimensional
Test that string chunk reuse works as intended.
tests/test_api.py:2979
Functiontest_version_int_slicing
(vfile)
tests/test_api.py:164
Functiontest_version_name_slicing
(vfile)
tests/test_api.py:219
Functiontest_versions_property
Test that VersionedHDF5File.versions returns the same as all_versions(vfile).
tests/test_api.py:2798
Functiontest_vlen_encoding_equivalence
Variable-width strings are hashed by their UTF-8 bytes, so ``str``, ``bytes`` and StringDType spellings of the same value collide *by design*.
tests/test_hash.py:738
Functiontest_weird_dtypes
()
tests/test_staged_changes.py:869
Functiontest_write_dataset
(h5file)
tests/test_backend.py:44
Functiontest_write_dataset_compression
(h5file)
tests/test_backend.py:610
Functiontest_write_dataset_multidimension
(h5file)
tests/test_backend.py:102
Functiontest_write_dataset_offset
(h5file)
tests/test_backend.py:208
Functiontest_write_dataset_offset_chunk_size
(h5file)
tests/test_backend.py:568
Functiontest_write_dataset_offset_multidimension
(h5file)
tests/test_backend.py:266
Methodtime_calc_hashes
(self, scenario: str, chunk_size: str)
benchmarks/staged_changes.py:410
Methodtime_changes
(self, state: str, chunk_size: str)
benchmarks/staged_changes.py:392
Methodtime_changes_plan
(self, state: str, chunk_size: str)
benchmarks/staged_changes.py:389
Methodtime_commit
(self, scenario: str, chunk_size: str)
benchmarks/staged_changes.py:414
Methodtime_commit
(self, kind, chunks)
benchmarks/wrappers.py:219
Methodtime_commit_plan
(self, scenario: str, chunk_size: str)
benchmarks/staged_changes.py:433
Methodtime_create_dataset
(self, density, library)
benchmarks/wrappers.py:101
Methodtime_delete_versions
(self, case)
benchmarks/replay.py:81
Methodtime_delete_versions
(self, n)
benchmarks/delete_versions.py:45
Methodtime_from_array
(self, as_base_slabs: str, chunk_size: str)
benchmarks/staged_changes.py:347
Methodtime_getattr
(self, kind)
benchmarks/wrappers.py:56
Methodtime_getitem
(self, case: str, chunk_size: str)
benchmarks/staged_changes.py:286
Methodtime_getitem
(self, library, dtype, max_nchars)
benchmarks/strings.py:43
Methodtime_getitem_plan
(self, case: str, chunk_size: str)
benchmarks/staged_changes.py:283
Methodtime_hash
(self, dtype, nbytes)
benchmarks/hashtable.py:46
Methodtime_hash_plan
(self, scenario: str, chunk_size: str)
benchmarks/staged_changes.py:407
Methodtime_hash_slab
(self, chunk_size, edge)
benchmarks/hash.py:42
Methodtime_hash_slab
(self, layout, chunk_size)
benchmarks/hash.py:115
Methodtime_hash_slab
(self, dtype, max_nchars, chunk_size)
benchmarks/hash.py:170
Methodtime_hash_slab_naive
Naive Python hashlib reimplementation of hash_slab.
benchmarks/hash.py:54
Methodtime_hash_slab_naive
Naive Python hashlib reimplementation of hash_slab for strings.
benchmarks/hash.py:180
Methodtime_load
(self, state: str, chunk_size: str)
benchmarks/staged_changes.py:371
Methodtime_load_plan
(self, state: str, chunk_size: str)
benchmarks/staged_changes.py:368
Functiontime_many_chunks
()
benchmarks/many_chunks.py:11
Functiontime_many_chunks_arange
()
benchmarks/many_chunks.py:63
Functiontime_many_chunks_integer_index
()
benchmarks/many_chunks.py:36
Methodtime_modify_metadata
(self, case)
benchmarks/replay.py:122
Methodtime_one_element_commit
(self, how)
benchmarks/chunk_guessing.py:45
Methodtime_read_many_slices
(self, chunk_size)
benchmarks/read_many_slices.py:82
Methodtime_read_many_slices_h5_to_np
(self, chunk_size, fast)
benchmarks/read_many_slices.py:111
Methodtime_read_many_slices_h5_to_np
(self, chunk_size, layout, fast)
benchmarks/read_many_slices.py:159
Methodtime_read_many_slices_np_to_h5
(self, chunk_size, fast)
benchmarks/read_many_slices.py:121
Methodtime_read_many_slices_np_to_h5
(self, chunk_size, layout, fast)
benchmarks/read_many_slices.py:174
Methodtime_read_write_loop_different_chunk
(self, library, dtype, max_nchars)
benchmarks/strings.py:76
Methodtime_read_write_loop_fast_astype
(self, library, dtype, max_nchars)
benchmarks/strings.py:82
Methodtime_read_write_loop_same_chunk
(self, library, dtype, max_nchars)
benchmarks/strings.py:70
Methodtime_recreate_dataset
(self, case)
benchmarks/replay.py:107
Functiontime_resize
()
benchmarks/resize.py:11
Methodtime_resize
(self, resize: str, state: str, chunk_size: str)
benchmarks/staged_changes.py:327
Functiontime_resize_and_write
()
benchmarks/resize.py:50
Functiontime_resize_and_write_hdf5
()
benchmarks/resize.py:92
Functiontime_resize_and_write_hdf5_no_copy
()
benchmarks/resize.py:74
Methodtime_resize_bigger
(self, kind)
benchmarks/wrappers.py:68
Functiontime_resize_hdf5
()
benchmarks/resize.py:34
Methodtime_resize_plan
(self, resize: str, state: str, chunk_size: str)
benchmarks/staged_changes.py:324
← previousnext →801–900 of 917, ranked by callers