v1.2.0
bugfix in editors & readers attributes for the ResearchObject. Previously if string provided instead of list a list would be enforced in the way that was not desired
fork/snapshot/archive now displaying additonal warnings to the user if the execution of the job was associated with any warnings
additional parameter that enables filtering out inactive licenses added to
rohub.list_custom_licenses()
ResarchObject.show_full_metadata()
is now displaying results as Pandas DataFramerohub.ros_completeness()
renamed torohub.ros_assess_completeness()
andResarchObject.completeness()
renamed toResarchObject.assess_completeness()
rohub.ros_assess_completeness()
&ResarchObject.assess_completeness()
both extended with additional parameters - checklist and targetrohub.ros_content()
is now using content/full endpoint as the previous one was not working any longerrohub.resource_find()
is now using Elastic endpoint to perform search in more time efficient wayrohub.external_user_delete()
was removed and it is now only a part of an admin module due to the privilgies required to perform this actionrohub.zenodo_list_funders()
was fixed due to the changes in the JSON specification on Zenodo endrohub.zenodo_list_grants()
was fixed due to the changes in the JSON specification on Zenodo endbugfix in
ResarchObject.update()
related to the creation mode being validated before making PUT request which causes unnecessary errorsIntroduction of a Folder object that is now being created in the library as an output of the following function:
rohub.ros_add_folders()
change in
Resource.delete()
; the function is not suppose to return anything. The prompt if deleting operation was successfull will be displayed to the userfixing redirect flag in
rohub.resource_download()
. It now uses dedicated endpoint to generate redirected links if one was requested using redirect flag- added functions:
rohub.delete_editors()
rohub.delete_readers()
ResarchObject.delete_editors()
ResarchObject.delete_readers()
ResarchObject.assess_fairness()
ResarchObject.read_fairness()
ResarchObject.read_completeness()
ResarchObject.read_enrichment()
ResarchObject.read_stability()
ResarchObject.assess_stability()
ResarchObject.read_extended_analytics()
ResarchObject.assess_extended_analytics()
ResarchObject.show_activities()
ResarchObject.recommend()
ResarchObject.show_rating()
ResarchObject.metadata_flatten()
Resource.metadata_flatten()
Folder.show_metadata()
Folder.show_full_metadata()
Folder.update()
Folder.delete()