Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update HISTORY and version for 0.26.2 #1913

Merged
merged 1 commit into from Mar 6, 2024
Merged

Update HISTORY and version for 0.26.2 #1913

merged 1 commit into from Mar 6, 2024

Conversation

ihnorton
Copy link
Member

@ihnorton ihnorton commented Mar 6, 2024

Update HISTORY and version for 0.26.2

@ihnorton ihnorton requested a review from Shelnutt2 March 6, 2024 04:34
@ihnorton ihnorton merged commit 96fea63 into dev Mar 6, 2024
39 of 42 checks passed
@ihnorton ihnorton deleted the release-test-0.26.2 branch March 6, 2024 14:38
@ihnorton
Copy link
Member Author

ihnorton commented Mar 6, 2024

Release check:

In [1]: import tiledb, numpy as np

In [2]: tiledb.version(), tiledb.libtiledb.version()
Out[2]: ((0, 26, 2), (2, 20, 1))

In [3]: tiledb.default_ctx(tiledb.cloud.Ctx().config())
Out[3]: tiledb.Ctx() [see Ctx.config() for configuration]

In [4]: a = tiledb.open("tiledb://TileDB-Inc/645a08a0-aafc-4298-be69-17f8e368bc67")

In [6]: a.schema
Out[6]:
ArraySchema(
  domain=Domain(*[
    Dim(name='image_id', domain=(0, 18446744073709541615), tile=10, dtype='uint64', filters=FilterList([ZstdFilter(level=-1), ])),
    Dim(name='d1', domain=(0, 223), tile=224, dtype='uint64', filters=FilterList([ZstdFilter(level=-1), ])),
    Dim(name='d2', domain=(0, 223), tile=224, dtype='uint64', filters=FilterList([ZstdFilter(level=-1), ])),
    Dim(name='d3', domain=(0, 2), tile=2, dtype='uint64', filters=FilterList([ZstdFilter(level=-1), ])),
  ]),
  attrs=[
    Attr(name='value', dtype='uint8', var=False, nullable=False, enum_label=None),
  ],
  cell_order='row-major',
  tile_order='row-major',
  sparse=False,
)

In [7]: b = tiledb.open("s3://tiledb-isaiah2/debug/a1")

In [8]: b.schema
Out[8]:
ArraySchema(
  domain=Domain(*[
    Dim(name='__dim_0', domain=(0, 3), tile=4, dtype='uint64', filters=FilterList([ZstdFilter(level=-1), ])),
    Dim(name='__dim_1', domain=(0, 3), tile=4, dtype='uint64', filters=FilterList([ZstdFilter(level=-1), ])),
  ]),
  attrs=[
    Attr(name='', dtype='float64', var=False, nullable=False, enum_label=None),
  ],
  cell_order='row-major',
  tile_order='row-major',
  sparse=False,
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants