Skip to content

Releases: Promptly-Technologies-LLC/imfp

v1.2.0

08 Feb 01:20
8880816
Compare
Choose a tag to compare

v1.2.0 (2025-02-08)

Bug Fixes

Chores

Documentation

  • Point to a conventional commit hook that works on POSIX systems (89d5a11)

  • Remove leftover tail call from usage.qmd (a92f91d)

Features

  • Resolved mypy errors and enhanced function argument type enforcement (dd2e41a)

Detailed Changes: v1.1.10...v1.2.0

v1.1.10

27 Jan 22:04
80b7683
Compare
Choose a tag to compare

v1.1.10 (2025-01-27)

Bug Fixes

  • Add missing imports to usage examples (e5729c6)

  • Handle dev as dependency group, not an extra (baf6b98)

  • Resolve some documentation rendering errors (604e5e6)

Documentation

  • Add search and code fold functionality to documentation (fbfec44)

  • Added exchange rate conversion (ec1d705)

  • Added llms.txt (8e97b33)

  • Complete first draft of refactored documentation (653a4ee)

  • Fixed broken Github Actions test workflow badge (cbde373)

  • Polished the usage page and added a rate limits page (3acf267)

  • Rewrote the quickstart guide (8684aff)

  • Some minor copyediting (7bdf61d)

  • Updated documentation for parameters function (d3dc190)

  • Worked out bugs in documentation examples (386fee3)


Detailed Changes: v1.1.9...v1.1.10

v1.1.9

19 Jan 00:29
43f0cd3
Compare
Choose a tag to compare

v1.1.9 (2025-01-19)

Bug Fixes

  • Commit changelog generated in ci back to repo (8e04da4)

Detailed Changes: v1.1.8...v1.1.9

v1.1.8

19 Jan 00:19
861f99b
Compare
Choose a tag to compare

v1.1.8 (2025-01-19)


Detailed Changes: v1.1.7...v1.1.8

v1.1.7

19 Jan 00:06
a01cad7
Compare
Choose a tag to compare

v1.1.7 (2025-01-19)

Bug Fixes

  • Authenticate to Github actions with app to permit version bump push (97d42c7)

  • Version bump [skip ci] (bec937c)


Detailed Changes: v1.1.6...v1.1.7

v1.1.6

18 Jan 20:37
f0187cd
Compare
Choose a tag to compare

v1.1.6 (2025-01-18)

Bug Fixes

  • Add uv to path as part of build command (f12fcac)

  • Don't use the semantic-version action for build or commit steps (1102d90)

  • Incorporate package build into semantic release version action (7a2251c)

  • Install uv in semantic-release build command since it's containerized (8db02e2)

  • Simplify workaround (f99a512)

  • Work around bug that prevents uv from being found by Actions build command (cee17a3)


Detailed Changes: v1.1.0...v1.1.6

Version 1.1.5

08 Jan 14:13
99ce012
Compare
Choose a tag to compare
  • Replaced poetry with uv package manager

  • Added setuptools as build backend

v.1.1.4

05 Jan 17:44
99ce012
Compare
Choose a tag to compare
  • Added a demo project by Jenny Xu to the documentation website
  • Updated dependencies

v1.1.1

23 Apr 20:01
99ce012
Compare
Choose a tag to compare
  • Updated dependencies

  • Removed deprecated pkg_resources import

  • Fixed a problem with pyproject.toml that was breaking CI/CD

  • Implemented automated PyPi deployment with GitHub Actions

v 1.1.0

29 Apr 21:20
99ce012
Compare
Choose a tag to compare
  • Implemented response mocking during unit tests

  • Removed between-calls wait time during unit tests

  • Changed wait time variable from a global variable to an environment variable

  • Introduced new set_imf_wait_time function