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 TileDB-Py 0.29.0 against TileDB 2.23.0 #1961

Merged
merged 5 commits into from
May 9, 2024

Conversation

ihnorton
Copy link
Member

@ihnorton ihnorton commented May 3, 2024

[sc-46613]
[sc-46600]

@kounelisagis kounelisagis changed the title TEST 2.23.0-rc0 Update HISTORY for TileDB-Py 0.29.0 against TileDB 2.23.0 May 9, 2024
@kounelisagis
Copy link
Member

I did build windows wheels locally:

05/08/2024  11:38 PM         8,463,498 tiledb-0.28.1.dev10-cp310-cp310-win_amd64.whl
05/08/2024  11:40 PM         8,469,038 tiledb-0.28.1.dev10-cp311-cp311-win_amd64.whl
05/08/2024  11:43 PM         8,462,756 tiledb-0.28.1.dev10-cp312-cp312-win_amd64.whl
05/08/2024  11:33 PM         8,467,789 tiledb-0.28.1.dev10-cp38-cp38-win_amd64.whl
05/08/2024  11:35 PM         8,443,914 tiledb-0.28.1.dev10-cp39-cp39-win_amd64.whl

@kounelisagis kounelisagis marked this pull request as ready for review May 9, 2024 10:51
@kounelisagis kounelisagis requested a review from nguyenv May 9, 2024 10:51
@kounelisagis kounelisagis requested a review from dudoslav May 9, 2024 11:24
HISTORY.md Outdated Show resolved Hide resolved
HISTORY.md Outdated Show resolved Hide resolved
HISTORY.md Outdated Show resolved Hide resolved
Copy link
Member Author

@ihnorton ihnorton left a comment

Choose a reason for hiding this comment

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

Minor nits, otherwise LGTM

Copy link
Collaborator

@nguyenv nguyenv left a comment

Choose a reason for hiding this comment

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

LGTM

@kounelisagis kounelisagis merged commit 228a027 into dev May 9, 2024
31 checks passed
@kounelisagis kounelisagis deleted the ihn/upd-2.23 branch May 9, 2024 12:58
@ihnorton
Copy link
Member Author

Release check:

pip install tiledb-0.29.0-cp310-cp310-macosx_11_0_arm64.whl
3fb23dd8aa7a40973f32a734058b7fe176294fe8555803e417ff782453bca322  tiledb-0.29.0-cp310-cp310-macosx_11_0_arm64.whl

In [1]: import tiledb
tiledb.lib
In [2]: tiledb.version(), tiledb.libtiledb.version()
Out[2]: ((0, 29, 0), (2, 23, 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

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

In [4]: g = tiledb.Group("tiledb://ihnorton/2b23809e-4e04-4dbe-a4fa-ce5223b93adf")

In [5]: g.meta.keys()
Out[5]: KeysView({})

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

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

In [9]:

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.

3 participants