Guidance

Latest version: v0.2.1

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 7

0.1.6

What's Changed
* preliminary support for log_probs using the `compute_log_probs=True` model constructor arg.
* A new `guidance.cpp` module that allows us to have high speed implementations of key objects.
* reduce memory requirements (and probably improve speed) for llama.cpp tests by paulbkoch in https://github.com/guidance-ai/guidance/pull/485
* Many bug fixes :)


**Full Changelog**: https://github.com/guidance-ai/guidance/compare/0.1.5...0.1.6

0.1.5

What's Changed
* Bug fixes for remote streaming models like OpenAI.
* Support for LiteLLM which should enable support for many more models (Cohere already added as direct support).
* Minor copyedit by rpdelaney in https://github.com/guidance-ai/guidance/pull/473
* Remove scipy dependency by kddubey in https://github.com/guidance-ai/guidance/pull/469
* Updated regex to account for fine-tuned models by marawan1805 in https://github.com/guidance-ai/guidance/pull/424

New Contributors
* rpdelaney made their first contribution in https://github.com/guidance-ai/guidance/pull/473
* kddubey made their first contribution in https://github.com/guidance-ai/guidance/pull/469
* marawan1805 made their first contribution in https://github.com/guidance-ai/guidance/pull/424

**Full Changelog**: https://github.com/guidance-ai/guidance/compare/0.1.4...0.1.5

0.1.4

Fixes a numpy prob normalization error that can throw exceptions for non-zero temperatures.

**Full Changelog**: https://github.com/guidance-ai/guidance/compare/0.1.3...0.1.4

0.1.3

What's Changed
* Now we match non-greedy sentence piece tokenization in llama.cpp.
* Move to numpy and spicy from PyTorch for basic scoring needs.
* Update LLama.cpp to use their newest API by paulbkoch in https://github.com/guidance-ai/guidance/pull/455
* Use len(tkz) instead of tkz.vocab_size to estimate vocabulary size by EgorBu in https://github.com/guidance-ai/guidance/pull/460
* Fix test warnings by riedgar-ms in https://github.com/guidance-ai/guidance/pull/461

New Contributors
* EgorBu made their first contribution in https://github.com/guidance-ai/guidance/pull/460
* riedgar-ms made their first contribution in https://github.com/guidance-ai/guidance/pull/461

**Full Changelog**: https://github.com/guidance-ai/guidance/compare/0.1.2...0.1.3

0.1.2

Fixed 452, 451 and others.

0.1.1

A small bug fix release to get guidance running on the remote unit test servers.

Page 3 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.