-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
presubmission inquiry: automata #135
Comments
Hi @eliotwrobson! Welcome to pyOpenSci and thank you for this detailed presubmission inquiry. Yes, automata is in scope. Please go ahead with a full submission. Just to make sure you see it, the checklist we start reviews with is here: https://www.pyopensci.org/software-peer-review/our-process/review-timeline.html#step-0-optional-author-submits-pre-submission-inquiry Notice that you will want to have a docs page that is built on a separate site (e.g., ReadTheDocs or GitHub pages). The docs should include not only the API but also tutorials and vignettes that demonstrate how the package is used. Just let me know if you have any further questions. You can also feel free to ask questions in our public forum. I will mark this issue as "submission requested" and close once you confirm. Please also reference this presubmission issue when you open the issue with the full submission. |
Hi @NickleDave thank you the linked resources and your detailed response! We're in the process of reworking the docs page right now, along with closing out the current JOSS review, so we will get a submission going once those items have been completed. Feel free to close this, and we will be sure to reference this issue once our full submission gets going. |
Excellent, we're looking forward to your submission! Thank you @eliotwrobson! |
#152 full submission is here |
Submitting Author: Name (@eliotwrobson)
Package Name: automata
One-Line Description of Package: A Python library for simulating finite automata, pushdown automata, and Turing machines
Repository Link (if existing): https://github.com/caleb531/automata
Code of Conduct & Commitment to Maintain Package
Description
Automata is a Python 3 library implementing structures and algorithms for manipulating finite automata, pushdown automata, and Turing machines. The algorithms have been optimized and are capable of processing large inputs. Visualization logic has also been implemented.
Community Partnerships
We partner with communities to support peer review with an additional layer of
checks that satisfy community requirements. If your package fits into an
existing community please check below:
Scope
Scope
Please indicate which category or categories.
Check out our package scope page to learn more about our
scope. (If you are unsure of which category you fit, we suggest you make a pre-submission inquiry):
Domain Specific & Community Partnerships
The package falls under the data processing and visualization categories, as there are a number of algorithms for manipulating and visualizing automata implemented (where the automata themselves are the data being operated on). The package is also useful as an educational tool, as automata are a common topic in theoretical computer science courses (and, in fact, the package has already been cited in publications for this purpose).
This package is suitable for both researchers wishing to manipulate automata and for instructors teaching courses on theoretical computer science. Automata (especially finite automata) are important models in computing that appear in a variety of educational and research contexts, and the ability to manipulate them with this package is valuable to this effort.
There are some smaller packages with similar scope (for example here), but automata is the most popular, best maintained, and most feature-rich.
We've submitted the package to JOSS already and the review is in progress. Assuming automata is in-scope, we don't plan on submitting the package here until that review is completed.
P.S. Have feedback/comments about our review process? Leave a comment here
The text was updated successfully, but these errors were encountered: