Uh oh!
There was an error while loading. Please reload this page.
chore: prepare for the 2.6.2 release - #2821
Conversation
YannickJadoul
commented
Jan 26, 2021
Wow, this was autogenerated, I hope? This is just the changelog as it will be? |
Uh oh!
There was an error while loading. Please reload this page.
Ehh, partially. I want to make it fully automated, but gave up on messing with the regex to pick out the first block, will work on it later. This is the result of pandoc + a few quick manips in VI. ( |
henryiii
commented
Jan 26, 2021
And, yes, this is markdown I can copy and paste into release notes. :) |
YannickJadoul
commented
Jan 26, 2021
Ah, that's great! :-) |
YannickJadoul
left a comment
There was a problem hiding this comment.
Not an approval you urgently need, but ... here you go
henryiii
commented
Jan 26, 2021
Thinking about dropping AppVeyor, now that we have Github actions testing MSVC 2015... One of the AppVeyor tests hung up. If it's Appveyor's fault, I'm interested in dropping it. If it's our fault, then not so much... |
henryiii
commented
Jan 26, 2021
It seems to have died on |
henryiii
commented
Jan 26, 2021
It's fine now. I've added pytest-timeout (just for AppVeyor) just in case it happens again, we might get some debugging info then (if a job times out, you get absolutely nothing. If pytest-timeout does, you often get a nice traceback to see where it died. Might not work for a compiled piece, but better than no chance at all!) |
YannickJadoul
commented
Jan 26, 2021
Probably still linked to #2754? |
henryiii
commented
Jan 26, 2021
A GHA MSVC job stalled this time. |
b1a7c38 to
bc28d8cComparebc28d8c to
8fe6280Comparehenryiii
commented
Jan 27, 2021
It's out! Bumped brew too. Homebrew/homebrew-core#69840 |
Minor missing functionality added:
.disarmforgil_scoped_acquire/gil_scoped_release. #2657Fixed or improved behavior in a few special cases:
objectsubclasses would not throw on being passed a Python object of the wrong type. #2701type_casterfor integers does not convert Python objects with__int__anymore withnoconvertor during the first round of trying overloads. #2698__index__is always called and not considered as conversion, consistent with Python 3.8+. #2801Build improvements:
extra_compile_argsandextra_link_argsautomatically set by Pybind11Extension are now prepended, which allows them to be overridden by user-setextra_compile_argsandextra_link_args. #2808--warn-uninitializedactive. #2806STATIC/SHAREDbeing ignored in FindPython mode. #2796CMAKE_CXX_VISIBILITY_PRESETif defined. #2793pybind11::embed. #2662Bug fixes:
scoped_ostream_redirect. #2675py::gil_scoped_acquireassert with CPython 3.9 debug build. #2683Warning fixes:
[-Wshadow-field-in-constructor-modified]. #2780__init__/__setstate__in the tests. #2759Valgrind work:
__init__on a non-pybind11 class instance. #2755Compiler support: