Open Tammy1128 opened 3 years ago
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
The package includes all the following forms of documentation:
setup.py
file or elsewhere.
Readme requirements The package meets the readme requirements below:
The README should include, from top to bottom:
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:
ModuleNotFoundError: No module named '_cffi_backend'
error, probably the dependencies is not included. I manually install it to run the test. 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:
Estimated hours spent reviewing: 2 hours
Hi Mark, Marc, Tingyu, and William,
Thanks for putting this package together. I had fun playing around with some other stock symbols using your function! The functions work very smoothly and definitely a time saver for people who want to see basic summary statistics and modelings of individual stock prices.
I have a few comments below.
ModuleNotFoundError: No module named '_cffi_backend'
error, probably the dependency is not included. I manually install it to run the test. Great job in putting together this package. I find this package really useful especially when I am also an active stock trader. I really like the visualization. Overall, everything is good with all the installation, test cases, documents, and CI running. Although I included a few remarks, feel free to take what's useful. Let me know if you have any questions about this feedback.
Joshua
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
The package includes all the following forms of documentation:
setup.py
file or elsewhere.Readme requirements The package meets the readme requirements below:
The README should include, from top to bottom:
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:
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:
Estimated hours spent reviewing: 1.5
Hi guys, here is some additional feedback for the stock_analyzer package - hope you find it helpful.
Overall I was very impressed by the functionality that was included in this package as well as the thorough documentation included with each function. Nice work team!
Mike Lynch
Thank you @mikelynch416 and @jiajie0225 for your detailed reviews. Thanks for putting so much efforts on it! Good luck on the final block!
Submitting Author: Kangyu (Mark) Wang (@ZIBOWANGKANGYU), Sicheng (Marc) Sun (@MarcSunUBC), Tingyu Zhang (@Tammy1128), William Xu (@williamxu7) Package Name: stock_analyzer One-Line Description of Package: A python package that analyzes stock data and provides data visualizations. Repository Link: stock_analyzer Version submitted: 0.1.13 Editor: Tiffany Timbers (@ttimbers) Reviewer 1: TBD
Reviewer 2: TBD
Archive: TBD
Version accepted: TBD
Description
This is a Python package that provides basic time series modelling functionalities to analyze historical stock prices. Investment in the stock market requires not only knowledge about the listed companies, but also basic summary statistics and modellings of individual stock prices. Given time-series stock price data, this package provides key summary statistics, applies moving average and exponential smoothing models to the data, and visualizes in-sample moving average as well as exponential smoothing fits. A convenient use case for this package is to combine it with the
pandas_datareader
package, which can provide well-formated stock price data from Yahoo Finance dataset with customized date range setting.Scope
* Please fill out a pre-submission inquiry before submitting a data visualization package. For more info, see notes on categories of our guidebook.
@tag
the editor you contacted: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