-
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
Release/2.2.0 #984
Release/2.2.0 #984
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #984 +/- ##
=======================================
Coverage 86.09% 86.09%
=======================================
Files 20 20
Lines 3503 3503
Branches 770 770
=======================================
Hits 3016 3016
Misses 330 330
Partials 157 157 ☔ View full report in Codecov by Sentry. |
pre-commit.ci autofix |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
--------------------- | ||
|
||
Added | ||
+++++ | ||
|
||
- Official support for Python 3.12 (#957). | ||
- ``Job.cached_statepoint`` - cached and read only access to job state points. Faster than | ||
``Job.statepoint`` (#975). | ||
- ``Job.cached_statepoint`` - cached and read only access to job state points. Faster than ``Job.statepoint`` (#975). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sphinx appears to render your modification correctly: https://signac--984.org.readthedocs.build/projects/core/en/984/changes.html#id1
However, it is technically not valid rst syntax: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#bullet-lists .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can fix this in a new PR since it's for the whole changelog
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it works, it may not be worth the change.
I quite often find lists like this:
- Some entry.
Continued line.
Or:
1. List item.
Continue line.
Which rst interprets as definition lists. This does not render as intended in HTML. Apparently, removing all the spaces does. Maybe there is something I missed in the spec about ignoring newlines if the next line does not start with white space?
Release 2.2.0.