2014-05-26 15:22:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon May 26 15:17:17 UTC 2014 - gber@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to version 0.17
|
|
|
|
|
- Added pybtex-format utility for formatting bibliography files
|
|
|
|
|
as HTML, LaTeX, and other supported human-readable formats.
|
|
|
|
|
- Added --strict command line option (all warnings become
|
|
|
|
|
errors).
|
|
|
|
|
- Added alpha label style, and alpha and unsrtalpha formatting
|
|
|
|
|
styles.
|
|
|
|
|
- Added support for url, eprint, doi, and pubmed fields in unsrt
|
|
|
|
|
style.
|
|
|
|
|
- Names with hyphens are now abbreviated correctly
|
|
|
|
|
("Jean-Baptiste" becomes "J.-B.").
|
|
|
|
|
- width$ now uses cmr10 font metrics, like in BibTeX. Non-latin
|
|
|
|
|
characters are also supported.
|
|
|
|
|
- Pythonic style engine now supports @preamble commands.
|
|
|
|
|
- Warning on missing fields are now more human-readable.
|
|
|
|
|
- When writing BibTeX files, put entry key on the same line with
|
|
|
|
|
entry type. Fixes warnings in Jabref.
|
|
|
|
|
- When using multiple .bib files, macros defined in earlier files
|
|
|
|
|
are available in subsequent ones (like in BibTeX).
|
|
|
|
|
- Fixed parsing .bst files with lines consisting of a single %
|
|
|
|
|
character.
|
|
|
|
|
- Fixed sorting entries without author in author_year_title
|
|
|
|
|
sorting style.
|
|
|
|
|
- Fixed broken CaseInsensitiveDict.get().
|
|
|
|
|
- CaseInsensitiveDict is now pickleable.
|
|
|
|
|
- Added support for registering plugins at runtime with
|
|
|
|
|
pybtex.plugin.register_plugin() - useful for using pybtex as a
|
|
|
|
|
library.
|
|
|
|
|
|
2012-05-16 10:46:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed May 16 10:43:39 UTC 2012 - gber@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to version 0.16
|
|
|
|
|
- BibTeX .bib and .bst parsers were completely rewritten; they
|
|
|
|
|
are now much faster and more BibTeX-compatible
|
|
|
|
|
- syntax errors and undefined strings in .bib files now result in
|
|
|
|
|
warnings instead of errors, like in BibTeX
|
|
|
|
|
- unused entries in .bib files are now skipped, like in BibTeX
|
|
|
|
|
- the case of entry keys is now preserved (in previous versions
|
|
|
|
|
they were converted to lowercase)
|
|
|
|
|
- pythonic style engine now supports sorting
|
|
|
|
|
- pythonic style engine: fixed nested optional() blocks
|
|
|
|
|
- fixed parsing of some names with a Last part but no von part
|
|
|
|
|
- fixed processing of brace-level-one "special characters" in
|
|
|
|
|
purify$ BibTeX built-in function
|
|
|
|
|
- added proper error messages on encoding errors in .bib files
|
|
|
|
|
- the default encoding is now UTF-8 on all platforms
|
|
|
|
|
- pybtex-convert now preserves the order of entries in BibTeX and
|
|
|
|
|
BibTeXML files
|
|
|
|
|
- fixed first_of behavior when non-empty child is followed by a
|
|
|
|
|
child that has a missing field
|
|
|
|
|
- fixed crossref lookups when key is not lower case
|
|
|
|
|
- completed unsrt and plain python styles: they now contain all
|
|
|
|
|
entry types
|
|
|
|
|
- added doctree backend for rendering into a tree of docutils
|
|
|
|
|
nodes
|
|
|
|
|
- added support for non-string backends
|
|
|
|
|
|
2011-06-13 16:51:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jun 13 16:11:25 UTC 2011 - gber@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to version 0.15
|
|
|
|
|
- changed license from GPL-3 to MIT
|
|
|
|
|
- when parsing multiple BibTeX files, macros defined in earlier
|
|
|
|
|
files are now available to all subsequent files, like in BibTeX
|
|
|
|
|
- BibTeX .bst interpreter now prints warnings on missing entries,
|
|
|
|
|
like BibTeX, instead of raising a KeyError
|
|
|
|
|
- call.type$ BibTeX built-in function now uses default.entry for
|
|
|
|
|
unknown entry types, like in BibTeX
|
|
|
|
|
- substring$ now accepts start=0 and returns an empty string.
|
|
|
|
|
- added more detailed error messages for already defined
|
|
|
|
|
variables in .bst files
|
|
|
|
|
- bugfixes
|
|
|
|
|
|
2011-02-09 17:22:41 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Jan 9 18:13:59 UTC 2011 - gber@opensuse.org
|
|
|
|
|
|
|
|
|
|
- add documentation
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Jan 9 11:31:32 UTC 2011 - gber@opensuse.org
|
|
|
|
|
|
|
|
|
|
- initial packaging
|
|
|
|
|
|