Skip to content

Releases: danielfrees/scrapemed

v1.1.3

06 Jan 03:37
Compare
Choose a tag to compare

Bug fixes for new major lxml version. New "maximum entity amplification" security in lxml breaks the NLM articleset 2.0 DTD parsing, and therefore breaks any scrapemed parsing with DTD validation turned on. Made dependencies stricter to prevent this.

https://pypi.org/manage/project/scrapemed/release/1.1.3/

v1.0.8 Full Documentation, Improved Readability

19 Sep 03:44
Compare
Choose a tag to compare

v1.0.7 better security, lighter import, PEP8 linting

14 Sep 23:22
Compare
Choose a tag to compare

Package now follows PEP8 linting (with line lengths increased to 88, and spaces allowed before colons). Imports are lighter and stripped to only those necessary. Security fixes around exceptions and certain vague function usage.

ScrapeMed v1.0.6

08 Sep 19:46
Compare
Choose a tag to compare

Fixed handling of paper objects upon failed HTTP request, fixed some pkg conflicts.