PyOpenGL-accelerate 3.1.9__tar.gz → 3.1.9a2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyopengl_accelerate-3.1.9 → pyopengl_accelerate-3.1.9a2}/OpenGL_accelerate/__init__.py +1 -1
- {pyopengl_accelerate-3.1.9 → pyopengl_accelerate-3.1.9a2}/PKG-INFO +5 -6
- {pyopengl_accelerate-3.1.9 → pyopengl_accelerate-3.1.9a2}/PyOpenGL_accelerate.egg-info/PKG-INFO +5 -6
- {pyopengl_accelerate-3.1.9 → pyopengl_accelerate-3.1.9a2}/README.md +3 -3
- {pyopengl_accelerate-3.1.9 → pyopengl_accelerate-3.1.9a2}/MANIFEST.in +0 -0
- {pyopengl_accelerate-3.1.9 → pyopengl_accelerate-3.1.9a2}/OpenGL_accelerate/formathandler.pxd +0 -0
- {pyopengl_accelerate-3.1.9 → pyopengl_accelerate-3.1.9a2}/OpenGL_accelerate/wrapper.pxd +0 -0
- {pyopengl_accelerate-3.1.9 → pyopengl_accelerate-3.1.9a2}/PyOpenGL_accelerate.egg-info/SOURCES.txt +0 -0
- {pyopengl_accelerate-3.1.9 → pyopengl_accelerate-3.1.9a2}/PyOpenGL_accelerate.egg-info/dependency_links.txt +0 -0
- {pyopengl_accelerate-3.1.9 → pyopengl_accelerate-3.1.9a2}/PyOpenGL_accelerate.egg-info/top_level.txt +0 -0
- {pyopengl_accelerate-3.1.9 → pyopengl_accelerate-3.1.9a2}/license.txt +0 -0
- {pyopengl_accelerate-3.1.9 → pyopengl_accelerate-3.1.9a2}/pyproject.toml +0 -0
- {pyopengl_accelerate-3.1.9 → pyopengl_accelerate-3.1.9a2}/setup.cfg +0 -0
- {pyopengl_accelerate-3.1.9 → pyopengl_accelerate-3.1.9a2}/setup.py +0 -0
- {pyopengl_accelerate-3.1.9 → pyopengl_accelerate-3.1.9a2}/src/arraydatatype.pyx +0 -0
- {pyopengl_accelerate-3.1.9 → pyopengl_accelerate-3.1.9a2}/src/buffers_formathandler.pyx +0 -0
- {pyopengl_accelerate-3.1.9 → pyopengl_accelerate-3.1.9a2}/src/errorchecker.pyx +0 -0
- {pyopengl_accelerate-3.1.9 → pyopengl_accelerate-3.1.9a2}/src/formathandler.pyx +0 -0
- {pyopengl_accelerate-3.1.9 → pyopengl_accelerate-3.1.9a2}/src/latebind.pyx +0 -0
- {pyopengl_accelerate-3.1.9 → pyopengl_accelerate-3.1.9a2}/src/nones_formathandler.pyx +0 -0
- {pyopengl_accelerate-3.1.9 → pyopengl_accelerate-3.1.9a2}/src/numpy_formathandler.pyx +0 -0
- {pyopengl_accelerate-3.1.9 → pyopengl_accelerate-3.1.9a2}/src/vbo.pyx +0 -0
- {pyopengl_accelerate-3.1.9 → pyopengl_accelerate-3.1.9a2}/src/wrapper.pyx +0 -0
- {pyopengl_accelerate-3.1.9 → pyopengl_accelerate-3.1.9a2}/tests/test_arraydatatypeaccel.py +0 -0
- {pyopengl_accelerate-3.1.9 → pyopengl_accelerate-3.1.9a2}/tests/test_numpyaccel.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
2
|
Name: PyOpenGL-accelerate
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.9a2
|
|
4
4
|
Summary: Cython-coded accelerators for PyOpenGL
|
|
5
5
|
Home-page: http://pyopengl.sourceforge.net
|
|
6
6
|
Download-URL: http://sourceforge.net/project/showfiles.php?group_id=5988
|
|
@@ -64,7 +64,6 @@ Classifier: Topic :: Multimedia :: Graphics :: 3D Rendering
|
|
|
64
64
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
65
65
|
Classifier: Intended Audience :: Developers
|
|
66
66
|
Description-Content-Type: text/markdown
|
|
67
|
-
Dynamic: download-url
|
|
68
67
|
|
|
69
68
|
# Acceleration code for PyOpenGL
|
|
70
69
|
|
|
@@ -74,10 +73,10 @@ but performance without it will be poor.
|
|
|
74
73
|
|
|
75
74
|
## Build Process
|
|
76
75
|
|
|
77
|
-
Cython is updated frequently to support newer versions of Python. As of
|
|
78
|
-
release 3.1.9 we no longer check in the Cython generated code for the
|
|
76
|
+
Cython is updated frequently to support newer versions of Python. As of
|
|
77
|
+
release 3.1.9 we no longer check in the Cython generated code for the
|
|
79
78
|
wrapper modules, relying on the build machines to generate the wrappers.
|
|
80
79
|
|
|
81
|
-
The Github CI Pipeline should generate and release binary builds for most
|
|
80
|
+
The Github CI Pipeline should generate and release binary builds for most
|
|
82
81
|
major platforms (Windows, Linux, Mac), but if you need to build from source,
|
|
83
82
|
a `pip install .` **should** work from the PyOpenGL repository.
|
{pyopengl_accelerate-3.1.9 → pyopengl_accelerate-3.1.9a2}/PyOpenGL_accelerate.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
2
|
Name: PyOpenGL-accelerate
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.9a2
|
|
4
4
|
Summary: Cython-coded accelerators for PyOpenGL
|
|
5
5
|
Home-page: http://pyopengl.sourceforge.net
|
|
6
6
|
Download-URL: http://sourceforge.net/project/showfiles.php?group_id=5988
|
|
@@ -64,7 +64,6 @@ Classifier: Topic :: Multimedia :: Graphics :: 3D Rendering
|
|
|
64
64
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
65
65
|
Classifier: Intended Audience :: Developers
|
|
66
66
|
Description-Content-Type: text/markdown
|
|
67
|
-
Dynamic: download-url
|
|
68
67
|
|
|
69
68
|
# Acceleration code for PyOpenGL
|
|
70
69
|
|
|
@@ -74,10 +73,10 @@ but performance without it will be poor.
|
|
|
74
73
|
|
|
75
74
|
## Build Process
|
|
76
75
|
|
|
77
|
-
Cython is updated frequently to support newer versions of Python. As of
|
|
78
|
-
release 3.1.9 we no longer check in the Cython generated code for the
|
|
76
|
+
Cython is updated frequently to support newer versions of Python. As of
|
|
77
|
+
release 3.1.9 we no longer check in the Cython generated code for the
|
|
79
78
|
wrapper modules, relying on the build machines to generate the wrappers.
|
|
80
79
|
|
|
81
|
-
The Github CI Pipeline should generate and release binary builds for most
|
|
80
|
+
The Github CI Pipeline should generate and release binary builds for most
|
|
82
81
|
major platforms (Windows, Linux, Mac), but if you need to build from source,
|
|
83
82
|
a `pip install .` **should** work from the PyOpenGL repository.
|
|
@@ -6,10 +6,10 @@ but performance without it will be poor.
|
|
|
6
6
|
|
|
7
7
|
## Build Process
|
|
8
8
|
|
|
9
|
-
Cython is updated frequently to support newer versions of Python. As of
|
|
10
|
-
release 3.1.9 we no longer check in the Cython generated code for the
|
|
9
|
+
Cython is updated frequently to support newer versions of Python. As of
|
|
10
|
+
release 3.1.9 we no longer check in the Cython generated code for the
|
|
11
11
|
wrapper modules, relying on the build machines to generate the wrappers.
|
|
12
12
|
|
|
13
|
-
The Github CI Pipeline should generate and release binary builds for most
|
|
13
|
+
The Github CI Pipeline should generate and release binary builds for most
|
|
14
14
|
major platforms (Windows, Linux, Mac), but if you need to build from source,
|
|
15
15
|
a `pip install .` **should** work from the PyOpenGL repository.
|
|
File without changes
|
{pyopengl_accelerate-3.1.9 → pyopengl_accelerate-3.1.9a2}/OpenGL_accelerate/formathandler.pxd
RENAMED
|
File without changes
|
|
File without changes
|
{pyopengl_accelerate-3.1.9 → pyopengl_accelerate-3.1.9a2}/PyOpenGL_accelerate.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{pyopengl_accelerate-3.1.9 → pyopengl_accelerate-3.1.9a2}/PyOpenGL_accelerate.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|