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

remove fluentUI library #15278

Merged
merged 7 commits into from
May 1, 2024
Merged

remove fluentUI library #15278

merged 7 commits into from
May 1, 2024

Conversation

amunger
Copy link
Contributor

@amunger amunger commented Mar 1, 2024

this will hopefully help with some build issues we've seen from the community.
The dataframe filter and slice control were the only components affected, and both should have the same functionality, but a slightly modified look.

@amunger amunger force-pushed the aamunger/dataViewer branch from e5381ad to f7edb2c Compare March 2, 2024 00:03
amunger added 2 commits March 1, 2024 16:03

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@amunger
Copy link
Contributor Author

amunger commented Apr 30, 2024

4 dimensional tensor example for testing the slice control

import numpy as np
import torch

np_array = np.array(
    [
        [
            [[100, 2, 3], [4, 5, 6], [7, 8, 9]],
            [[10, 11, 12], [13, 14, 15], [16, 17, 18]],
            [[19, 20, 21], [22, 23, 24], [25, 26, 27]],
            [[19, 20, 21], [22, 23, 24], [25, 26, 27]],
        ],
        [
            [[200, 2, 3], [4, 5, 6], [7, 8, 9]],
            [[10, 11, 12], [13, 14, 15], [16, 17, 18]],
            [[19, 20, 21], [22, 23, 24], [25, 26, 27]],
            [[19, 20, 21], [22, 23, 24], [25, 26, 27]],
        ],
    ]
)

# Convert to a NumPy ndarray
tensor_np = torch.from_numpy(np_array)

Verified

This commit was signed with the committer’s verified signature.
amunger Aaron Munger
@amunger amunger changed the title remove filter box remove fluentd library May 1, 2024
@amunger amunger changed the title remove fluentd library remove fluentUI library May 1, 2024
@amunger amunger requested a review from DonJayamanne May 1, 2024 21:38
@amunger amunger marked this pull request as ready for review May 1, 2024 21:38
@vscodenpa vscodenpa added this to the April 2024 milestone May 1, 2024
@amunger amunger merged commit e853206 into main May 1, 2024
28 checks passed
@amunger amunger deleted the aamunger/dataViewer branch May 1, 2024 22:05
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

3 participants