-
Notifications
You must be signed in to change notification settings - Fork 49
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
PyMTL4.0 Release #264
base: master
Are you sure you want to change the base?
PyMTL4.0 Release #264
Conversation
Add support for non-s args to refer to self
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #264 +/- ##
==========================================
+ Coverage 89.18% 89.83% +0.65%
==========================================
Files 330 317 -13
Lines 30440 28271 -2169
==========================================
- Hits 27147 25398 -1749
+ Misses 3293 2873 -420 ☔ View full report in Codecov by Sentry. |
Adding __len__ interface
The pytest_cmdline_preparse hook is now deprecated. I think there should be a way to achieve the same effect using pytest_load_initial_conftests https://docs.pytest.org/en/7.1.x/reference/reference.html#pytest.hookspec.pytest_cmdline_preparse However, were were using this to hook to prevent *.pyc and __pycache__ files from being generated. I think it is fine for now to just go back to generating these files.
Improve index handling in Bits and Signal classes
This PR includes changes that will be part of the PyMTL 4.0 release. Here is a list of changes included in this PR (WIP):
xdist
module