Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 3.1.0

    Version 3.1.0
    
    Changes:
    
      * Expose the base address and size of the array in memory.
    
      * Support arrays of types that use variable item sizes, for instance
        strings.
    
      * Convert the README.md file to reStructuredText using pypandoc when
        uploading to PyPI.
    
      * Determine the version number automatically at build time.
    
  • 3.0.0

    4db30ef5 · Version bumped to 3.0.0 ·
    Version 3.0.0
    
    Changes:
    
      * Do not use `lseek` nor `read` on SHM objects as they aren't
        supported by POSIX and break on macOS.
    
      * On some systems (macOS, Linux/ARM) shared memory objects are
        allocated as multiples of the page size. Force the location of
        meta-data structure.
    
      * Add the name of the SharedArray to the numpy base object to make
        it easier to track and delete them.
    
      * Remove the msync/mlock/munlock module functions. Use the numpy
        base object methods of the same name instead.
    
      * Update the README.md file.
    
      * Move to setuptools instead of distutils.
    
  • 2.0.4

    994285c0 · Version bump ·
    Version 2.0.4
    
      * Stop crashing during installation when numpy isn't already
        installed.
    
  • 2.0.3

    6e34fae2 · Version bump ·
    Version 2.0.3
    
      * Migrate the repository to gitlab.com
      * Link against -lrt only on Linux
      * Build the list method on Linux only
    
  • 2.0.2

    66168f4c · Version bump ·
    Version 2.0.2
    
      * Fix failure to install with pip when the pypandoc package isn't
        available.
      * No code change.
    
  • 2.0.1

    bdf818aa · Version bump ·
    Version 2.0.1
    
      * Prettify the PyPI package page
      * No code change
    
  • 2.0

    be667d0e · Version bump ·
    Version 2.0
    
      * Bump major version number because arrays created with a previous
        version are incompatible with this one.
      * Use NPY_MAXDIMS from numpy instead of the previous arbitrary limit.
      * Add msync(2), mlock(2) and munlock(2) wrappers.
    
  • 1.0

    9a685e62 · Version bump ·
    Version 1.0
    
      * Add support for file:// and shm://
    
  • 0.5

    59d46b5d · Version bump ·
    Version 0.5
    
      * Workaround import_array() warning.
    
  • 0.4

    4344d431 · Version bump ·
    Version 0.4
    
      * Return page aligned arrays
      * Add FAQ entry about segfaults with large arrays
      * Add FAQ entry about array incompatibility with the new version
    
  • 0.3

    f95cb416 · Version bump ·
    Version 0.3
    
      * Add path to numpy headers in setup.py.
        This is required when using virtualenv with python3. Patch
        contributed by Nathan Hurst <njh@njhurst.com>
    
  • 0.2

    642c3d26 · Version bump ·
    Version 0.2
    
      * Fixed a bug where mmap() was using the size of the numpy array
        instead of the size of the complete block (including meta-data).
        Thanks to Cyril Tasse for the extensive bug report.
    
  • 0.1

    d609bc93 · Added MANIFEST.in ·
    Version 0.1