Zeno-build

Latest version: v0.0.7

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

Scan your dependencies

Page 2 of 2

0.0.1

What's Changed
* Change zeno ops to dict to deal with mandatory fields by cabreraalex in https://github.com/zeno-ml/zeno-build/pull/97
* Added chatbot report by neubig in https://github.com/zeno-ml/zeno-build/pull/98
* Fix cached data for chatbots by neubig in https://github.com/zeno-ml/zeno-build/pull/100
* Update images in chatbot report by cabreraalex in https://github.com/zeno-ml/zeno-build/pull/99
* Add headline image and fix markdownlint by neubig in https://github.com/zeno-ml/zeno-build/pull/102
* Fix broken images in chatbot report by neubig in https://github.com/zeno-ml/zeno-build/pull/103
* Fix broken link to chatbot report by neubig in https://github.com/zeno-ml/zeno-build/pull/104
* build: bump zeno version by cabreraalex in https://github.com/zeno-ml/zeno-build/pull/106
* Refactoring for code cleanliness, parallelization by neubig in https://github.com/zeno-ml/zeno-build/pull/107
* Improve docs by neubig in https://github.com/zeno-ml/zeno-build/pull/110


**Full Changelog**: https://github.com/zeno-ml/zeno-build/compare/v0.0.0a1...v0.0.1

0.0.0a1

What's Changed
* Add a prompt for insurance by neubig in https://github.com/zeno-ml/zeno-build/pull/93
* add host and port options for visualization function by cabreraalex in https://github.com/zeno-ml/zeno-build/pull/94
* pass zeno options to visualization fn by cabreraalex in https://github.com/zeno-ml/zeno-build/pull/95


**Full Changelog**: https://github.com/zeno-ml/zeno-build/compare/v0.0.0a0...v0.0.0a1

0.0.0a0

What's Changed
* Added continuous integration by neubig in https://github.com/zeno-ml/zeno-build/pull/3
* Fix CI by neubig in https://github.com/zeno-ml/zeno-build/pull/4
* Add some utilities for caching results by neubig in https://github.com/zeno-ml/zeno-build/pull/5
* Add text classification task by neubig in https://github.com/zeno-ml/zeno-build/pull/6
* feat: first zeno vis for classification by cabreraalex in https://github.com/zeno-ml/zeno-build/pull/12
* Task: Add summarization by neubig in https://github.com/zeno-ml/zeno-build/pull/13
* Added async API calls by neubig in https://github.com/zeno-ml/zeno-build/pull/25
* feat: add visualization for summarization and directory for Zeno fns by cabreraalex in https://github.com/zeno-ml/zeno-build/pull/21
* Adds more typing information by neubig in https://github.com/zeno-ml/zeno-build/pull/26
* Standardize naming of variables by neubig in https://github.com/zeno-ml/zeno-build/pull/27
* DRY out Critique code by neubig in https://github.com/zeno-ml/zeno-build/pull/28
* Remove duplicate evaluators by neubig in https://github.com/zeno-ml/zeno-build/pull/29
* Add chatbot task by neubig in https://github.com/zeno-ml/zeno-build/pull/30
* Consolidate code for generative tasks by neubig in https://github.com/zeno-ml/zeno-build/pull/33
* Simple model naming update by cabreraalex in https://github.com/zeno-ml/zeno-build/pull/34
* Consolidate text classification by neubig in https://github.com/zeno-ml/zeno-build/pull/36
* Prompt tests by neubig in https://github.com/zeno-ml/zeno-build/pull/45
* Metric tests by neubig in https://github.com/zeno-ml/zeno-build/pull/42
* Make cache path configurable and default to the results directory by neubig in https://github.com/zeno-ml/zeno-build/pull/43
* Update teaser images and some README/docs by cabreraalex in https://github.com/zeno-ml/zeno-build/pull/46
* Fix random optimizer by neubig in https://github.com/zeno-ml/zeno-build/pull/44
* Huggingface chat completion by neubig in https://github.com/zeno-ml/zeno-build/pull/47
* Daily dialog experiments by neubig in https://github.com/zeno-ml/zeno-build/pull/49
* Add mising init file in experiments dir by neubig in https://github.com/zeno-ml/zeno-build/pull/56
* Change to chat display by neubig in https://github.com/zeno-ml/zeno-build/pull/59
* Fix unit tests in CI by neubig in https://github.com/zeno-ml/zeno-build/pull/67
* Use full context in chat modeling by neubig in https://github.com/zeno-ml/zeno-build/pull/64
* Create model names for chat by neubig in https://github.com/zeno-ml/zeno-build/pull/62
* build: update zeno by cabreraalex in https://github.com/zeno-ml/zeno-build/pull/70
* fix: move API key initialization to hyperparameter sweep by cabreraalex in https://github.com/zeno-ml/zeno-build/pull/71
* Add DSTC11 dataset by neubig in https://github.com/zeno-ml/zeno-build/pull/72
* build: bump zeno by cabreraalex in https://github.com/zeno-ml/zeno-build/pull/74
* Make openai calls robust by neubig in https://github.com/zeno-ml/zeno-build/pull/76
* Make stripping of chatbot utterances less constrained by neubig in https://github.com/zeno-ml/zeno-build/pull/77
* Remove empty sequences from dialog by neubig in https://github.com/zeno-ml/zeno-build/pull/78
* Remove the true answer from the prompt by neubig in https://github.com/zeno-ml/zeno-build/pull/79
* Make readable names by neubig in https://github.com/zeno-ml/zeno-build/pull/80
* Fix bug with empty references by neubig in https://github.com/zeno-ml/zeno-build/pull/81
* Chat context length feature by neubig in https://github.com/zeno-ml/zeno-build/pull/82
* Custom critique batching by neubig in https://github.com/zeno-ml/zeno-build/pull/83
* Fix chat display by neubig in https://github.com/zeno-ml/zeno-build/pull/84
* Consider OpenAI timeout error by neubig in https://github.com/zeno-ml/zeno-build/pull/85
* Add label length by neubig in https://github.com/zeno-ml/zeno-build/pull/86
* feat: add zeno fn for exact output/label matches by cabreraalex in https://github.com/zeno-ml/zeno-build/pull/73
* Implement dialog metrics + add retry capability to Critique by neubig in https://github.com/zeno-ml/zeno-build/pull/87
* Fix exact match metric by neubig in https://github.com/zeno-ml/zeno-build/pull/88
* Bump zeno by cabreraalex in https://github.com/zeno-ml/zeno-build/pull/89
* Remove uni_eval by neubig in https://github.com/zeno-ml/zeno-build/pull/90
* Update Alex author and remove tasks from PyPI package by cabreraalex in https://github.com/zeno-ml/zeno-build/pull/92

New Contributors
* cabreraalex made their first contribution in https://github.com/zeno-ml/zeno-build/pull/12

**Full Changelog**: https://github.com/zeno-ml/zeno-build/commits/v0.0.0a0

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.