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
high_level.py
on
jdavid/develop
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 14, 2020
Set random seed (#51)
Show description for f318cfe
aleixalcacer
authored
f318cfe
View commit details
Copy full SHA for f318cfe
View code at this point
Browse repository at this point
Commits on Sep 9, 2020
New get_ncores() (#52)
Show description for 44642c5
FrancescAlted
authored
44642c5
View commit details
Copy full SHA for 44642c5
View code at this point
Browse repository at this point
Commits on Sep 8, 2020
Rename part- references (#50)
Show description for ab9ea93
aleixalcacer
authored
ab9ea93
View commit details
Copy full SHA for ab9ea93
View code at this point
Browse repository at this point
Commits on Sep 4, 2020
Remove expression.py (#49)
Show description for 28de2d3
FrancescAlted
authored
28de2d3
View commit details
Copy full SHA for 28de2d3
View code at this point
Browse repository at this point
Update evaluation (#47)
Show description for da085c9
aleixalcacer
authored
da085c9
View commit details
Copy full SHA for da085c9
View code at this point
Browse repository at this point
Commits on Sep 2, 2020
Updating and modernizing examples (WIP)
FrancescAlted
committed
8f132ca
View commit details
Copy full SHA for 8f132ca
View code at this point
Browse repository at this point
Commits on Jul 8, 2020
Add a protection against invalid backend values. Fixes #313.
FrancescAlted
committed
222057a
View commit details
Copy full SHA for 222057a
View code at this point
Browse repository at this point
Commits on Jul 7, 2020
Updated eval examples and fixed truncation filter
FrancescAlted
committed
e2f742a
View commit details
Copy full SHA for e2f742a
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 28, 2020
QA: review
jdavid
committed
26700a2
View commit details
Copy full SHA for 26700a2
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 StorageProperties.to_tuple
Show description for 094b5a2
jdavid
committed
094b5a2
View commit details
Copy full SHA for 094b5a2
View code at this point
Browse repository at this point
QA: Remove some Python 2 patterns
jdavid
committed
2ab4b02
View commit details
Copy full SHA for 2ab4b02
View code at this point
Browse repository at this point
QA: Fix some warnings found by vulture
Show description for e96d91c
jdavid
committed
e96d91c
View commit details
Copy full SHA for e96d91c
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 22, 2020
New utility function cmp_arrays
Show description for 3ab7058
jdavid
committed
3ab7058
View commit details
Copy full SHA for 3ab7058
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 Mar 10, 2020
Update to new eval API
aleix11alcacer
committed
7c57a3f
View commit details
Copy full SHA for 7c57a3f
View code at this point
Browse repository at this point
Commits on Mar 3, 2020
Refactor evaluation engine (#27)
Show description for 1ea3497
aleixalcacer
authored
1ea3497
View commit details
Copy full SHA for 1ea3497
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 Dec 16, 2019
Better handling of duplicated operators in subexpressions. Fixes #241
FrancescAlted
committed
7a2762c
View commit details
Copy full SHA for 7a2762c
View code at this point
Browse repository at this point
Commits on Nov 29, 2019
Tests ufuncs inside lazy expressions
FrancescAlted
committed
22f7d46
View commit details
Copy full SHA for 22f7d46
View code at this point
Browse repository at this point
Commits on Oct 24, 2019
Add filename in eval method
FrancescAlted
committed
93ce844
View commit details
Copy full SHA for 93ce844
View code at this point
Browse repository at this point
Commits on Oct 23, 2019
Add copy method (#21)
aleixalcacer
authored
63daa6a
View commit details
Copy full SHA for 63daa6a
View code at this point
Browse repository at this point
Commits on Oct 9, 2019
Add benchmarks for getting slices
FrancescAlted
committed
07ecd36
View commit details
Copy full SHA for 07ecd36
View code at this point
Browse repository at this point
Commits on Oct 4, 2019
Fix a glitch in the expression parser
FrancescAlted
committed
63f41e4
View commit details
Copy full SHA for 63f41e4
View code at this point
Browse repository at this point
Commits on Oct 3, 2019
Avoid testing some ufuncs just for np.ufunc machinery
FrancescAlted
committed
5ceb30e
View commit details
Copy full SHA for 5ceb30e
View code at this point
Browse repository at this point
Add ufuncs as first-level functions
FrancescAlted
committed
d5d50e6
View commit details
Copy full SHA for d5d50e6
View code at this point
Browse repository at this point
Add ufuncs as methods of IArray
FrancescAlted
committed
ee3787b
View commit details
Copy full SHA for ee3787b
View code at this point
Browse repository at this point
Commits on Oct 1, 2019
Add a first ufunc example (cos()) for IArray
FrancescAlted
committed
14f7779
View commit details
Copy full SHA for 14f7779
View code at this point
Browse repository at this point
Commits on Jul 29, 2019
Specify pshape for LazyExpr.eval()
FrancescAlted
committed
c658cd7
View commit details
Copy full SHA for c658cd7
View code at this point
Browse repository at this point
Commits on Jul 4, 2019
max_num_threads -> nthreads
FrancescAlted
committed
963f9bb
View commit details
Copy full SHA for 963f9bb
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.