Conversation
* create index based validation splits * make split reset explicit * move set_split to parent object * ensure train set cant query beyond the bounds of the train set * lint * move all split logic to TatmDataset * move all split handling logic to TatmDataset * update create_split docstring * format
* Update to use Poetry 2.0 * Move build-system to top
* Add jsonl support * Type hint * Separate annotation loading into private function
* lazily open memmaps * close array before pickling TokenArray structures * lint code
* use ray logging config in cli tokenizer * make log level variable in ray logging config * find free dashboard port
* add validation split vignette * respond to tims comments
|
🏷️ [bumpr] Next version:v0.2.2 Changes:v0.2.1...KempnerInstitute:dev |
timothyngo
reviewed
Mar 13, 2025
| build-backend = "poetry.core.masonry.api" | ||
|
|
||
|
|
||
| [project] |
Collaborator
There was a problem hiding this comment.
Somehow the version number didn't get bumped.
Collaborator
Author
There was a problem hiding this comment.
yup, the workflow tries to push a change and gets (reasonably) blocked by our branch protections, updating the release workflow now like we discussed
|
🏷️ [bumpr] Next version:v0.2.2 Changes:v0.2.1...KempnerInstitute:dev |
|
🏷️ [bumpr] Next version:v0.2.2 Changes:v0.2.1...KempnerInstitute:dev |
timothyngo
approved these changes
Mar 14, 2025
|
🚀 [bumpr] Bumped! New version:v0.2.2 Changes:v0.2.1...v0.2.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 0.2.2
Includes