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

TileDB-Py 0.28.0 against TileDB 2.22.0 #1951

Merged
merged 2 commits into from
Apr 16, 2024
Merged

TileDB-Py 0.28.0 against TileDB 2.22.0 #1951

merged 2 commits into from
Apr 16, 2024

Conversation

ihnorton
Copy link
Member

@ihnorton ihnorton commented Apr 15, 2024

TileDB-Py 0.28.0 against TileDB 2.22.0


wheel test build on this branch: https://github.com/TileDB-Inc/TileDB-Py/pull/new/release-test-0.28.0-2.22.0

@ihnorton ihnorton force-pushed the ihn/upd-2.22-0.28.0 branch from c381302 to 4a54db1 Compare April 15, 2024 21:18
misc/azure-release.yml Outdated Show resolved Hide resolved
@nguyenv
Copy link
Collaborator

nguyenv commented Apr 16, 2024

Since we need to rerun this anyways, should we get #1933 in this release?

@ihnorton
Copy link
Member Author

ihnorton commented Apr 16, 2024 via email

@ihnorton
Copy link
Member Author

Release check:

In [1]: import tiledb
tiledb.li
In [2]: tiledb.version(), tiledb.libtiledb.version()
Out[2]: ((0, 28, 0), (2, 22, 0))

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

In [4]: a.schema
Out[4]:
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,
)

# ===

In [1]: import tiledb, tiledb.cloud

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

In [3]: b = tiledb.open("tiledb://ihnorton/4b7a6d7a-9015-482c-b328-62760afaf28b")

In [4]: b.schema
Out[4]:
ArraySchema(
  domain=Domain(*[
    Dim(name='__dim_0', domain=(0, 9), tile=10, 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 d4cb13d into dev Apr 16, 2024
46 of 49 checks passed
@ihnorton ihnorton deleted the ihn/upd-2.22-0.28.0 branch April 16, 2024 14:47
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.

4 participants