Skip to content

Releases: OoriData/Utiloori

0.4.0

23 Nov 02:16
461bfb1
Compare
Choose a tag to compare

Added

  • Tools for PostgreSQL batched cursor query: pg module
  • filepath.obj_file_path_parent()
  • json.find_long_strings()
  • plaintext.truncate_text_middle()
  • func.retry_exponential_backoff()

Fixed

  • PGv docker compose

v0.3.0

10 Jun 17:25
a8fb00b
Compare
Choose a tag to compare

[v0.3.0] - 20240610

Added

  • utiloori.chatlog.chatmsg_trim() - Trim a message from chatlog to only fields defined in the HuggingFace Chat Template format
  • utiloori.markdown.clear_mdx_comments() - Remove MDX-style Markdown comments from text

Changed

  • pprint_chatlog.pprint_chatlog() is now utiloori.chatlog.pformat() and has configurable start and end delimiters

Full Changelog: v0.2.0...v0.3.0

v0.2.0

01 Feb 00:06
b04c139
Compare
Choose a tag to compare
  • 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)

v0.1.0

13 Nov 18:53
98dd752
Compare
Choose a tag to compare

Added

ansi_color() python function
compose.yml for pgvector container