apache-arrow
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -0,1 +1,6 @@ | ||
<a name="0.1.1"></a> | ||
## [0.1.1](https://github.com/graphistry/arrow/compare/v0.1.0...v0.1.1) (2017-08-26) | ||
<a name="0.1.0"></a> | ||
@@ -7,21 +12,6 @@ # 0.1.0 (2017-08-26) | ||
* **BitVector:** fix BitVector slice to return a Uint8Array ([b45ed85](https://github.com/graphistry/arrow/commit/b45ed85)) | ||
* **reader:** fix dictionary record batch reader, synthesize dictionary index metadata ([b33e371](https://github.com/graphistry/arrow/commit/b33e371)) | ||
* **vectors:** Add vector tests, fix slice behavior on LongVectors, and update externs. ([6a67b3b](https://github.com/graphistry/arrow/commit/6a67b3b)) | ||
* **vectors:** fix vector iteration, add more tests, improve iteration performance ([3aeab5a](https://github.com/graphistry/arrow/commit/3aeab5a)) | ||
### Features | ||
* **Arrow:** Initial commit of arrow reader, vectors, table ([544bca0](https://github.com/graphistry/arrow/commit/544bca0)) | ||
### Performance Improvements | ||
* **tests:** Add perf tests and fill out Table API ([bfcc17c](https://github.com/graphistry/arrow/commit/bfcc17c)) | ||
* **vector:** avoid memcpy during slice if possible ([e453148](https://github.com/graphistry/arrow/commit/e453148)) | ||
* **VirtualVector:** Inline the `findVirtual` calls so we don't eat the cost of iterating. ([d46f812](https://github.com/graphistry/arrow/commit/d46f812)) | ||
<a name="0.0.4"></a> | ||
@@ -28,0 +18,0 @@ ## 0.0.4 (2017-08-23) |
{ | ||
"name": "apache-arrow", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"main": "./targets/es5/cjs/Arrow.js", | ||
@@ -5,0 +5,0 @@ "module": "./targets/es5/esm/Arrow.js", |
@@ -0,1 +1,6 @@ | ||
<a name="0.1.1"></a> | ||
## [0.1.1](https://github.com/graphistry/arrow/compare/v0.1.0...v0.1.1) (2017-08-26) | ||
<a name="0.1.0"></a> | ||
@@ -7,21 +12,6 @@ # 0.1.0 (2017-08-26) | ||
* **BitVector:** fix BitVector slice to return a Uint8Array ([b45ed85](https://github.com/graphistry/arrow/commit/b45ed85)) | ||
* **reader:** fix dictionary record batch reader, synthesize dictionary index metadata ([b33e371](https://github.com/graphistry/arrow/commit/b33e371)) | ||
* **vectors:** Add vector tests, fix slice behavior on LongVectors, and update externs. ([6a67b3b](https://github.com/graphistry/arrow/commit/6a67b3b)) | ||
* **vectors:** fix vector iteration, add more tests, improve iteration performance ([3aeab5a](https://github.com/graphistry/arrow/commit/3aeab5a)) | ||
### Features | ||
* **Arrow:** Initial commit of arrow reader, vectors, table ([544bca0](https://github.com/graphistry/arrow/commit/544bca0)) | ||
### Performance Improvements | ||
* **tests:** Add perf tests and fill out Table API ([bfcc17c](https://github.com/graphistry/arrow/commit/bfcc17c)) | ||
* **vector:** avoid memcpy during slice if possible ([e453148](https://github.com/graphistry/arrow/commit/e453148)) | ||
* **VirtualVector:** Inline the `findVirtual` calls so we don't eat the cost of iterating. ([d46f812](https://github.com/graphistry/arrow/commit/d46f812)) | ||
<a name="0.0.4"></a> | ||
@@ -28,0 +18,0 @@ ## 0.0.4 (2017-08-23) |
@@ -5,3 +5,3 @@ { | ||
"name": "@apache-arrow/es2015-cjs", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Apache's columnar in-memory data format for big data analytics", | ||
@@ -8,0 +8,0 @@ "author": "Graphistry, Inc.", |
@@ -0,1 +1,6 @@ | ||
<a name="0.1.1"></a> | ||
## [0.1.1](https://github.com/graphistry/arrow/compare/v0.1.0...v0.1.1) (2017-08-26) | ||
<a name="0.1.0"></a> | ||
@@ -7,21 +12,6 @@ # 0.1.0 (2017-08-26) | ||
* **BitVector:** fix BitVector slice to return a Uint8Array ([b45ed85](https://github.com/graphistry/arrow/commit/b45ed85)) | ||
* **reader:** fix dictionary record batch reader, synthesize dictionary index metadata ([b33e371](https://github.com/graphistry/arrow/commit/b33e371)) | ||
* **vectors:** Add vector tests, fix slice behavior on LongVectors, and update externs. ([6a67b3b](https://github.com/graphistry/arrow/commit/6a67b3b)) | ||
* **vectors:** fix vector iteration, add more tests, improve iteration performance ([3aeab5a](https://github.com/graphistry/arrow/commit/3aeab5a)) | ||
### Features | ||
* **Arrow:** Initial commit of arrow reader, vectors, table ([544bca0](https://github.com/graphistry/arrow/commit/544bca0)) | ||
### Performance Improvements | ||
* **tests:** Add perf tests and fill out Table API ([bfcc17c](https://github.com/graphistry/arrow/commit/bfcc17c)) | ||
* **vector:** avoid memcpy during slice if possible ([e453148](https://github.com/graphistry/arrow/commit/e453148)) | ||
* **VirtualVector:** Inline the `findVirtual` calls so we don't eat the cost of iterating. ([d46f812](https://github.com/graphistry/arrow/commit/d46f812)) | ||
<a name="0.0.4"></a> | ||
@@ -28,0 +18,0 @@ ## 0.0.4 (2017-08-23) |
@@ -5,3 +5,3 @@ { | ||
"name": "@apache-arrow/es2015-esm", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Apache's columnar in-memory data format for big data analytics", | ||
@@ -8,0 +8,0 @@ "author": "Graphistry, Inc.", |
@@ -0,1 +1,6 @@ | ||
<a name="0.1.1"></a> | ||
## [0.1.1](https://github.com/graphistry/arrow/compare/v0.1.0...v0.1.1) (2017-08-26) | ||
<a name="0.1.0"></a> | ||
@@ -7,21 +12,6 @@ # 0.1.0 (2017-08-26) | ||
* **BitVector:** fix BitVector slice to return a Uint8Array ([b45ed85](https://github.com/graphistry/arrow/commit/b45ed85)) | ||
* **reader:** fix dictionary record batch reader, synthesize dictionary index metadata ([b33e371](https://github.com/graphistry/arrow/commit/b33e371)) | ||
* **vectors:** Add vector tests, fix slice behavior on LongVectors, and update externs. ([6a67b3b](https://github.com/graphistry/arrow/commit/6a67b3b)) | ||
* **vectors:** fix vector iteration, add more tests, improve iteration performance ([3aeab5a](https://github.com/graphistry/arrow/commit/3aeab5a)) | ||
### Features | ||
* **Arrow:** Initial commit of arrow reader, vectors, table ([544bca0](https://github.com/graphistry/arrow/commit/544bca0)) | ||
### Performance Improvements | ||
* **tests:** Add perf tests and fill out Table API ([bfcc17c](https://github.com/graphistry/arrow/commit/bfcc17c)) | ||
* **vector:** avoid memcpy during slice if possible ([e453148](https://github.com/graphistry/arrow/commit/e453148)) | ||
* **VirtualVector:** Inline the `findVirtual` calls so we don't eat the cost of iterating. ([d46f812](https://github.com/graphistry/arrow/commit/d46f812)) | ||
<a name="0.0.4"></a> | ||
@@ -28,0 +18,0 @@ ## 0.0.4 (2017-08-23) |
@@ -5,3 +5,3 @@ { | ||
"name": "@apache-arrow/es2015-umd", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Apache's columnar in-memory data format for big data analytics", | ||
@@ -8,0 +8,0 @@ "author": "Graphistry, Inc.", |
@@ -0,1 +1,6 @@ | ||
<a name="0.1.1"></a> | ||
## [0.1.1](https://github.com/graphistry/arrow/compare/v0.1.0...v0.1.1) (2017-08-26) | ||
<a name="0.1.0"></a> | ||
@@ -7,21 +12,6 @@ # 0.1.0 (2017-08-26) | ||
* **BitVector:** fix BitVector slice to return a Uint8Array ([b45ed85](https://github.com/graphistry/arrow/commit/b45ed85)) | ||
* **reader:** fix dictionary record batch reader, synthesize dictionary index metadata ([b33e371](https://github.com/graphistry/arrow/commit/b33e371)) | ||
* **vectors:** Add vector tests, fix slice behavior on LongVectors, and update externs. ([6a67b3b](https://github.com/graphistry/arrow/commit/6a67b3b)) | ||
* **vectors:** fix vector iteration, add more tests, improve iteration performance ([3aeab5a](https://github.com/graphistry/arrow/commit/3aeab5a)) | ||
### Features | ||
* **Arrow:** Initial commit of arrow reader, vectors, table ([544bca0](https://github.com/graphistry/arrow/commit/544bca0)) | ||
### Performance Improvements | ||
* **tests:** Add perf tests and fill out Table API ([bfcc17c](https://github.com/graphistry/arrow/commit/bfcc17c)) | ||
* **vector:** avoid memcpy during slice if possible ([e453148](https://github.com/graphistry/arrow/commit/e453148)) | ||
* **VirtualVector:** Inline the `findVirtual` calls so we don't eat the cost of iterating. ([d46f812](https://github.com/graphistry/arrow/commit/d46f812)) | ||
<a name="0.0.4"></a> | ||
@@ -28,0 +18,0 @@ ## 0.0.4 (2017-08-23) |
@@ -5,3 +5,3 @@ { | ||
"name": "@apache-arrow/es5-cjs", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Apache's columnar in-memory data format for big data analytics", | ||
@@ -8,0 +8,0 @@ "author": "Graphistry, Inc.", |
@@ -0,1 +1,6 @@ | ||
<a name="0.1.1"></a> | ||
## [0.1.1](https://github.com/graphistry/arrow/compare/v0.1.0...v0.1.1) (2017-08-26) | ||
<a name="0.1.0"></a> | ||
@@ -7,21 +12,6 @@ # 0.1.0 (2017-08-26) | ||
* **BitVector:** fix BitVector slice to return a Uint8Array ([b45ed85](https://github.com/graphistry/arrow/commit/b45ed85)) | ||
* **reader:** fix dictionary record batch reader, synthesize dictionary index metadata ([b33e371](https://github.com/graphistry/arrow/commit/b33e371)) | ||
* **vectors:** Add vector tests, fix slice behavior on LongVectors, and update externs. ([6a67b3b](https://github.com/graphistry/arrow/commit/6a67b3b)) | ||
* **vectors:** fix vector iteration, add more tests, improve iteration performance ([3aeab5a](https://github.com/graphistry/arrow/commit/3aeab5a)) | ||
### Features | ||
* **Arrow:** Initial commit of arrow reader, vectors, table ([544bca0](https://github.com/graphistry/arrow/commit/544bca0)) | ||
### Performance Improvements | ||
* **tests:** Add perf tests and fill out Table API ([bfcc17c](https://github.com/graphistry/arrow/commit/bfcc17c)) | ||
* **vector:** avoid memcpy during slice if possible ([e453148](https://github.com/graphistry/arrow/commit/e453148)) | ||
* **VirtualVector:** Inline the `findVirtual` calls so we don't eat the cost of iterating. ([d46f812](https://github.com/graphistry/arrow/commit/d46f812)) | ||
<a name="0.0.4"></a> | ||
@@ -28,0 +18,0 @@ ## 0.0.4 (2017-08-23) |
@@ -5,3 +5,3 @@ { | ||
"name": "@apache-arrow/es5-esm", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Apache's columnar in-memory data format for big data analytics", | ||
@@ -8,0 +8,0 @@ "author": "Graphistry, Inc.", |
@@ -0,1 +1,6 @@ | ||
<a name="0.1.1"></a> | ||
## [0.1.1](https://github.com/graphistry/arrow/compare/v0.1.0...v0.1.1) (2017-08-26) | ||
<a name="0.1.0"></a> | ||
@@ -7,21 +12,6 @@ # 0.1.0 (2017-08-26) | ||
* **BitVector:** fix BitVector slice to return a Uint8Array ([b45ed85](https://github.com/graphistry/arrow/commit/b45ed85)) | ||
* **reader:** fix dictionary record batch reader, synthesize dictionary index metadata ([b33e371](https://github.com/graphistry/arrow/commit/b33e371)) | ||
* **vectors:** Add vector tests, fix slice behavior on LongVectors, and update externs. ([6a67b3b](https://github.com/graphistry/arrow/commit/6a67b3b)) | ||
* **vectors:** fix vector iteration, add more tests, improve iteration performance ([3aeab5a](https://github.com/graphistry/arrow/commit/3aeab5a)) | ||
### Features | ||
* **Arrow:** Initial commit of arrow reader, vectors, table ([544bca0](https://github.com/graphistry/arrow/commit/544bca0)) | ||
### Performance Improvements | ||
* **tests:** Add perf tests and fill out Table API ([bfcc17c](https://github.com/graphistry/arrow/commit/bfcc17c)) | ||
* **vector:** avoid memcpy during slice if possible ([e453148](https://github.com/graphistry/arrow/commit/e453148)) | ||
* **VirtualVector:** Inline the `findVirtual` calls so we don't eat the cost of iterating. ([d46f812](https://github.com/graphistry/arrow/commit/d46f812)) | ||
<a name="0.0.4"></a> | ||
@@ -28,0 +18,0 @@ ## 0.0.4 (2017-08-23) |
@@ -5,3 +5,3 @@ { | ||
"name": "@apache-arrow/es5-umd", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Apache's columnar in-memory data format for big data analytics", | ||
@@ -8,0 +8,0 @@ "author": "Graphistry, Inc.", |
@@ -0,1 +1,6 @@ | ||
<a name="0.1.1"></a> | ||
## [0.1.1](https://github.com/graphistry/arrow/compare/v0.1.0...v0.1.1) (2017-08-26) | ||
<a name="0.1.0"></a> | ||
@@ -7,21 +12,6 @@ # 0.1.0 (2017-08-26) | ||
* **BitVector:** fix BitVector slice to return a Uint8Array ([b45ed85](https://github.com/graphistry/arrow/commit/b45ed85)) | ||
* **reader:** fix dictionary record batch reader, synthesize dictionary index metadata ([b33e371](https://github.com/graphistry/arrow/commit/b33e371)) | ||
* **vectors:** Add vector tests, fix slice behavior on LongVectors, and update externs. ([6a67b3b](https://github.com/graphistry/arrow/commit/6a67b3b)) | ||
* **vectors:** fix vector iteration, add more tests, improve iteration performance ([3aeab5a](https://github.com/graphistry/arrow/commit/3aeab5a)) | ||
### Features | ||
* **Arrow:** Initial commit of arrow reader, vectors, table ([544bca0](https://github.com/graphistry/arrow/commit/544bca0)) | ||
### Performance Improvements | ||
* **tests:** Add perf tests and fill out Table API ([bfcc17c](https://github.com/graphistry/arrow/commit/bfcc17c)) | ||
* **vector:** avoid memcpy during slice if possible ([e453148](https://github.com/graphistry/arrow/commit/e453148)) | ||
* **VirtualVector:** Inline the `findVirtual` calls so we don't eat the cost of iterating. ([d46f812](https://github.com/graphistry/arrow/commit/d46f812)) | ||
<a name="0.0.4"></a> | ||
@@ -28,0 +18,0 @@ ## 0.0.4 (2017-08-23) |
@@ -5,3 +5,3 @@ { | ||
"name": "@apache-arrow/esnext-cjs", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Apache's columnar in-memory data format for big data analytics", | ||
@@ -8,0 +8,0 @@ "author": "Graphistry, Inc.", |
@@ -0,1 +1,6 @@ | ||
<a name="0.1.1"></a> | ||
## [0.1.1](https://github.com/graphistry/arrow/compare/v0.1.0...v0.1.1) (2017-08-26) | ||
<a name="0.1.0"></a> | ||
@@ -7,21 +12,6 @@ # 0.1.0 (2017-08-26) | ||
* **BitVector:** fix BitVector slice to return a Uint8Array ([b45ed85](https://github.com/graphistry/arrow/commit/b45ed85)) | ||
* **reader:** fix dictionary record batch reader, synthesize dictionary index metadata ([b33e371](https://github.com/graphistry/arrow/commit/b33e371)) | ||
* **vectors:** Add vector tests, fix slice behavior on LongVectors, and update externs. ([6a67b3b](https://github.com/graphistry/arrow/commit/6a67b3b)) | ||
* **vectors:** fix vector iteration, add more tests, improve iteration performance ([3aeab5a](https://github.com/graphistry/arrow/commit/3aeab5a)) | ||
### Features | ||
* **Arrow:** Initial commit of arrow reader, vectors, table ([544bca0](https://github.com/graphistry/arrow/commit/544bca0)) | ||
### Performance Improvements | ||
* **tests:** Add perf tests and fill out Table API ([bfcc17c](https://github.com/graphistry/arrow/commit/bfcc17c)) | ||
* **vector:** avoid memcpy during slice if possible ([e453148](https://github.com/graphistry/arrow/commit/e453148)) | ||
* **VirtualVector:** Inline the `findVirtual` calls so we don't eat the cost of iterating. ([d46f812](https://github.com/graphistry/arrow/commit/d46f812)) | ||
<a name="0.0.4"></a> | ||
@@ -28,0 +18,0 @@ ## 0.0.4 (2017-08-23) |
@@ -5,3 +5,3 @@ { | ||
"name": "@apache-arrow/esnext-esm", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Apache's columnar in-memory data format for big data analytics", | ||
@@ -8,0 +8,0 @@ "author": "Graphistry, Inc.", |
@@ -0,1 +1,6 @@ | ||
<a name="0.1.1"></a> | ||
## [0.1.1](https://github.com/graphistry/arrow/compare/v0.1.0...v0.1.1) (2017-08-26) | ||
<a name="0.1.0"></a> | ||
@@ -7,21 +12,6 @@ # 0.1.0 (2017-08-26) | ||
* **BitVector:** fix BitVector slice to return a Uint8Array ([b45ed85](https://github.com/graphistry/arrow/commit/b45ed85)) | ||
* **reader:** fix dictionary record batch reader, synthesize dictionary index metadata ([b33e371](https://github.com/graphistry/arrow/commit/b33e371)) | ||
* **vectors:** Add vector tests, fix slice behavior on LongVectors, and update externs. ([6a67b3b](https://github.com/graphistry/arrow/commit/6a67b3b)) | ||
* **vectors:** fix vector iteration, add more tests, improve iteration performance ([3aeab5a](https://github.com/graphistry/arrow/commit/3aeab5a)) | ||
### Features | ||
* **Arrow:** Initial commit of arrow reader, vectors, table ([544bca0](https://github.com/graphistry/arrow/commit/544bca0)) | ||
### Performance Improvements | ||
* **tests:** Add perf tests and fill out Table API ([bfcc17c](https://github.com/graphistry/arrow/commit/bfcc17c)) | ||
* **vector:** avoid memcpy during slice if possible ([e453148](https://github.com/graphistry/arrow/commit/e453148)) | ||
* **VirtualVector:** Inline the `findVirtual` calls so we don't eat the cost of iterating. ([d46f812](https://github.com/graphistry/arrow/commit/d46f812)) | ||
<a name="0.0.4"></a> | ||
@@ -28,0 +18,0 @@ ## 0.0.4 (2017-08-23) |
@@ -5,3 +5,3 @@ { | ||
"name": "@apache-arrow/esnext-umd", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Apache's columnar in-memory data format for big data analytics", | ||
@@ -8,0 +8,0 @@ "author": "Graphistry, Inc.", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7689841