Releases: adsabs/ADSImportPipeline
Releases · adsabs/ADSImportPipeline
Publisher field fully functional
What's Changed
- Publisher field assigned for records with metadata from multiple sources by @mugdhapolimera in #288
Full Changelog: v1.1.22...v1.1.23
Updated publisher field to ignore default value
What's Changed
- updated publisher field to ignore default value by @mugdhapolimera in #287
Full Changelog: v1.1.21...v1.1.22
Added "publisher" field to publication dictionary
What's Changed
- Add publisher information to record by @mugdhapolimera in #286
New Contributors
- @mugdhapolimera made their first contribution in #286
Full Changelog: v1.1.20...v1.1.21
maintenance release
- Support of publication type
dataset
Maintenance release
- Fixes problem fir EaArX records with publications facet (
EaArX...X
)
Adds "Earth Science" collection to solr_adapter
- Added a key value pair of ("GEO", "earth science") to collection assignment in solr_adapter, for upcoming earth science collection expansion.
Fixed: Merge metadata blocks with multiple origins
Fixes a bug introduced by the last release
Fixed: Merge DOIs according to priority
#274 unique DOIs in the SOLR document, preserve order of DOIs
Merge DOIs according to priority
#273 Ensure that DOIs are merged according to a priority policy
Minor adjustments to enable multiple DOIs per record
Two minor changes for DOI:
- changed config.py to set dois as 'takeAll'
- apply list(set(results)) to doi collection so that identical dois do not appear in the doi list in master_pipeline.bib_data
This release also includes a few adjustments to unittests that fix various problems seen during deployment.