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_expression.py
on
splitmode
User selector
All users
Datepicker
All time
Commit history
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
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 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 Jan 20, 2021
Support for empty slices (#70)
Show description for b060380
aleixalcacer
authored
b060380
View commit details
Copy full SHA for b060380
View code at this point
Browse repository at this point
Commits on Jan 4, 2021
Reductions on disk (#72)
Show description for 84727c0
aleixalcacer
authored
84727c0
View commit details
Copy full SHA for 84727c0
View code at this point
Browse repository at this point
Commits on Dec 11, 2020
Fix lazy parser for more complex expressions
FrancescAlted
committed
25d2822
View commit details
Copy full SHA for 25d2822
View code at this point
Browse repository at this point
Commits on Nov 9, 2020
Derive dtshape from operands in exprs. Fixes #63.
FrancescAlted
committed
dddf8d5
View commit details
Copy full SHA for dddf8d5
View code at this point
Browse repository at this point
Commits on Nov 3, 2020
New way to create exprs from strings and udfs
FrancescAlted
committed
1ab28b3
View commit details
Copy full SHA for 1ab28b3
View code at this point
Browse repository at this point
Commits on Oct 31, 2020
More flexible ia.create_expr() and more code modernization
FrancescAlted
committed
45547f8
View commit details
Copy full SHA for 45547f8
View code at this point
Browse repository at this point
Commits on Oct 27, 2020
Get the cores by default only when nthreads is 0
FrancescAlted
committed
2a99d53
View commit details
Copy full SHA for 2a99d53
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
Check that evaluation of constants works. Closes #212 in MVP.
FrancescAlted
committed
9d9c64f
View commit details
Copy full SHA for 9d9c64f
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 30, 2020
Refactoring and some light API changes. Details follow:
Show description for ad9319a
FrancescAlted
committed
ad9319a
View commit details
Copy full SHA for ad9319a
View code at this point
Browse repository at this point
Commits on Sep 29, 2020
New high level ia.create_expr() API with tests and examples
FrancescAlted
committed
0bf413e
View commit details
Copy full SHA for 0bf413e
View code at this point
Browse repository at this point
Get rid of invalid values in asin evaluation
FrancescAlted
committed
86516a3
View commit details
Copy full SHA for 86516a3
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
Refactoring and more API simplifications in examples
FrancescAlted
committed
d5c6bcf
View commit details
Copy full SHA for d5c6bcf
View code at this point
Browse repository at this point
Commits on Sep 24, 2020
eval_method -> engine in Expr.eval()
FrancescAlted
committed
54caefe
View commit details
Copy full SHA for 54caefe
View code at this point
Browse repository at this point
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 22, 2020
Expr.bind_out_properties() to high_level for more flexibility
FrancescAlted
committed
b5648df
View commit details
Copy full SHA for b5648df
View code at this point
Browse repository at this point
Commits on Sep 4, 2020
Add a test that was nuked during last merge pf PR
FrancescAlted
committed
9fc3263
View commit details
Copy full SHA for 9fc3263
View code at this point
Browse repository at this point
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 Jul 3, 2020
WIP
aleixalcacer
committed
cf62417
View commit details
Copy full SHA for cf62417
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
Commits on Apr 15, 2020
Fix SVML dynamic loading
Aleix Alcacer
committed
8df785d
View commit details
Copy full SHA for 8df785d
View code at this point
Browse repository at this point
Commits on Apr 7, 2020
Adapt to new IARRAY_EVAL_* and compiler/interpreter naming schema
FrancescAlted
committed
419b2a7
View commit details
Copy full SHA for 419b2a7
View code at this point
Browse repository at this point
Commits on Mar 25, 2020
Comment a LLVM test that is crashing (will fix later)
FrancescAlted
committed
10eb291
View commit details
Copy full SHA for 10eb291
View code at this point
Browse repository at this point
Merge branch 'master' into llvm-david
jdavid
committed
ce28cff
View commit details
Copy full SHA for ce28cff
View code at this point
Browse repository at this point
Commits on Mar 24, 2020
Relax the precision in comparisons
FrancescAlted
committed
53f2af1
View commit details
Copy full SHA for 53f2af1
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.