Outlines

Latest version: v0.2.1

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

Scan your dependencies

Page 10 of 11

0.0.9

Not secure
What's Changed
* Fix ReAct example link path by lukestanley in https://github.com/outlines-dev/outlines/pull/220
* Fix typo in README.md by eltociear in https://github.com/outlines-dev/outlines/pull/235
* Make `transformers` dependency explicit by rlouf in https://github.com/outlines-dev/outlines/pull/240
* Explicitly list the packages in modules by rlouf in https://github.com/outlines-dev/outlines/pull/242
* Fix some typos and language by jrysana in https://github.com/outlines-dev/outlines/pull/254
* Fix non-matching function definition and call by krasserm in https://github.com/outlines-dev/outlines/pull/252
* Remove unused `from typing import List` in `README.md` by alvarobartt in https://github.com/outlines-dev/outlines/pull/256
* Fix some typos/language in `regex` and `sequence` by jrysana in https://github.com/outlines-dev/outlines/pull/257
* Allow users to choose devices for models by BramVanroy in https://github.com/outlines-dev/outlines/pull/264
* Escape curly braces in the regexes by rlouf in https://github.com/outlines-dev/outlines/pull/243
* Change default generate behavior from fixed seed to random seed by mondaychen in https://github.com/outlines-dev/outlines/pull/228
* Use FSMs for scanning during grammar-guided generation by brandonwillard in https://github.com/outlines-dev/outlines/pull/178
* Added a fix for mismatched logit and mask tensor shapes by xaviruvpadhiyar98 in https://github.com/outlines-dev/outlines/pull/236
* Misc. Refactoring and Link Updates by brandonwillard in https://github.com/outlines-dev/outlines/pull/279
* Fix missing spaces in `Tokenizer.convert_token_to_string` by brandonwillard in https://github.com/outlines-dev/outlines/pull/280
* More HF Llama tokenizer space fixes by brandonwillard in https://github.com/outlines-dev/outlines/pull/282
* Fix whitespace and control character handling in JSON guidance by brandonwillard in https://github.com/outlines-dev/outlines/pull/283
* Add `py.typed` and package data information by brandonwillard in https://github.com/outlines-dev/outlines/pull/294
* Example to generate dating app profiles- combines prompt templating with JSON generation by veezbo in https://github.com/outlines-dev/outlines/pull/287
* Refactor for Python 3.8-3.9 compatibility by brandonwillard in https://github.com/outlines-dev/outlines/pull/295
* Introduce Numba-based FSM utilities by brandonwillard in https://github.com/outlines-dev/outlines/pull/272
* Use `device_map` value when `device` is unspecified by brandonwillard in https://github.com/outlines-dev/outlines/pull/300
* Fix typos in model usage examples by Barahlush in https://github.com/outlines-dev/outlines/pull/307
* Modify JSON schema $ref resolution strategy to support resolving values internal to the schema by mattkindy in https://github.com/outlines-dev/outlines/pull/312
* Fix JSON schema generation to accept schemas without 'title' property by mattkindy in https://github.com/outlines-dev/outlines/pull/311
* Update resize padding multiple in `test_transformers_logits_vocab_size` by brandonwillard in https://github.com/outlines-dev/outlines/pull/313
* Avoid unhashable `additional_special_tokens` values in `special_tokens_map` by brandonwillard in https://github.com/outlines-dev/outlines/pull/314
* Remove unnecessary array allocations in generation process and enable caching by brandonwillard in https://github.com/outlines-dev/outlines/pull/308
* Allow configurable sampling steps by brandonwillard in https://github.com/outlines-dev/outlines/pull/318
* Fix some `Sequence` interface issues by brandonwillard in https://github.com/outlines-dev/outlines/pull/319
* Fix potential REDUCE issues in partial parse states by brandonwillard in https://github.com/outlines-dev/outlines/pull/320
* Add missing sample tests by brandonwillard in https://github.com/outlines-dev/outlines/pull/321
* Support recursive arrays in JSON when an item is an array by AL-377 in https://github.com/outlines-dev/outlines/pull/316
* Fix and simplify `walk_fsm` by brandonwillard in https://github.com/outlines-dev/outlines/pull/322
* Disable eager Numba FSM info construction step in parser by brandonwillard in https://github.com/outlines-dev/outlines/pull/323
* Add another missing `walk_fsm` condition by brandonwillard in https://github.com/outlines-dev/outlines/pull/324

