All Versions
33
Latest Version
Avg Release Cycle
52 days
Latest Release
949 days ago

Changelog History
Page 4

  • v0.2.1 Changes

    Small fix in the setup script. The buf prevented pip from working.

  • v0.2.0 Changes

    ๐Ÿš€ In this release we focussed on improving and finalizing the object oriented OpenGL interface vispy.gloo. Some major (backward ๐Ÿš€ incompatible) changes were done. However, from this release we consider ๐Ÿ“ฆ the vispy.gloo package relatively stable and we try to minimize backward incompatibilities.

    ๐Ÿ”„ Changes in more detail:

    • vispy.oogl is renamed to vispy.gloo
    • ๐Ÿšš vispy.gl is moved to vispy.gloo.gl since most users will use gloo to interface with OpenGL.
    • ๐Ÿ‘Œ Improved (and thus changed) several parts of the gloo API.
    • ๐Ÿ”จ Some parts of gloo were refactored and should be more robust.
    • โœ… Much better coverage of the test suite.
    • Compatibility with Python 2.6 (Jerome Kieffer)
    • More examples and a gallery on the website to show them off.
  • v0.1.0 Changes

    ๐Ÿš€ First release. We have an initial version of the object oriented interface to OpenGL, called vispy.oogl.

    * This Changelog was automatically generated by github_changelog_generator