Releases: OoriData/Utiloori
Releases · OoriData/Utiloori
0.4.0
v0.3.0
[v0.3.0] - 20240610
Added
utiloori.chatlog.chatmsg_trim()
- Trim a message from chatlog to only fields defined in the HuggingFace Chat Template formatutiloori.markdown.clear_mdx_comments()
- Remove MDX-style Markdown comments from text
Changed
pprint_chatlog.pprint_chatlog()
is nowutiloori.chatlog.pformat()
and has configurable start and end delimiters
Full Changelog: v0.2.0...v0.3.0
v0.2.0
- reorganized PGvector stuff (thanks @kaischuygon)
- added configuration file to PGvector docker compose files (thanks @kaischuygon)
- added
pprint_chatlog()
to print human readable versions of ChatML style lists of messages (thanks @choccccy) - added
test_validate_uuid()
to vibe check UUID strings (thanks @uogbuji) - added
time_plus_delta()
to add a timedelta to a time object. Python forbids you from doing this naively, with a time & timedelta object, because of the ambiguity when crossing the midnight border. (thanks @uogbuji)