-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat(dataclasses): add dataclasses integration #142
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #142 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 10 11 +1
Lines 1021 1150 +129
==========================================
+ Hits 1021 1150 +129
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
86e22c7
to
3fcf95f
Compare
d5355b3
to
3bcf53b
Compare
f2f13d1
to
f7671f2
Compare
a6ac477
to
1b5f1ee
Compare
Any updates on this? Can I help? This feature is keeping me from porting a bunch of code to optree. |
Thanks for pinging this. The PR is almost done. I will add some unit tests and get it merged this weekend. |
1b5f1ee
to
22cc7ed
Compare
eca813e
to
0bb2fff
Compare
882da68
to
d3f2d07
Compare
d3f2d07
to
2b7c537
Compare
3623719
to
e38b560
Compare
05a814d
to
631214f
Compare
631214f
to
77f848f
Compare
39a3987
to
8229ba3
Compare
7a39408
to
3ec7266
Compare
3ec7266
to
71f1ba0
Compare
🔥 |
Description
Describe your changes in detail.
Motivation and Context
Why is this change required? What problem does it solve?
If it fixes an open issue, please link to the issue here.
You can use the syntax
close #15213
if this solves the issue #15213Resolves #122
Types of changes
What types of changes does your code introduce? Put an
x
in all the boxes that apply:Checklist
Go over all the following points, and put an
x
in all the boxes that apply.If you are unsure about any of these, don't hesitate to ask. We are here to help!
make format
. (required)make lint
. (required)make test
pass. (required)