Skip to content

Releases: phfaist/bibolamazi

Bibolamazi v4.5

24 Jun 12:40
Compare
Choose a tag to compare

This version of bibolamazi ships some minor fixes and enhancements.

  • small improvements to citekey filter (new field hash, ability to add aka alias keywords marker)

  • small improvements in fixes filter (fix_pages_range and fix_pages_range_hyphen options)

Check out the docs here.

Download the relevant binary below: Bibolamazi-macosx-osx108+.zip for Mac OS X 10.8 and later, Bibolamazi-macosx-Mojave.zip for dark-mode-aware Mac OS X Mojave or later, and bibolamazi-win32.exe for Windows. Just unpack the archive (on mac) and place the executable wherever you like and run it. No installation is required, although on Mac you probably want to move the app to your "Applications" folder.

Bibolamazi is also available on PyPI:

> pip install bibolamazi        # command-line
> pip install bibolamazigui     # graphical interface (bibolamazi_gui)

Bibolamazi v4.4

01 Nov 21:56
Compare
Choose a tag to compare

This version of bibolamazi ships some fixes and enhancements.

  • A new filter zotero_bbt_fixes provides tweaks that are relevant for Zotero users, such as un-case-protecting titles or removing primaryclass fields. The option -dUnprotectZoteroTitleCase in the filter fixes is deprecated in favor of this new filter.

  • The apply_patches filter can read the patches from a separate file

  • logging output was reformatted for clarity

  • new collaboration filter helps clean up author lists for large collaborations (e.g. "LIGO collaboration")

  • a few other general fixes and improvements

Check out the docs here.

Download the relevant binary below: Bibolamazi-macosx-osx108+.zip for Mac OS X 10.8 and later, Bibolamazi-macosx-Mojave.zip for dark-mode-aware Mac OS X Mojave or later, and bibolamazi-win32.exe for Windows. Just unpack the archive (on mac) and place the executable wherever you like and run it. No installation is required, although on Mac you probably want to move the app to your "Applications" folder.

Bibolamazi is also available on PyPI:

> pip install bibolamazi        # command-line
> pip install bibolamazigui     # graphical interface (bibolamazi_gui)

Bibolamazi v4.3

02 Sep 13:08
Compare
Choose a tag to compare

A new version of bibolamazi with some new features and your usual dosage of fixes & enhancements:

  • The filter fixes now provides an additional option for Zotero users. Zotero's Better Bibtex will protect capital letters in the title to preserve title casing in bibtex exports. If you do not like this behavior, then you can use the fixes filter with the option -dUnprotectZoteroTitleCase to remove the unnecessary braces.

  • New filter citedoi automatically retreives bibtex entries for citations of the form \cite{doi:10.1103/PhysRev.47.777}

  • a few other general fixes and improvements

Check out the docs here.

Download the relevant binary below: Bibolamazi-macosx-osx108+.zip for Mac OS X 10.8 and later, Bibolamazi-macosx-Mojave.zip for dark-mode-aware Mac OS X Mojave, and bibolamazi-win32.exe for Windows. Just unpack the archive (on mac) and place the executable wherever you like and run it. No installation is required, although on Mac you probably want to move the app to your "Applications" folder.

Bibolamazi is also available on PyPI:

> pip install bibolamazi        # command-line
> pip install bibolamazigui     # graphical interface (bibolamazi_gui)

Bibolamazi v4.2

20 May 15:54
Compare
Choose a tag to compare

This new version of bibolamazi introduces some new features:

  • Automatically access remote filter packages specified as a github repository—it's easy to share your own filters with other people!

  • New markauthor filter emphasizes a given author thoughout a bibliography

  • Command-line tool has a revamped help system with more intuitive help pages

  • Using the duplicates filter, it is now possible to automatically create aliases in the database. Simply add keywords (keywords={...} bibtex field) of the form aka--OldKey1999 or previously--OldKey1999, and an alias OldKey1999 → (the new key) is automatically created.

  • Some improvements were made to the user interface, and several bugs were fixed

Check out the docs here.

Download the relevant binary below: Bibolamazi-macosx-osx108+.zip for Mac OS X 10.8 and later, Bibolamazi-macosx-Mojave.zip for dark-mode-aware Mac OS X Mojave, and bibolamazi-win32.exe for Windows. Just unpack the archive (on mac) and place the executable wherever you like and run it. No installation is required, although on Mac you probably want to move the app to your "Applications" folder.

