-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jan Aage Lavik <jan.age.lavik@cern.ch>
- Loading branch information
Showing
4 changed files
with
67 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
.. | ||
This file is part of hepcrawl. | ||
Copyright (C) 2015, 2016 CERN. | ||
hepcrawl is a free software; you can redistribute it and/or modify it | ||
under the terms of the Revised BSD License; see LICENSE file for | ||
more details. | ||
|
||
================ | ||
HEPCrawl v0.2.0 | ||
================ | ||
|
||
HEPCrawl v0.2.0 was released on 2nd of June, 2016. | ||
|
||
About | ||
----- | ||
|
||
HEPcrawl is a harvesting library based on Scrapy (http://scrapy.org) for INSPIRE-HEP | ||
(http://inspirehep.net). | ||
|
||
What's new | ||
---------- | ||
|
||
- 11 new spiders, including arXiv, APS, Base OAI source, Elsevier and many more. | ||
- Updated HEPRecord data items to conform with updates to INSPIRE data model. | ||
- Reorganization of loaders to have one place for input and output processing of metadata. | ||
- New pipelines for pushing content crawled to INSPIRE servers. | ||
- Better error handling and reporting, including support for Sentry. | ||
|
||
Installation | ||
------------ | ||
|
||
$ pip install hepcrawl==0.2.0 | ||
|
||
Documentation | ||
------------- | ||
|
||
http://pythonhosted.org/hepcrawl/ | ||
|
||
Happy hacking and thanks for flying HEPCrawl. | ||
|
||
| INSPIRE Development Team | ||
| Email: feedback@inspirehep.net | ||
| Twitter: http://twitter.com/inspirehep | ||
| GitHub: http://github.com/inspirehep | ||
| URL: http://inspirehep.net |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,4 @@ | |
|
||
from __future__ import absolute_import, print_function | ||
|
||
__version__ = "0.1.1.dev20151112" | ||
__version__ = "0.2.0" |