Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Balint Balazs
B3D
Commits
5e4de7e0
Commit
5e4de7e0
authored
Mar 17, 2018
by
Balint Balazs
Browse files
Update README.md
parent
31a1b5af
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
5e4de7e0
...
@@ -19,7 +19,7 @@ latest version here: [https://support.hdfgroup.org/HDF5/release/obtain518.html](
...
@@ -19,7 +19,7 @@ latest version here: [https://support.hdfgroup.org/HDF5/release/obtain518.html](
*
CUDA capable graphics card, minimum Compute Capability 3.0
*
CUDA capable graphics card, minimum Compute Capability 3.0
*
CUDA 8 compatible graphics driver (for GeForce products 378.66 or later)
*
CUDA 8 compatible graphics driver (for GeForce products 378.66 or later)
HDF5 1.10
should also be compatible, but was not tes
ted.
HDF5 1.10
.x versions are currently
**not**
suppor
ted.
## Installation
## Installation
All necessary binary files can be found in the
`win64`
folder. In order for
All necessary binary files can be found in the
`win64`
folder. In order for
...
@@ -85,6 +85,16 @@ with 16 bit data).
...
@@ -85,6 +85,16 @@ with 16 bit data).
*
Datasets of 2 or 3 dimensions
*
Datasets of 2 or 3 dimensions
*
signed or unsigned 8 bit or 16 bit integers
*
signed or unsigned 8 bit or 16 bit integers
### Using the filter plugin with Anaconda
Anaconda currently (version 5.0.1) ships with version 1.10.1 of the "hdf5"
package. This is currently not supported by the plugin. In most cases running
```
> conda install h5py
```
will install the compatible packages, and will allow Anaconda users to read/write
compressed files. If this is not the case, you should manually install version
1.
8.x (x>15) of the "hdf5" package for Anaconda.
## Usage examples
## Usage examples
Example scripts are located in the
`sample_scripts`
folder. Currently this
Example scripts are located in the
`sample_scripts`
folder. Currently this
includes a Python example (tested with Python 2.7.10 and 3.5.3)
includes a Python example (tested with Python 2.7.10 and 3.5.3)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment