UBC-MDS / software-review-2021

1 stars 1 forks source link

Submission: picturepyfect (Python) #50

Open debanandasarkar opened 3 years ago

debanandasarkar commented 3 years ago

Submitting Author:

Package Name: One-Line Description of Package: A fun Python utility package to make your pictures perfect! The package enables users to process, manipulate, and gather data about their images. Repository Link: picturepyfect Version submitted: 0.1.8 Editor: Tiffany Timbers (@ttimbers) Reviewer 1: RAHUL KURIYEDATH (@rahulkuriyedath) Reviewer 2: Bruhat Musunuru (@BruhatM) Archive: TBD
Version accepted: TBD


Description

The package picturepyfect is an image untility package intended to manipulate images through a variety of functions. The intention is that a user with little to no experience can quickly call a function to alter, compress, or print out statistics for an image. Internally, the functions make use of numpy arrays for quick and efficient processes. There are four main functions planned for development and they are outlined below. Each function can be called on colour images or greyscale images.

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 @BruhatM & @rahulkuriyedath as reviewers.

rahulkuriyedath 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 hours


Review Comments

Hi team picturePyfect!

I have reviewed your package and I am quite impressed with the code. I think the package would be useful for a lot of people who are working the images. The package is easy to use, and functionality is very clear.

One minor suggestion I have is: for the function rotate_pyfect, there seems to an issue with the docstring. The description says:- The users can choose some degree, theta, which is used in a rotational matrix operation to transform the image. However I do not see any parameter that allows for setting the degree to which rotation can be achieved.

Also, the example in the docstring is :- rotate_pyfect(image, deg=1) However there is no hyper-parameter called deg. Perhaps you meant to write rotate_pyfect(image, n_rot=1)?

Other than the above issue, I feel that the code is an a good state and I can recommend approving this package. Please let me know if you have any questions. Great job!

Thanks! Rahul Kuriyedath

BruhatMusunuru 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:


Review Comments