Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
ironArray
/
iron-array-python
Public
forked from
inaos/iron-array-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
iron-array-python
iarray
tests
test_constructor.py
on
splitmode
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 25, 2021
load with array config if not specified. Addresses #468
martaiborra
committed
58ff80f
View commit details
Copy full SHA for 58ff80f
View code at this point
Browse repository at this point
Commits on Nov 24, 2021
Rename set_config_defaults, get_config_defaults, check_compat, compat_params
martaiborra
committed
737c8d8
View commit details
Copy full SHA for 737c8d8
View code at this point
Browse repository at this point
Commits on Nov 22, 2021
clevel, codec and filters in config are incompatible with btune
FrancescAlted
committed
da88147
View commit details
Copy full SHA for da88147
View code at this point
Browse repository at this point
Commits on Nov 18, 2021
Remove plainbuffer usage
aleixalcacer
authored and
FrancescAlted
committed
2c00659
View commit details
Copy full SHA for 2c00659
View code at this point
Browse repository at this point
Commits on Oct 7, 2021
rename remove function to remove_urlpath
martaiborra
committed
7089cb0
View commit details
Copy full SHA for 7089cb0
View code at this point
Browse repository at this point
Name all persistent arrays with the .iarr ending
martaiborra
committed
96ebc89
View commit details
Copy full SHA for 96ebc89
View code at this point
Browse repository at this point
Complete some tests to check different Stores
martaiborra
committed
8dcaa55
View commit details
Copy full SHA for 8dcaa55
View code at this point
Browse repository at this point
Preliminary commit
Show description for 1c6695c
martaiborra
committed
1c6695c
View commit details
Copy full SHA for 1c6695c
View code at this point
Browse repository at this point
Commits on Sep 14, 2021
Rename enforce_frame to contiguous for python (#104)
Show description for f195f43
martaiborra
and
Marta Iborra
authored
f195f43
View commit details
Copy full SHA for f195f43
View code at this point
Browse repository at this point
Commits on Aug 10, 2021
Check for C contiguoity before conversion from numpy
FrancescAlted
committed
f4b45ca
View commit details
Copy full SHA for f4b45ca
View code at this point
Browse repository at this point
Commits on Aug 7, 2021
Do a copy when creating an iarray from a numpy view
FrancescAlted
committed
be7e68a
View commit details
Copy full SHA for be7e68a
View code at this point
Browse repository at this point
Commits on Jun 29, 2021
Initial support for store mode
FrancescAlted
committed
a0898da
View commit details
Copy full SHA for a0898da
View code at this point
Browse repository at this point
Commits on Apr 22, 2021
Some API improvements (#93)
Show description for 0571419
aleixalcacer
authored
0571419
View commit details
Copy full SHA for 0571419
View code at this point
Browse repository at this point
Commits on Feb 23, 2021
Initial support for favors
FrancescAlted
committed
65e80e8
View commit details
Copy full SHA for 65e80e8
View code at this point
Browse repository at this point
Commits on Jan 25, 2021
Replace filename with urlpath (#74)
aleixalcacer
authored
f03674c
View commit details
Copy full SHA for f03674c
View code at this point
Browse repository at this point
Commits on Oct 9, 2020
Rename StorageProperties() -> Storage() for shortness
FrancescAlted
committed
e24408a
View commit details
Copy full SHA for e24408a
View code at this point
Browse repository at this point
Commits on Oct 8, 2020
dtshape -> DTShape for compliance with PEP8
FrancescAlted
committed
2657b18
View commit details
Copy full SHA for 2657b18
View code at this point
Browse repository at this point
Commits on Oct 7, 2020
Black code formatter applied
FrancescAlted
committed
650a129
View commit details
Copy full SHA for 650a129
View code at this point
Browse repository at this point
Commits on Sep 25, 2020
backend enum arg in StorageProperties replaced by plainbuffer boolean
FrancescAlted
committed
2b5a5b4
View commit details
Copy full SHA for 2b5a5b4
View code at this point
Browse repository at this point
Commits on Sep 24, 2020
Reorder params for ia.StorageProperties and simplification of examples
FrancescAlted
committed
d52a652
View commit details
Copy full SHA for d52a652
View code at this point
Browse repository at this point
Commits on Sep 23, 2020
Storage backends changed from strings to constants
FrancescAlted
committed
a07e0c9
View commit details
Copy full SHA for a07e0c9
View code at this point
Browse repository at this point
Commits on Jul 2, 2020
WIP
aleixalcacer
committed
0c766cc
View commit details
Copy full SHA for 0c766cc
View code at this point
Browse repository at this point
Commits on Jun 19, 2020
Add blockshape feature (#39)
Show description for 7064a3a
aleixalcacer
authored
7064a3a
View commit details
Copy full SHA for 7064a3a
View code at this point
Browse repository at this point
Commits on May 22, 2020
QA: pycodestyle
jdavid
committed
d411243
View commit details
Copy full SHA for d411243
View code at this point
Browse repository at this point
QA: Fix warnings reported by pyflakes
Show description for 69c5b31
jdavid
committed
69c5b31
View commit details
Copy full SHA for 69c5b31
View code at this point
Browse repository at this point
Commits on Apr 27, 2020
Fix frame bug (#32)
Show description for c0669d3
aleixalcacer
and
aleix11alcacer
authored
c0669d3
View commit details
Copy full SHA for c0669d3
View code at this point
Browse repository at this point
Commits on Apr 22, 2020
WIP
aleix11alcacer
committed
856ade5
View commit details
Copy full SHA for 856ade5
View code at this point
Browse repository at this point
WIP
aleix11alcacer
committed
d7d2496
View commit details
Copy full SHA for d7d2496
View code at this point
Browse repository at this point
WIP
aleix11alcacer
committed
7677536
View commit details
Copy full SHA for 7677536
View code at this point
Browse repository at this point
Commits on Feb 11, 2020
Store properties (#25)
Show description for da2b429
aleixalcacer
authored
da2b429
View commit details
Copy full SHA for da2b429
View code at this point
Browse repository at this point
Commits on Feb 5, 2020
Add load and save functions (#23)
Show description for 2d66161
aleixalcacer
authored
2d66161
View commit details
Copy full SHA for 2d66161
View code at this point
Browse repository at this point
Commits on Jul 4, 2019
compression_codec -> clib / compression_level -> clevel
FrancescAlted
committed
f20510f
View commit details
Copy full SHA for f20510f
View code at this point
Browse repository at this point
"double" -> np.float64 / "float" -> np.float32
FrancescAlted
committed
be4471a
View commit details
Copy full SHA for be4471a
View code at this point
Browse repository at this point
Migrated zeros, ones and full to use dtshape
FrancescAlted
committed
09f7e7a
View commit details
Copy full SHA for 09f7e7a
View code at this point
Browse repository at this point
Migrated linspace to use dtshape
FrancescAlted
committed
9578e89
View commit details
Copy full SHA for 9578e89
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.