| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-01-29 | 8.1 kB | |
| v2.0.0b9 source code.tar.gz | 2026-01-29 | 85.5 kB | |
| v2.0.0b9 source code.zip | 2026-01-29 | 123.7 kB | |
| Totals: 3 Items | 217.3 kB | 1 | |
Breaking Changes
- 💥[BREAKING CHANGE] - Rename
write_fileparameters by @cinntamani in https://github.com/sciunto-org/python-bibtexparser/pull/489
although for a while the old params will still be accepted, see
* 🦖 Make previous breaking change temporarily backwards compatible by @MiWeiss in https://github.com/sciunto-org/python-bibtexparser/pull/517
## Nonbreaking Changes
- 💚 Drop Python 3.8 and 3.9 support, upgrade actions env by @MiWeiss in https://github.com/sciunto-org/python-bibtexparser/pull/504
- ✏️ Fix typos in documentation and source code by @MiWeiss in https://github.com/sciunto-org/python-bibtexparser/pull/503
- ✨ Add encoding parameter to write_file() by @MiWeiss in https://github.com/sciunto-org/python-bibtexparser/pull/511 (fixes [#403] by @claell)
- ♻️ Replace assertions with explicit exceptions by @MiWeiss in https://github.com/sciunto-org/python-bibtexparser/pull/505
- ✏️ Fix typos in error messages by @MiWeiss in https://github.com/sciunto-org/python-bibtexparser/pull/509
- ✨ Add type checking for encoder/decoder parameters by @MiWeiss in https://github.com/sciunto-org/python-bibtexparser/pull/508
- ✨ Add encoding validation in parse_file() by @MiWeiss in https://github.com/sciunto-org/python-bibtexparser/pull/507
- ♻️ Improve exception handling & logging in splitter by @MiWeiss in https://github.com/sciunto-org/python-bibtexparser/pull/506
- :pushpin: Pin pylatexenc to major version 2 by @MiWeiss in https://github.com/sciunto-org/python-bibtexparser/pull/513
- 🏷️Add
py.typedand some more type hints by @MiWeiss in https://github.com/sciunto-org/python-bibtexparser/pull/514 (fixes [#499] by @jevandezande) - :bug: Relax to aggressive mid-line block starts by @MiWeiss in https://github.com/sciunto-org/python-bibtexparser/pull/515 (fixes [#488] by @juthilo)
- 🐛 Allow handling of
{"}by @MiWeiss in https://github.com/sciunto-org/python-bibtexparser/pull/518 - 🦖 Make previous breaking change temporarily backwards compatible by @MiWeiss in https://github.com/sciunto-org/python-bibtexparser/pull/517 (fixes [#487] by @detlevd)
## New Contributors
* @cinntamani made their first contribution in https://github.com/sciunto-org/python-bibtexparser/pull/489
Full Changelog: https://github.com/sciunto-org/python-bibtexparser/compare/v2.0.0b8...v2.0.0b9
Release notes were semi-automatically generated. Apologies if some credits were not picked up.