-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create stubs and enumerate implemented vs. not implemented algorithms #9
Milestone
Comments
mahdiolfat
pushed a commit
that referenced
this issue
Nov 21, 2023
all versioned algorithm declarations are marked as implemented or not
uset stubgen and stubtest to ensure consistency between the code and the stub files. Focus of developer should be on the .py static type checking, type annotations, implementation, and documentation, stub files will aim to be automated to provide a clean overview of how the api evolves (grows) over time. |
mahdiolfat
pushed a commit
that referenced
this issue
Nov 23, 2023
- all algorithm declarations are: - marked as implemented or not - annotated with static typing - added exhaustive list of random processes from chapter 3. - mypy'ed, locally passing all files - ct update: verbose pytest, mypy, and ruff - partially resolves #9, but direct generation from code is still needed
mahdiolfat
pushed a commit
that referenced
this issue
Nov 23, 2023
- all algorithm declarations are: - marked as implemented or not - annotated with static typing - added exhaustive list of random processes from chapter 3. - mypy'ed, locally passing all files - ct update: verbose pytest, mypy, and ruff - first clean set of stub files, manually added, see #9 - partially resolves #9, but direct generation from code is still needed
mahdiolfat
pushed a commit
that referenced
this issue
Nov 23, 2023
- all algorithm declarations are: - marked as implemented or not - annotated with static typing - added exhaustive list of random processes from chapter 3. - mypy'ed, locally passing all files - ct update: verbose pytest, mypy, and ruff - first clean set of stub files, manually added, see #9 - partially resolves #9, but direct generation from code is still needed
mahdiolfat
added a commit
that referenced
this issue
Jan 31, 2024
- all algorithm declarations are: - marked as implemented or not - annotated with static typing - added exhaustive list of random processes from chapter 3. - mypy'ed, locally passing all files - ct update: verbose pytest, mypy, and ruff - first clean set of stub files, manually added, see #9 - partially resolves #9, but direct generation from code is still needed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: