| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-02-14 | 1.2 kB | |
| v2.0.0b7 - dict mimicking entries _ middleware defaults source code.tar.gz | 2024-02-14 | 79.6 kB | |
| v2.0.0b7 - dict mimicking entries _ middleware defaults source code.zip | 2024-02-14 | 115.4 kB | |
| Totals: 3 Items | 196.2 kB | 0 | |
Breaking Changes
entry.pop_fieldis renamed toentry.pop- Various changes to default arguments in middleware
Full list of changes
- Fixing sphinx syntax by @tdegeus in https://github.com/sciunto-org/python-bibtexparser/pull/463
- Cleanup docstring by @tdegeus in https://github.com/sciunto-org/python-bibtexparser/pull/462
- Bugfix name split by @tdegeus in https://github.com/sciunto-org/python-bibtexparser/pull/456
Entry: Dict-mimickinginoperator. by @tdegeus in https://github.com/sciunto-org/python-bibtexparser/pull/458- Rename
pop_field->pop(with default) to make API closer todictby @tdegeus in https://github.com/sciunto-org/python-bibtexparser/pull/466 - :sparkles: Add
getto mimicdictby @tdegeus in https://github.com/sciunto-org/python-bibtexparser/pull/468 - Adding missing default
allow_inplace_modification. Simplifying examples by @tdegeus in https://github.com/sciunto-org/python-bibtexparser/pull/459 BlockMiddleware: defaultallow_parallel_execution=Trueby @tdegeus in https://github.com/sciunto-org/python-bibtexparser/pull/460
Huge thanks to @tdegeus for all his contributions, and for joining the project as a co-maintainer!