An open API service providing commit metadata for open source projects.

gitlab.com / tenzing/shared-array / commits

SharedArray python/numpy extension.

SHA Message Author Date Stats
38fd52fd merge Merge branch 'fix_numpy2_error' into 'master' Mat <m****t@p****g> over 1 year ago
3035db40 numpy compatibility fanzhipeng <f****4@1****m> almost 2 years ago
40ddf870 fix numpy2.0 error fanzhipeng <f****4@1****m> almost 2 years ago
e4ea91b0 Drop support for python 2.x Mathieu Mirmont <m****t@p****g> over 2 years ago
525e5950 Panic if the requested dtype has element size of 0 Mathieu Mirmont <m****t@p****g> over 2 years ago
a7403d62 Fix the parsing of git tags as version numbers Mathieu Mirmont <m****t@p****g> over 2 years ago
ce735c33 Remove trailing spaces Mathieu Mirmont <m****t@p****g> over 3 years ago
50a33ca4 Fix comparisons between signed and unsigned numbers Mathieu Mirmont <m****t@p****g> over 3 years ago
e8517aa7 Fix taking address of packed structure member Mathieu Mirmont <m****t@p****g> over 3 years ago
d5804033 merge Merge branch 'fix-version' into 'master' Mat <m****t@p****g> over 3 years ago
bb1f48c4 use sharedarray-specific variable for version string sabard <s****@b****m> over 3 years ago
58b00e2a fix python2 build process and switch release to python3 sabard <s****@b****m> over 3 years ago
8fdc6b08 Allow read-only shared array attachments (Closes: #15) Mathieu Mirmont <m****t@p****g> over 5 years ago
4d69abd3 Fix a memory leak in MapOwner Mathieu Mirmont <m****t@p****g> about 6 years ago
73d1a0c9 merge Merge branch 'master' into 'master' Mat <m****t@p****g> over 6 years ago
dc90bd28 Build system updates PEP 518 compliance Benjamin Hugo <b****o@a****m>
Committed by: Benna Hugo <b****o@a****m>
almost 7 years ago
8f8b0074 Add a note about vm.max_map_count Mathieu Mirmont <m****t@p****g> about 7 years ago
8d803c4d Determine the version number automatically at build time. Mathieu Mirmont <m****t@p****g> over 7 years ago
f9e05e99 Call PyArray_New instead of PyArray_SimpleNewFromData Mathieu Mirmont <m****t@p****g> over 7 years ago
ebe5c4d1 Expose the base address and size of the array in memory. Mathieu Mirmont <m****t@p****g> over 7 years ago
09b84fd6 Convert the README file to rst when uploading to PyPI Mathieu Mirmont <m****t@p****g> almost 8 years ago
5718bf45 Update sa.list() after meta-data location change Mathieu Mirmont <m****t@p****g> almost 8 years ago
4db30ef5 Version bumped to 3.0.0 Mathieu Mirmont <m****t@p****g> almost 8 years ago
04b0635b Migrate from distutils to setuptools Mathieu Mirmont <m****t@p****g> almost 8 years ago
3472976b Update the README.md file Mathieu Mirmont <m****t@p****g> almost 8 years ago
a9e57371 Remove the msync/mlock/munlock module functions Mathieu Mirmont <m****t@p****g> almost 8 years ago
f59fb013 Add the array name to the numpy array base object Mathieu Mirmont <m****t@p****g> almost 8 years ago
817043da Minor cosmetic changes Mathieu Mirmont <m****t@p****g> almost 8 years ago
00b93dae Use mmap only, no reads or seek Kirill Kouzoubov <k****8@g****m> about 8 years ago
994285c0 Version bump Mathieu Mirmont <m****t@p****g> over 8 years ago
19495501 merge Merge branch 'patch-1' of gitlab.com:josiahjohnston/shared-array Mathieu Mirmont <m****t@p****g> over 8 years ago
cbc3f787 Stop crashing during installation when numpy isn't already installed. Josiah Johnston <j****n@g****m>
Committed by: Mathieu Mirmont <m****t@p****g>
over 8 years ago
6e34fae2 Version bump Mathieu Mirmont <m****t@p****g> over 8 years ago
741f6f76 Build the list method on Linux only. Mathieu Mirmont <m****t@p****g> over 8 years ago
f3e24b77 Link against -lrt only on Linux Mathieu Mirmont <m****t@p****g> over 8 years ago
1e01978f Add CI file Mathieu Mirmont <m****t@p****g> over 8 years ago
38dcfe94 Update copyright date Mathieu Mirmont <m****t@p****g> over 8 years ago
84ab443b Update repository links Mathieu Mirmont <m****t@p****g> over 8 years ago
66168f4c Version bump Mathieu Mirmont <m****t@p****g> over 9 years ago
d439651e Fix installation via pip when pypandoc isn't available Mathieu Mirmont <m****t@p****g> over 9 years ago
bdf818aa Version bump Mathieu Mirmont <m****t@p****g> over 9 years ago
343951b2 setup.py: prettify the PyPI package page Mathieu Mirmont <m****t@p****g> over 9 years ago
be667d0e Version bump Mathieu Mirmont <m****t@p****g> over 9 years ago
534be71f README.md: add contact info Mathieu Mirmont <m****t@p****g> over 9 years ago
6039912a README.md: document msync, mlock and munlock Mathieu Mirmont <m****t@p****g> over 9 years ago
31f710bc Add wrappers for msync(2), mlock(2), and munlock(2) Mathieu Mirmont <m****t@p****g> over 9 years ago
bf97f8e2 Rename Leon -> MapOwner Mathieu Mirmont <m****t@p****g> over 9 years ago
bf4911d3 Use NPY_MAXDIMS as maximum supported number of array dimensions Mathieu Mirmont <m****t@p****g> over 9 years ago
9a685e62 Version bump Mathieu Mirmont <m****t@p****g> almost 10 years ago
f8cc9c38 Add support for file:// and shm:// Mathieu Mirmont <m****t@p****g> almost 10 years ago
59d46b5d Version bump Mathieu Mirmont <m****t@p****g> about 10 years ago
c38edbb9 Workaround import_array() warning. Mathieu Mirmont <m****t@p****g> about 10 years ago
4344d431 Version bump Mathieu Mirmont <m****t@p****g> about 10 years ago
57974ef3 Add FAQ entry about array incompatibility with the new version. Mathieu Mirmont <m****t@p****g> about 10 years ago
9842dd6d Celebrate the new year! Mathieu Mirmont <m****t@p****g> about 10 years ago
69c47167 Return page aligned arrays Mathieu Mirmont <m****t@p****g> about 10 years ago
24fa33b3 Add FAQ entry about segfaults with large arrays. Mathieu Mirmont <m****t@p****g> over 10 years ago
f95cb416 Version bump Mathieu Mirmont <m****t@p****g> over 10 years ago
ce338122 Add path to numpy headers in setup.py. Mathieu Mirmont <m****t@p****g> over 10 years ago
642c3d26 Version bump Mathieu Mirmont <m****t@p****g> about 11 years ago
279ad650 Fixed mmap() size bug Mathieu Mirmont <m****t@p****g> about 11 years ago
d609bc93 Added MANIFEST.in Mathieu Mirmont <m****t@p****g> over 11 years ago
df71656b Version 0.1 Mathieu Mirmont <m****t@p****g> over 11 years ago
6a699152 Whoops typo.. Mathieu Mirmont <m****t@p****g> over 11 years ago
d8493349 Pimped up the example in the README file Mathieu Mirmont <m****t@p****g> over 11 years ago
66c52f11 Added the list() method for python2.7 as well Mathieu Mirmont <m****t@p****g> over 11 years ago
8c15462f Pimped up setup.py Mathieu Mirmont <m****t@p****g> over 11 years ago
fecff56a Update license blob in the headers Mathieu Mirmont <m****t@p****g> over 11 years ago
f9de0351 Whoops.. Mathieu Mirmont <m****t@p****g> over 11 years ago
5d4e8f62 Added the list() method for Linux, python3 only Mathieu Mirmont <m****t@p****g> over 11 years ago
b0cd123e Added example in the README Mathieu Mirmont <m****t@p****g> over 11 years ago
14660518 Added README file Mathieu Mirmont <m****t@p****g> over 11 years ago
865a6039 Added GPL-2 license Mathieu Mirmont <m****t@p****g> over 11 years ago
529c9bf6 Use more meaningful exceptions Mathieu Mirmont <m****t@p****g> over 11 years ago
51085af7 Added support for python 2.7 Mathieu Mirmont <m****t@p****g> over 11 years ago
2a0b0fdf Added the delete() method Mathieu Mirmont <m****t@p****g> over 11 years ago
a8cb9e6b Added the attach() method Mathieu Mirmont <m****t@p****g> over 11 years ago
2c2f0f2b Initial import Mathieu Mirmont <m****t@p****g> over 11 years ago

← Back to repository