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.4 against TileDB 2.20.1 #1928

Merged
merged 1 commit into from
Mar 18, 2024
Merged

Conversation

ihnorton
Copy link
Member

Update HISTORY for 0.26.4 against TileDB 2.20.1

@ihnorton ihnorton requested a review from dudoslav March 18, 2024 02:40
Copy link
Collaborator

@dudoslav dudoslav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The windows pipeline fails, not yet known why.

@dudoslav dudoslav merged commit 137157f into dev Mar 18, 2024
46 of 49 checks passed
@dudoslav dudoslav deleted the ihn/upd-0.26.4 branch March 18, 2024 11:44
@ihnorton
Copy link
Member Author

Release check

In [1]: import tiledb, numpy as np, time
tiledb
In [2]: tiledb.version(), tiledb.libtiledb.version()
Out[2]: ((0, 26, 4), (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")

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,
)

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.

2 participants