Skip to content

2020-09-28 v1.0.1

Compare
Choose a tag to compare
@tcatapano tcatapano released this 28 Sep 20:45
· 115 commits to master since this release
efd4b22

Patch release fixing bug described in issue #42 "tail text in entry-metadata.csv" (see also: cu-mkp/m-k-manuscript-data#1909, "Exclude lxml tails from find_tagged_terms outputs")

https://github.com/cu-mkp/manuscript-object/blob/efd4b221edccc5e7b01e0c494dd02b71bb8f1025/recipe.py#L106

        return [et.tostring(tag, method="text", encoding="utf-8", with_tail=False).decode().replace("\n", " ") for tag in tags]