| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-11 | 2.5 kB | |
| v1.2.0 source code.tar.gz | 2026-06-11 | 1.0 MB | |
| v1.2.0 source code.zip | 2026-06-11 | 1.1 MB | |
| Totals: 3 Items | 2.2 MB | 2 | |
What's Changed
- inconsistent sem_extract output fix by @StanChan03 in https://github.com/lotus-data/lotus/pull/206
- migration to uv from pip by @StanChan03 in https://github.com/lotus-data/lotus/pull/214
- fix typing in postprocessor by @StanChan03 in https://github.com/lotus-data/lotus/pull/222
- update dependency for colab env by @StanChan03 in https://github.com/lotus-data/lotus/pull/225
- add max_completion_token param for gpt5 models by @StanChan03 in https://github.com/lotus-data/lotus/pull/226
- manual cost calculations by @StanChan03 in https://github.com/lotus-data/lotus/pull/216
- add add for lmstats by @harshitgupta412 in https://github.com/lotus-data/lotus/pull/236
- Fix incorrect assertion in lm.get_completion by @harshitgupta412 in https://github.com/lotus-data/lotus/pull/235
- add start and end date param for web search by @harshitgupta412 in https://github.com/lotus-data/lotus/pull/239
- Implement long context handling in sem_agg by @harshitgupta412 in https://github.com/lotus-data/lotus/pull/238
- Feature/tpm rate limiting by @harshitgupta412 in https://github.com/lotus-data/lotus/pull/240
- add pubmed search api support by @ankitasun in https://github.com/lotus-data/lotus/pull/242
- add web extract function by @harshitgupta412 in https://github.com/lotus-data/lotus/pull/244
- Add AST-based lazy evaluation and semantic operator optimizations by @harshitgupta412 in https://github.com/lotus-data/lotus/pull/246
- Fix pairwise_judge to use A/B instead of col_A/col_B. col_A/col_B use 2 tokens, so cascade fails by @harshitgupta412 in https://github.com/lotus-data/lotus/pull/248
- Add scoped settings context manager with concurrency safety (#247) by @liana313 in https://github.com/lotus-data/lotus/pull/249
- fix pairwise judge benchmark to use A/B instead of True/False by @harshitgupta412 in https://github.com/lotus-data/lotus/pull/251
- Chore/docs examples by @harshitgupta412 in https://github.com/lotus-data/lotus/pull/250
- Fix mypy errors from dependency drift (unblock CI) by @liana313 in https://github.com/lotus-data/lotus/pull/254
- Bump version to 1.2.0 by @liana313 in https://github.com/lotus-data/lotus/pull/252
- Add release-on-tag PyPI publish workflow by @liana313 in https://github.com/lotus-data/lotus/pull/253
- Fix PyPI publish: use gepa from PyPI instead of git URL by @liana313 in https://github.com/lotus-data/lotus/pull/256
Full Changelog: https://github.com/lotus-data/lotus/compare/v1.1.4...v1.2.0