Skip to content

Releases: elifesciences/elife-cleaner

elifecleaner 0.62.0

15 Apr 23:38
aeab15e
Compare
Choose a tag to compare
elifecleaner 0.62.0 Pre-release
Pre-release

Modified: prc.version_doi_from_docmap(), adding the published argument

Dependency bump: requires at least docmaptools>=0.21.0

Code merged in PR #150

elifecleaner 0.61.0

03 Nov 22:47
21362ff
Compare
Choose a tag to compare
elifecleaner 0.61.0 Pre-release
Pre-release

Removed: prc.transform_elocation_id() not used anymore
Removed: ELOCATION_ID_MATCH_PATTERN constant
Removed: ELOCATION_ID_REPLACEMENT_PATTERN constant

Kept the ELOCATION_ID_PRC_TERM constant for using it to check for PRC elocation-id values.

Code merged in PR #148

elifecleaner 0.60.0

02 Nov 22:35
8a2f254
Compare
Choose a tag to compare
elifecleaner 0.60.0 Pre-release
Pre-release

Added: prc.elocation_id_from_docmap(), from the docmap get the elocation-id volume

Code merged in PR #146

elifecleaner 0.59.0

30 Oct 22:13
6e0eff3
Compare
Choose a tag to compare
elifecleaner 0.59.0 Pre-release
Pre-release

Added: transform.cover_art_file_list(), get a list of cover_art from the XML with @file-type="cover_art"
Added: transform.transform_cover_art_files(), change the cover art file names and modify the XML
Added: transform.STRIKING_IMAGE_FILE_NAME_PATTERN constant for generating new cover art / striking image file names
Added: transform.striking_image_file_name(), generate a new name for the striking image
Added: transform.cover_art_file_transformations() to get a list of old file name to new file name transformations

Code merged in PR #143, and small change in PR #145

elifecleaner 0.58.0

24 Oct 19:08
ae60c06
Compare
Choose a tag to compare
elifecleaner 0.58.0 Pre-release
Pre-release

Modified: sub_article.sub_article_data() added argument generate_dois
Modified: sub_article.format_content_json() added argument generate_dois, and if it is not true, then the doi of each peer review from the docmap will be used for the peer review Article object DOI, instead of generating new DOI values for them

Code merged in PR #141

elifecleaner 0.57.0

19 Oct 01:17
5d5ccba
Compare
Choose a tag to compare
elifecleaner 0.57.0 Pre-release
Pre-release

Modified: sub_article.sub_article_data() includes an optional version_doi argument, and if supplied it will get sub article data from the docmap for that specific version

Requires at least docmaptools>=0.18.0 for the argument to be available

Code merged in PR #139

elifecleaner 0.56.0

27 Sep 23:50
6396a12
Compare
Choose a tag to compare
elifecleaner 0.56.0 Pre-release
Pre-release

Modified: prc.volume_from_docmap() to get the volume value from the docmap volumeIdentifier
Removed: prc.volume_from_history_data(), no longer required to calculate a volume from a date
Removed: prc.START_YEAR constant which was used to calculate a volume from a date

Code merged in PR #137

elifecleaner 0.55.0

26 Sep 23:13
3381ee9
Compare
Choose a tag to compare
elifecleaner 0.55.0 Pre-release
Pre-release

Modified: sub_article.sub_article_contributors(), take editor-report editor name from docmap participants if it is not already present in the Article

Code merged in #134, and some linting forgotten in PR #136

elifetools 0.54.0

01 Sep 20:17
086d15b
Compare
Choose a tag to compare
elifetools 0.54.0 Pre-release
Pre-release

Added: utils.remove_tags(), remove tags with name tag_name from ElementTree
Modified: sub_article.format_content_json() remove hr tags from sub article XML

Code merged in PR #131

elifecleaner 0.53.0

28 Aug 22:55
9b0b077
Compare
Choose a tag to compare
elifecleaner 0.53.0 Pre-release
Pre-release

Added: table.tsv_to_list(), convert Tab Separated Value (TSV) string to a list
Added: table.list_to_table_xml() , convert list of rows into table XML

Code merged in PR #129