Skip to content

Releases: adsabs/adsabs-pyingest

Maintenance release

12 Mar 16:53
cef3fea
Compare
Choose a tag to compare
  • Modified ADSPipelineUtils requirement to allow >=1.4.3, which is compatible with 1.5.2
  • Updated ProQuest parser with modifications to OA handling already in production.

Maintenance release

06 Jul 15:50
8f4cd89
Compare
Choose a tag to compare
  • Bugfix: generated bibcode was missing one position in page field

Maintenance release

29 Jun 12:53
abd54ed
Compare
Choose a tag to compare
  • Addition of parser for AAS Nova harvesting (RSS)

Added parsing arXiv classes.

17 May 15:59
f5ea074
Compare
Choose a tag to compare
Merge pull request #183 from golnazads/master

to return arXiv classes

Updates various requirements for adsputils==1.4.3 compatibility

20 Apr 12:28
5b51674
Compare
Choose a tag to compare
Merge pull request #180 from seasidesparrow/master

fix: update requirements for adsputils and requests

Modified PNAS parsing

23 Dec 10:21
bb65c24
Compare
Choose a tag to compare

PNAS previously had feedparsing and request/fetching built into the parser. Those have been removed, and you now pass PNASParser the raw contents of a file rather than a URL to fetch. This separates the Harvest and Parsing components of the parser.

Modified IOP, ProQuest

22 Dec 15:03
a09ef6d
Compare
Choose a tag to compare
  • IOP Parser changed to conform to new JATS delivery; old files can be read by calling parser.parse with the argument (parser='lxml')
  • Set default ProQuest collection to 'GEN', and remove 'GEN' if more than one collection is present
  • Cleanup of several tests

Bump feedparser version

26 Nov 12:57
eee8cf3
Compare
Choose a tag to compare

feedparser update, other miscellaneous updates

Fix for IOP issue letter bug.

27 Jul 14:28
9afc3db
Compare
Choose a tag to compare

Updated python2.7 "string.letters" to python 3.7+ "string.ascii_letters"

JATS: improved handling of authors and affiliations

24 Jun 20:25
57de1a2
Compare
Choose a tag to compare
Merge pull request #149 from seasidesparrow/master

Fixes for author-affiliation handling of JATS based parsers