Skip to content

Releases: megasnort/python-ugent-biblio

v0.2.2

31 Aug 13:36
Compare
Choose a tag to compare

No functionality was altered to the package itself, only tests and requirements were improved. A bit.

v0.2.1

10 Jun 12:52
Compare
Choose a tag to compare

Changes some tests and documentation.

v0.2.0

10 Jun 11:11
Compare
Choose a tag to compare

After an initial version that returned dictionaries, version v0.2 returns named tuples. So, instead of

publication["cite"]["chicago-author-date"]

you now write

publication.cite.chicago_author_date

Notice that hyphens (-) from the original api are replaced with underscores (_).

Also, if in the original API a field begins with an underscore, this underscore is removed (e.g. _id becomes id).