Skip to content
This repository has been archived by the owner. It is now read-only.

v0.4.1

Compare
Choose a tag to compare
@pafonta pafonta released this 31 Jan 16:42
· 33 commits to master since this release

Added

  • Create a test suite for ZoteroWrap.
  • Set a minimal required Python version in setup.py (>= 3).
  • Print the creation status when Pyzotero.create_items() fails in ZoteroWrap.create_distant_reference().
  • Use exception chaining in ZoteroWrap.

Changed

  • Switch from distutils to setuptools for setup.py.
  • Return created reference in ZoteroWrap.create_distant_reference() instead of its key.
  • Move CSV files into a specific directory: nat/data/.
  • Upgrade setup.py. Delete MANIFEST.in and setup.cfg.
  • Change README.md to use the releases on PyPI.
  • Improve a little the logic of ZoteroWrap.reference_index().

Removed

  • Remove unused tests in ZoteroWrap.reference_extra_field() and ZoteroWrap.reference_creator_surnames_str().
  • Remove unused default datetime in ZoteroWrap.reference_year().

Fixed

  • Fix incorrect formatting in ZoteroWrap.reference_creators_citation().
  • #13
  • #10
  • RESTClient.getContext() crashed when 'context' wasn't in the response.