Bibolamazi is also available on PyPI:

> pip install bibolamazi        # command-line
> pip install bibolamazigui     # graphical interface (bibolamazi_gui)

Bibolamazi v4.1

06 Jan 11:01
Compare
Choose a tag to compare

More enhancements, features, improvements, and testing lead to a new version of Bibolamazi.

Some new filters have been added, such as apply_patches.

Check out the docs here.

Download the relevant binary below: Bibolamazi-macosx.zip for Mac OS X and bibolamazi-win32.exe for Windows. Just unpack the archive (on mac) and place the executable wherever you like and run it. No installation is required, although on Mac you probably want to move the app to your "Applications" folder.

Bibolamazi is also available on PyPI:

> pip install bibolamazi        # command-line
> pip install bibolamazigui     # graphical interface (bibolamazi_gui)

Bibolamazi v4.0b1

03 May 20:42
Compare
Choose a tag to compare

Some new features, many improvements, and bug fixes.

Check out the docs.

  • Graphical user interface: improved user friendliness, improved help & reference documentation

  • Core: Support for Python 3; Added 'package:' directive to import custom filters easily; many fixes and improvements

This release is marked as a beta release because it has not been extensively tested.

Download the relevant binary below: Bibolamazi-macosx.zip for Mac OS X, bibolamazi_gui for Linux (note: you need to set executable permissions manually) and bibolamazi-win32.exe for Windows. Just unpack the archive (on mac) and place the executable wherever you like and run it. No installation is required, although on Mac you probably want to move the app to your "Applications" folder.

Bibolamazi will become available on PyPI as soon as I release a stable version. In the meantime, you can install them from the source package like so:

> python setup.py install
> cd gui
gui> python setup.py install

Update June 6, 2018: Mac binary now works on OSX >= 10.8.

Bibolamazi 3.2

21 Dec 11:45
Compare
Choose a tag to compare

This release improves the duplicates detection heuristics, and provides some minor bugfixes.

Check out the docs.

Download the relevant binary below: Bibolamazi-macosx.zip for Mac OS X, bibolamazi_gui for Linux (note: you need to set executable permissions manually), and bibolamazi-win32.exe for Windows. Just place the executable wherever you like and run it. No installation required.

Alternatively, Bibolamazi, as well as the Bibolamazi GUI, are now available on the Python Package Index (PyPI):

> pip install bibolamazi
> pip install bibolamazigui

Note: don't download the source code tar.gz/zip archives which are automatically generated by github, because they don't contain the necessary git submodules. Check out the docs.

Bibolamazi 3.1

17 Dec 10:26
Compare
Choose a tag to compare

This release provides some enhancements, some additional filter options, and some small bugfixes.

Check out the docs.

Download the relevant binary below: Bibolamazi-macosx.zip for Mac OS X, bibolamazi_gui for Linux (note: you need to set executable permissions manually), and bibolamazi-win32.exe for Windows. Just place the executable wherever you like and run it. No installation required.

Alternatively, Bibolamazi, as well as the Bibolamazi GUI, are now available on the Python Package Index (PyPI):

> pip install bibolamazi
> pip install bibolamazigui

Note: don't download the source code tar.gz/zip archives which are automatically generated by github, because they don't contain the necessary git submodules. Check out the docs.

Bibolamazi 3.0

31 May 15:32
Compare
Choose a tag to compare

This release provides several bugfixes and enhancements, and an API restructuring to organize the code into python packages.

Check out the docs.

Download the relevant binary below: Bibolamazi-macosx.zip for Mac OS X, bibolamazi_gui for Linux (note: you need to set executable permissions manually), and bibolamazi-win32.exe for Windows. Just place the executable wherever you like and run it. No installation required.

Alternatively, Bibolamazi, as well as the Bibolamazi GUI, are now available on the Python Package Index (PyPI):

> pip install bibolamazi
> pip install bibolamazigui

Note: don't download the source code tar.gz/zip archives which are automatically generated by github, because they don't contain the necessary git submodules. Check out the docs.

Bibolamazi 2.2 [Doc update]

10 May 17:54
Compare
Choose a tag to compare

This version has only documentation updates (and a slight restructuring of some parts of the git tree). There is no binary release--the code hasn't changed since 2.1.