New Contributors
* lukestanley made their first contribution in https://github.com/outlines-dev/outlines/pull/220
* eltociear made their first contribution in https://github.com/outlines-dev/outlines/pull/235
* jrysana made their first contribution in https://github.com/outlines-dev/outlines/pull/254
* krasserm made their first contribution in https://github.com/outlines-dev/outlines/pull/252
* alvarobartt made their first contribution in https://github.com/outlines-dev/outlines/pull/256
* BramVanroy made their first contribution in https://github.com/outlines-dev/outlines/pull/264
* xaviruvpadhiyar98 made their first contribution in https://github.com/outlines-dev/outlines/pull/236
* veezbo made their first contribution in https://github.com/outlines-dev/outlines/pull/287
* Barahlush made their first contribution in https://github.com/outlines-dev/outlines/pull/307
* mattkindy made their first contribution in https://github.com/outlines-dev/outlines/pull/312
* AL-377 made their first contribution in https://github.com/outlines-dev/outlines/pull/316

**Full Changelog**: https://github.com/outlines-dev/outlines/compare/0.0.8...0.0.9

0.0.8

Not secure
What's Changed
* Update the README by rlouf in https://github.com/normal-computing/outlines/pull/202
* Fix error when using type="float" on OpenAI model by mondaychen in https://github.com/normal-computing/outlines/pull/212
* Add `JSON` generation method by rlouf in https://github.com/normal-computing/outlines/pull/140

New Contributors
* mondaychen made their first contribution in https://github.com/normal-computing/outlines/pull/212

**Full Changelog**: https://github.com/normal-computing/outlines/compare/0.0.7...0.0.8

0.0.7

Not secure
What's Changed
* Convert tokens to strings before partial matching by rlouf in https://github.com/normal-computing/outlines/pull/194
* Generate a choice between different strings by rlouf in https://github.com/normal-computing/outlines/pull/188


**Full Changelog**: https://github.com/normal-computing/outlines/compare/0.0.6...0.0.7

0.0.6

Not secure
What's Changed
* Add missing requirements by rlouf in https://github.com/normal-computing/outlines/pull/200


**Full Changelog**: https://github.com/normal-computing/outlines/compare/0.0.5...0.0.6

0.0.5

What's Changed
* Create masks from regex by rlouf in https://github.com/normal-computing/outlines/pull/124
* Add mps backend for Pytorch in HF models by arunpatro in https://github.com/normal-computing/outlines/pull/138
* Update development statement by dgerlanc in https://github.com/normal-computing/outlines/pull/146
* Add coverage checks to CI by brandonwillard in https://github.com/normal-computing/outlines/pull/149
* Add retry mechanism for openai API calls by harshkumarchourasia in https://github.com/normal-computing/outlines/pull/129
* Add `Transformers` model and `Completion` sequence generation by rlouf in https://github.com/normal-computing/outlines/pull/139
* Updates for Pydantic 2.0 by brandonwillard in https://github.com/normal-computing/outlines/pull/168
* Add basic parser-driven masking utilities by brandonwillard in https://github.com/normal-computing/outlines/pull/131
* Parser-driven masking updates for basic "off-line" vocabulary pre-parsing by brandonwillard in https://github.com/normal-computing/outlines/pull/171
* Use PyTorch instead of NumPy by rlouf in https://github.com/normal-computing/outlines/pull/167
* Add `Integer` sequence generator by rlouf in https://github.com/normal-computing/outlines/pull/166
* Add `Regex` generation method by rlouf in https://github.com/normal-computing/outlines/pull/175
* Fix overview document and a type hint by mlelarge in https://github.com/normal-computing/outlines/pull/183
* Stop generation with `Continuation` when a specific string was generated by rlouf in https://github.com/normal-computing/outlines/pull/187
* Make sure `Continuation` and `Regex` use the correct device by brandonwillard in https://github.com/normal-computing/outlines/pull/195
* Generalize parse state cloning by brandonwillard in https://github.com/normal-computing/outlines/pull/172
* Clone and patch parse state in example by brandonwillard in https://github.com/normal-computing/outlines/pull/199

New Contributors
* arunpatro made their first contribution in https://github.com/normal-computing/outlines/pull/138
* dgerlanc made their first contribution in https://github.com/normal-computing/outlines/pull/146
* mlelarge made their first contribution in https://github.com/normal-computing/outlines/pull/183

**Full Changelog**: https://github.com/normal-computing/outlines/compare/0.0.4...0.0.5

0.0.4

Not secure
What's Changed
* Update README with `outlines.vectorize` by rlouf in https://github.com/normal-computing/outlines/pull/133
* Fix vectorization of `transformers` models by rlouf in https://github.com/normal-computing/outlines/pull/134


**Full Changelog**: https://github.com/normal-computing/outlines/compare/0.0.3...0.0.4

Page 10 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.