Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/georust/netcdf

High-level netCDF bindings for Rust
https://github.com/georust/netcdf

Added documentation

3649d4cd3585c1907d627fbcfb2d124b4b59f182 authored over 7 years ago by evomassiny <[email protected]>
Fixed Vector size

3c0fbf40077bed2c96c3dadb69f5be01ada8ef75 authored over 7 years ago by evomassiny <[email protected]>
Added dimensions length check

44a084752fae3f52bd80c2b30448aeb3928be2fc authored over 7 years ago by Yves MOISAN <[email protected]>
Added test for indexed fetch

194705870b4548f390f5e4aebe18963fccbf7271 authored over 7 years ago by Yves MOISAN <[email protected]>
First attempt to fetch indexed values

6a6b6da0bb46996e5460c91931ce4a79945f157f authored over 7 years ago by Yves MOISAN <[email protected]>
added docstring

2953ecc42bacc19fd61c9578e7460c6f0076d801 authored over 7 years ago by evomassiny <[email protected]>
Added support for ndarray

2ca403740ebbe7d842bdf81e94397960ba674208 authored over 7 years ago by evomassiny <[email protected]>
Merge branch 'master' of https://github.com/mhiley/rust-netcdf into develop

698ad4271a9ca1b42334d0887909e4797afe052e authored over 7 years ago by evomassiny <[email protected]>
Merge pull request #3 from evomassiny/master

Change header name in netcdf-sys

b8f0857d0c8a49e843b8598afe50da373a3a8135 authored over 7 years ago by Michael Hiley <[email protected]>
updated libc + lazy_static

ee999654a4ff3fe92706c3c8f84d0647ce0320f5 authored over 7 years ago by evomassiny <[email protected]>
turned '::libc' to 'libc', for clarity

8d7e45bdf0462ab03b273e94215595ca4157c431 authored over 7 years ago by evomassiny <[email protected]>
Added doc

564525896c67cb56e553cb8087d6abe912b3503c authored over 7 years ago by Evo massiny <[email protected]>
Added implicit cast (using generics)

f49c3edccdcfa85c8b405e5488934c56a851ba3f authored over 7 years ago by Evo massiny <[email protected]>
Revert "implement Display for Attribute + cast in self.get_char"

This reverts commit 5cbaab15f81861cd32b0fd2daa2679cd5da92677.

78dd96ddd939420e2032c6e0e65f21625adc5984 authored over 7 years ago by Evo massiny <[email protected]>
Travis attempt (hugely inspired from the python netCDF4 repository)

36c8b48bf45f965949b99d1f76f85bab1df49428 authored over 7 years ago by Evo massiny <[email protected]>
Revert "Changed local dependency syntax according to cargo doc."

This reverts commit 65243a5e3c652e7e5f6a8b0d936ce029e25f4901.

1d0a1b36ec28851297b8025a93c03a7283fc6840 authored about 8 years ago by Yves MOISAN <[email protected]>
Try using "-j1"

f4c1ef0466ed284e257aa8be35d868bfb6e9b3af authored about 8 years ago by Yves MOISAN <[email protected]>
Changed rust version

fd8ef3dc4f44e75f411eec352efa3fd2f253ffea authored about 8 years ago by Yves MOISAN <[email protected]>
Changed local dependency syntax according to cargo doc.

65243a5e3c652e7e5f6a8b0d936ce029e25f4901 authored about 8 years ago by Yves MOISAN <[email protected]>
implement Display for Attribute + cast in self.get_char

(which leads to a HUGE if/else if :/)

5cbaab15f81861cd32b0fd2daa2679cd5da92677 authored over 8 years ago by Yves MOISAN <[email protected]>
Removed nc_write flag in nc_create call

aa7f785e9e7d9ea02e30e1232f36db60f2a9192a authored over 8 years ago by Yves MOISAN <[email protected]>
Changed path to netcdf-sys dependancy

d841167450e8013300690a47ea87e21488a6d4ee authored over 8 years ago by Yves MOISAN <[email protected]>
Renamed netcdf_v4.3.3.1.h to netcdf.h + Added include directory

(build.rs / gcc)

2677a8782f203283b82644ffedb268dd4a4507ab authored over 8 years ago by Yves MOISAN <[email protected]>
travis: fix netcdf path (uuugh)

5ec825232b0f79cfedfe115c41e19fc308554f58 authored over 9 years ago by Mike Hiley <[email protected]>
ugh, get gzipped version of HDF5

5132736d32955659e621a32f67a98643c7e04d5f authored over 9 years ago by Mike Hiley <[email protected]>
travis: try building latest netcdf from source

1213152f7ddb470846a50b1fd5bd39b59925ed05 authored over 9 years ago by Mike Hiley <[email protected]>
travis: os setting doesn't seem to work; try linux

97eac84b26631f8b6f086b8ad6a6f3e8b7426aad authored over 9 years ago by Mike Hiley <[email protected]>
try to at least get OSX travis build working

d5da31d1d514cae3bcd2e70b18a76dc7037524f5 authored over 9 years ago by Mike Hiley <[email protected]>
crates.io has max of keywords

98f7b2baa12331c7f21a6925e749d81b41adee90 authored over 9 years ago by Mike Hiley <[email protected]>
depend on netcdf-sys from crates.io

ce45db9469cfe3b4bdb4b9a345d4d10dccf68f71 authored over 9 years ago by Mike Hiley <[email protected]>
Hard-code netcdf bindings...

Bindgen dependency is going to cause trouble everywhere.

92a800a81a2f1263c30e8629d8e07ce032be2871 authored over 9 years ago by Mike Hiley <[email protected]>
try to trigger Travis build

317b7aa58b3b3891dffb8a1f380808b25669fd07 authored over 9 years ago by Mike Hiley <[email protected]>
Initializing from scratch repo

2cd4311b008f2abf17eb41b157cd23c04d6acbb8 authored over 9 years ago by Mike Hiley <[email protected]>
Initial commit

c81b979a7ad4a3d254f21ef5811abbf2efe23a5a authored over 9 years ago by Michael Hiley <[email protected]>