robotpy-build
                                
                                
                                
                                    robotpy-build copied to clipboard
                            
                            
                            
                        Update pybind11-stubgen to 2.5.x
Changes since 2.3.x
Version 2.5.1 (Mar 26, 2024)
Changes:
- 🐛 Fixed: Missed numpy unsigned int types
 
Version 2.5 (Mar 3, 2024)
Changes:
- 🐛 Fixed: Don't render pybind11 
KeysView,ValuesView,ItemsViewclass definitions - 🐛 Fixed: Escape backslashes in stub output
 
Version 2.4.1 (Nov 25, 2023)
Changes:
- 🐛 Fixed: do not remove 
selfparameter annotation when types do not match 
Version 2.4 (Nov 21, 2023)
Changes:
- ✨ Added 
--numpy-array-use-type-varflag which reformats the pybind11-generatednumpy.ndarray[numpy.float32[m, 1]]annotation asnumpy.ndarray[tuple[M, Literal[1]], numpy.dtype[numpy.float32]]