UBC-MDS / software-review-2021

1 stars 1 forks source link

Submission: imageprocessor (Python) #47

Open jiajie0225 opened 3 years ago

jiajie0225 commented 3 years ago

Submitting Author:

Package Name: imageprocessor One-Line Description of Package: A Python package that aims to make the image processing task easy and intuitive. Repository Link: imageprocessor Version submitted: 0.3.0 Editor: Tiffany Timbers (@ttimbers) Reviewer 1: TBD
Reviewer 2: TBD
Archive: TBD
Version accepted: TBD


Description

Scope

* Please fill out a pre-submission inquiry before submitting a data visualization package. For more info, see notes on categories of our guidebook.

Technical checks

For details about the pyOpenSci packaging requirements, see our packaging guide. Confirm each of the following by checking the box. This package:

Publication options

JOSS Checks - [ ] The package has an **obvious research application** according to JOSS's definition in their [submission requirements][JossSubmissionRequirements]. Be aware that completing the pyOpenSci review process **does not** guarantee acceptance to JOSS. Be sure to read their submission requirements (linked above) if you are interested in submitting to JOSS. - [ ] The package is not a "minor utility" as defined by JOSS's [submission requirements][JossSubmissionRequirements]: "Minor ‘utility’ packages, including ‘thin’ API clients, are not acceptable." pyOpenSci welcomes these packages under "Data Retrieval", but JOSS has slightly different criteria. - [ ] The package contains a `paper.md` matching [JOSS's requirements][JossPaperRequirements] with a high-level description in the package root or in `inst/`. - [ ] The package is deposited in a long-term repository with the DOI: *Note: Do not submit your package separately to JOSS*

Are you OK with Reviewers Submitting Issues and/or pull requests to your Repo Directly?

This option will allow reviewers to open smaller issues that can then be linked to PR's rather than submitting a more dense text based review. It will also allow you to demonstrate addressing the issue via PR links.

Code of conduct

P.S. *Have feedback/comments about our review process? Leave a comment here

Editor and Review Templates

Editor and review templates can be found here

ttimbers commented 3 years ago

Assigning @spentelow & @rtaph as reviewers.

spentelow commented 3 years ago

Package Review

Please check off boxes as applicable, and elaborate in comments below. Your review is not limited to these topics, as described in the reviewer guide

Documentation

The package includes all the following forms of documentation:

Readme requirements The package meets the readme requirements below:

The README should include, from top to bottom:

Usability

Reviewers are encouraged to submit suggestions (or pull requests) that will improve the usability of the package as a whole. Package structure should follow general community best-practices. In general please consider:

Functionality

For packages co-submitting to JOSS

Note: Be sure to check this carefully, as JOSS's submission requirements and scope differ from pyOpenSci's in terms of what types of packages are accepted.

The package contains a paper.md matching JOSS's requirements with:

Final approval (post-review)

Estimated hours spent reviewing:

3.5


Review Comments

Hi Joshua, Mo , Rui, and Aishwarya,

Thanks for putting this package together. I had fun playing around with some pictures using your functions! The way the functions work is very intuitive and they are definitely a time saver over playing with a bunch of matplotlib functions and transformations.

I've made note below of a few things that I think would improve the overall package. Most things are working well but I have noted a couple of items I had issues getting to work. Other than that, my comments are just on 'polishing' items (documentation etc.).

Nice work on this project. I enjoyed reviewing/playing around with it. Let me know if you have any questions about this feedback.

Steffen

rtaph commented 3 years ago

Package Review

Please check off boxes as applicable, and elaborate in comments below. Your review is not limited to these topics, as described in the reviewer guide

Documentation

The package includes all the following forms of documentation:

Readme requirements The package meets the readme requirements below:

The README should include, from top to bottom:

Usability

Reviewers are encouraged to submit suggestions (or pull requests) that will improve the usability of the package as a whole. Package structure should follow general community best-practices. In general please consider:

Functionality

For packages co-submitting to JOSS

Note: Be sure to check this carefully, as JOSS's submission requirements and scope differ from pyOpenSci's in terms of what types of packages are accepted.

The package contains a paper.md matching JOSS's requirements with:

Final approval (post-review)

Estimated hours spent reviewing: 3


Review Comments

Dear Joshua, Mo, Rui, and Aishwarya,

Great job on getting a successful CI build and deployment! I enjoyed reviewing your work. Opening the sample image and seeing a happy lamb brought a smile to my face! 🐐 😄

Installation

$ conda create -n peer-review python=3 poetry -y
$ conda activate peer-review
$ pip install -i https://test.pypi.org/simple/imageprocessor
ERROR: You must give at least one requirement to install (see "pip help install")

I believe you can fix this by adding the --extra-index-url option and pointing it to the normal PyPI. Would be great to add that to your README:

pip install -i https://test.pypi.org/simple --extra-index-url https://pypi.org/simple imageprocessor  

Tests:

Usage:

Code Style and Implementation

Documentation:

TOML file:

Version Control:


Great job with the 🐍 📦 . Although I put a lot of remarks above, feel free to take what's useful and leave the rest. You're not too far off from being able to tick some of the boxes. 🕺

Keep up the great work! If there's anything else I can do to help, let me know!

-Raf

wang-rui commented 3 years ago

Much appreciated @spentelow and @rtaph for your comprehensive and thoughtful feedback. We've learned a lot from it 👍 Hopefully, we could manage to address them all in the rest of the week. Again, thank you so much.