Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tinyarray
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bas Nijholt
tinyarray
Graph
e2a5e676b5519b0b49a88f3e07d6e3316d9738ba
Select Git revision
Branches
3
fix_bugs
master
default
versioneer
Tags
11
v1.1.1
v1.2.0a0
v1.1.0
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0
v1.0pre1
v1.0pre0
14 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
21
Aug
13
May
11
13
Feb
28
Jan
21
Dec
20
19
3
Nov
9
Sep
5
3
26
May
24
12
31
Mar
1
Dec
13
Nov
8
7
6
Aug
5
17
Sep
15
6
5
23
Aug
13
1
31
Jul
30
29
26
19
12
30
May
22
Mar
12
Feb
29
Nov
13
22
Sep
21
18
17
3
2
11
Aug
fix stuff
fix_bugs
fix_bugs
build all masters
master
master
correct URL
acknowledge Joerg
Circumvent an error in test_dot for Numpy 1.12.0.
Add missing space that C++11 needs for macro expansion.
ci: only create conda packages for upstream repository
add automatic building of conda package
refill comment
fix all refcounting leaks that show up when running the tests
setup.py: restore compatibility with Python 2 ConfigParser module
setup.py: consistently use sys.exit
setup.py: get rid of setup_requires and tests_require
setup.py: remove our_ prefix for distutils commands
fix memory leak when (un)pickling tinyarrays
README: update, add sections "build configuration" and "contributing"
fix test_sizeof for CPython's debug mode
add comment to test
switch testing framework to pytest
fix test (it was actually not testing anything in tinyarray)
bugfix: handle non-C-contiguous buffers of zero length correctly
add failing (segfaulting!) test
tests: remove forgotten print()
setup.py: add build configuration
setup.py: get rid of most GLOBAL_CONSTANTS
CI: add mirroring between kwant gitlab, gitlab.com and github.com
setup.py: use tests_require for tests
include missing header
setup.py: provide mockup samefile() for Python < 3.2 on Windows
#include <algorithm> for Windows compatibility
v1.1.1
v1.1.1
Remove adding of __version__ in array.cc (done with versioneer)
Update array.cc, do not include version.hh
Merge branch 'versioneer' into 'master'
Using versioneer for version in install
versioneer
versioneer
fix small style issues
fix python2 comparisons by explicitly raising `TypeError`
implement comparison between arrays with the same shape
implement __sizeof__ for tinyarray
make `ndim_shape` a const method, as it should be
add gitlab CI config
v1.2.0a0
v1.2.0a0
Loading