-
Notifications
You must be signed in to change notification settings - Fork 85
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
1.0.0 - Time for a new updated release, and call this iteration stable. #144
Conversation
Dev tools updates
Co-authored-by: Edgar Ramírez Mondragón <[email protected]>
Fix deprecation warnings
Catch warnings
Attempt to fix codecov stats & prep 1.0.0
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #144 +/- ##
==========================================
- Coverage 99.72% 99.30% -0.43%
==========================================
Files 2 2
Lines 1110 1151 +41
==========================================
+ Hits 1107 1143 +36
- Misses 3 8 +5 ☔ View full report in Codecov by Sentry. |
Yes - we need to do allow-lists not deny-lists... 2.0 Co-authored-by: decorator-factory <[email protected]>
Fix escape via generators etc.
Dictcomp support (rebased #133)
Co-authored-by: Kurt McKee <[email protected]>
Don't misuse KeyError for the custom `names` function.
@kurtmckee - thanks for nudging me to actually do some work on this, and actually doing a bunch of it yourself too. Does this all look OK to you? I'm thinking to release this tomorrow or this week to PyPI, and then start thinking about opening development more for the breaking 2.0 branch. Would you be interested in being more involved there too? |
Hey @danthedeckie, thanks for your work on this. If you offer me GitHub access, I'll accept and use it, but I cannot commit time beyond occasional infrastructure upkeep (that is to say, I cannot offer time involvement for new features, bug fixes, or ongoing triage of tickets). That's simply a recognition of my own time constraints and passions. |
Description
All the python version updates, and calling this iteration stable (1.0) so we can think about doing a new direction.
names
function. #126 - use a custom exception for unknown names, notKeyError
.