Skip to content

330 add text and textlist type support to the core apis#379

Merged
popescu-v merged 4 commits intodevfrom
330-add-text-and-textlist-type-support-to-the-core-apis
Apr 2, 2025
Merged

330 add text and textlist type support to the core apis#379
popescu-v merged 4 commits intodevfrom
330-add-text-and-textlist-type-support-to-the-core-apis

Conversation

@popescu-v
Copy link
Copy Markdown
Collaborator

@popescu-v popescu-v commented Apr 1, 2025

Related to #330:

  • locally add support for Text and TextList at the dictionary level;
  • add basic Text usage samples.

More involved evolutions (sklearn, more complex sample) should wait for after the impending beta.


TODO Before Asking for a Review

  • Rebase your branch to the latest version of dev (or main for release PRs)
  • Make sure all CI workflows are green
  • When adding a public feature/fix: Update the Unreleased section of CHANGELOG.md (no date)
  • Self-Review: Review "Files Changed" tab and fix any problems you find
  • API Docs (only if there are changes in docstrings, rst files or samples):
    • Check the docs build without warning: see the log of the API Docs workflow
    • Check that your changes render well in HTML: download the API Docs artifact and open index.html
    • If there are any problems it is faster to iterate by building locally the API Docs

@popescu-v popescu-v linked an issue Apr 1, 2025 that may be closed by this pull request
@popescu-v popescu-v force-pushed the 330-add-text-and-textlist-type-support-to-the-core-apis branch from 8b7486e to d627040 Compare April 1, 2025 15:57
@popescu-v popescu-v force-pushed the 330-add-text-and-textlist-type-support-to-the-core-apis branch from d627040 to bf82e5f Compare April 2, 2025 14:04
@popescu-v popescu-v force-pushed the 330-add-text-and-textlist-type-support-to-the-core-apis branch from bf82e5f to 1d3d80d Compare April 2, 2025 14:10
@popescu-v popescu-v merged commit 0c8137f into dev Apr 2, 2025
28 of 29 checks passed
@popescu-v popescu-v deleted the 330-add-text-and-textlist-type-support-to-the-core-apis branch April 2, 2025 17:10
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.

Add Text and TextList Type Support to the Core APIs

2 participants