Skip to content

Tags: inspirehep/refextract

Tags

v0.2.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #50 from jacquerie/release-v0.2.5

setup: release v0.2.5

v0.2.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #48 from jacquerie/release-v0.2.4

setup: release v0.2.4

v0.2.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #45 from jacquerie/release-v0.2.3

setup: release v0.2.3

v0.2.2

==============================

 refextract v0.2.2 is released
==============================

refextract v0.2.2 was released on 2017-07-17.

About
-----

Small library for extracting references used in scholarly communication.

What's new
----------

- Handle pyPDF2 internal errors.

Installation
------------

   $ pip install refextract

Documentation
-------------

   http://pythonhosted.org/refextract/

Homepage
--------

   https://github.com/inspirehep/refextract

Good luck and thanks for choosing refextract!

| INSPIRE Development Team
|   Email: [email protected]
|   Twitter: http://twitter.com/inspirehep
|   GitHub: http://github.com/inspirehep
|   URL: http://inspirehep.net

v0.2.1

==============================

 refextract v0.2.1 is released
==============================

refextract v0.2.1 was released on 2017-07-02.

About
-----

Small library for extracting references used in scholarly communication.

What's new
----------

- Named destinations may not always have left and top coordinates. This case is
  now handled gracefully: no TeXkeys are returned by ``extract_texkeys_from_pdf``
  instead of raising an uncaught exception.

- Makes ``CFG_PATH_GFILE`` and ``CFG_PATH_PDFTOTEXT`` configurable through shell
  variables, with fallback on the output of ``which``, in order to allow for
  easier containerization.

Installation
------------

   $ pip install refextract

Documentation
-------------

   http://pythonhosted.org/refextract/

Homepage
--------

   https://github.com/inspirehep/refextract

Good luck and thanks for choosing refextract!

| INSPIRE Development Team
|   Email: [email protected]
|   Twitter: http://twitter.com/inspirehep
|   GitHub: http://github.com/inspirehep
|   URL: http://inspirehep.net

v0.2.0

==============================

 refextract v0.2.0 is released
==============================

refextract v0.2.0 was released on 2017-06-26.

About
-----

Small library for extracting references used in scholarly communication.

What's new
----------

- Substantial rewrite of the API. In particular:

  * ``extract_references_from_file``, ``extract_references_from_string``, and
    ``extract_references_from_url`` now return a list of the references,
    instead of an object with keys ``stats`` and ``references``.

  * If the number of TeXkeys that were extracted from the PDF metadata matches
    the number of references parsed by RefExtract, an extra ``texkey`` field is
    added to each returned reference.

  * The API now raises exceptions when it encounters an unrecoverable error.

  * Finally, the API now returns the list of raw references on which
    ``refextract`` worked.

Installation
------------

   $ pip install refextract

Documentation
-------------

   http://pythonhosted.org/refextract/

Homepage
--------

   https://github.com/inspirehep/refextract

Good luck and thanks for choosing refextract!

| INSPIRE Development Team
|   Email: [email protected]
|   Twitter: http://twitter.com/inspirehep
|   GitHub: http://github.com/inspirehep
|   URL: http://inspirehep.net

v0.1.0

===================================

 refextract v0.1.0 is released
===================================

refextract v0.1.0 was released on 2016-01-12

About
-----

Small library for extracting references used in scholarly communication.

What's new
----------

- Initial standalone release.

Installation
------------

   $ pip install refextract

Documentation
-------------

   http://pythonhosted.org/refextract/

Homepage
--------

   https://github.com/inspirehep/refextract

Good luck and thanks for choosing refextract!

| INSPIRE Development Team
|   Email: [email protected]
|   Twitter: http://twitter.com/inspirehep
|   GitHub: http://github.com/inspirehep
|   URL: http://inspirehep.net