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 for 0.26.3 against TileDB 2.20 #1917

Merged
merged 1 commit into from Mar 11, 2024
Merged

Update HISTORY for 0.26.3 against TileDB 2.20 #1917

merged 1 commit into from Mar 11, 2024

Conversation

ihnorton
Copy link
Member

@ihnorton ihnorton commented Mar 9, 2024

Update HISTORY for 0.26.3 against TileDB 2.20

@ihnorton
Copy link
Member Author

Release check:

In [1]: import tiledb, numpy as np
tiledb.
In [2]: tiledb.version(), tiledb.libtiledb.version()
Out[2]: ((0, 26, 3), (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 [5]: a.schema
Out[5]:
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 [6]: b = tiledb.open("s3://tiledb-isaiah2/debug/a1")
b
In [7]: b.schema
Out[7]:
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,
)

@ihnorton ihnorton merged commit ff21497 into dev Mar 11, 2024
45 of 49 checks passed
@ihnorton ihnorton deleted the ihn/upd-0.26.3 branch March 11, 2024 02:45
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