Skip to content
This repository has been archived by the owner on Jul 17, 2019. It is now read-only.

Commit

Permalink
Merge pull request #36 from JuliaData/jq/gangy
Browse files Browse the repository at this point in the history
Next iteration of DataStreams API
  • Loading branch information
quinnj committed Aug 24, 2017
2 parents 0b12511 + 332995e commit ef3ce84
Show file tree
Hide file tree
Showing 7 changed files with 767 additions and 295 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ os:
- osx

julia:
- 0.5
- 0.6
- nightly

notifications:
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

| **Documentation** | **PackageEvaluator** | **Build Status** |
|:-------------------------------------------------------------------------------:|:---------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:|
| [![][docs-stable-img]][docs-stable-url] [![][docs-latest-img]][docs-latest-url] | [![][pkg-0.4-img]][pkg-0.4-url] [![][pkg-0.5-img]][pkg-0.5-url] | [![][travis-img]][travis-url] [![][appveyor-img]][appveyor-url] [![][codecov-img]][codecov-url] |
| [![][docs-stable-img]][docs-stable-url] [![][docs-latest-img]][docs-latest-url] | [![][pkg-0.6-img]][pkg-0.6-url] [![][pkg-0.7-img]][pkg-0.7-url] | [![][travis-img]][travis-url] [![][appveyor-img]][appveyor-url] [![][codecov-img]][codecov-url] |


## Installation
Expand All @@ -23,7 +23,7 @@ julia> Pkg.add("DataStreams")

## Project Status

The package is tested against Julia `0.4` and *current* `0.5` on Linux, OS X, and Windows.
The package is tested against Julia `0.6` and *current* `0.7`/`1.0` on Linux, OS X, and Windows.

## Contributing and Questions

Expand All @@ -49,7 +49,7 @@ Contributions are very welcome, as are feature requests and suggestions. Please

[issues-url]: https://github.com/JuliaData/DataStreams.jl/issues

[pkg-0.4-img]: http://pkg.julialang.org/badges/DataStreams_0.4.svg
[pkg-0.4-url]: http://pkg.julialang.org/?pkg=DataStreams
[pkg-0.5-img]: http://pkg.julialang.org/badges/DataStreams_0.5.svg
[pkg-0.5-url]: http://pkg.julialang.org/?pkg=DataStreams
[pkg-0.6-img]: http://pkg.julialang.org/badges/DataStreams_0.6.svg
[pkg-0.6-url]: http://pkg.julialang.org/?pkg=DataStreams
[pkg-0.7-img]: http://pkg.julialang.org/badges/DataStreams_0.7.svg
[pkg-0.7-url]: http://pkg.julialang.org/?pkg=DataStreams
9 changes: 3 additions & 6 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
julia 0.5
DataFrames
NullableArrays 0.0.9
CategoricalArrays 0.0.5
WeakRefStrings 0.1.3
Compat 0.17
julia 0.6
WeakRefStrings 0.3.0
Nulls 0.0.5
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
matrix:
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x86/0.5/julia-0.5-latest-win32.exe"
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.5/julia-0.5-latest-win64.exe"
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x86/0.6/julia-0.6-latest-win32.exe"
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"

Expand Down
Loading

0 comments on commit ef3ce84

Please sign in to comment.