Imported Upstream version 0.28.2 upstream/0.28.2
authorDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 31 Dec 2020 03:08:44 +0000 (12:08 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 31 Dec 2020 03:08:44 +0000 (12:08 +0900)
commit70d82945b0c3513b4d53b3db21920fe5e52af84c
treed7d3cb1e6f88c40b175e193cab48bdc1c17373f3
parent46f5263c2b4be2446836ffdebf801cb8d614829a
Imported Upstream version 0.28.2
47 files changed:
CHANGES.rst
Cython/Build/IpythonMagic.py
Cython/Compiler/Builtin.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/MemoryView.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Optimize.py
Cython/Compiler/PyrexTypes.py
Cython/Includes/cpython/long.pxd
Cython/Includes/cpython/pystate.pxd
Cython/Includes/libcpp/deque.pxd
Cython/Includes/libcpp/string.pxd
Cython/Includes/libcpp/unordered_map.pxd
Cython/Includes/libcpp/vector.pxd
Cython/Shadow.py
Cython/Utility/Builtins.c
Cython/Utility/StringTools.c
Cython/Utility/TypeConversion.c
README.rst
docs/conf.py
docs/examples/Cython Magics.ipynb
docs/examples/memoryviews/convolve_fused_types.pyx [new file with mode: 0644]
docs/examples/memoryviews/convolve_infer_types.pyx [new file with mode: 0644]
docs/examples/memoryviews/convolve_memview.pyx [new file with mode: 0644]
docs/examples/memoryviews/convolve_py.py [new file with mode: 0644]
docs/examples/memoryviews/convolve_typed.pyx [new file with mode: 0644]
docs/src/quickstart/build.rst
docs/src/reference/compilation.rst
docs/src/tutorial/appendix.rst
docs/src/tutorial/cython_tutorial.rst
docs/src/tutorial/numpy.rst
docs/src/tutorial/profiling_tutorial.rst
docs/src/tutorial/readings.rst
docs/src/userguide/convolve_types_html.png [new file with mode: 0644]
docs/src/userguide/limitations.rst
docs/src/userguide/numpy_tutorial.rst
docs/src/userguide/sharing_declarations.rst
docs/src/userguide/source_files_and_compilation.rst
docs/src/userguide/wrapping_CPlusPlus.rst
pyximport/pyximport.py
tests/memoryview/numpy_memoryview_readonly.pyx
tests/run/cpp_stl_string_cpp11.pyx [new file with mode: 0644]
tests/run/fstring.pyx
tests/run/fused_types.pyx
tests/run/modop.pyx
tests/run/strmethods.pyx
tests/run/switch.pyx