Skip to content

Commit

Permalink
add DataType::index_t, wrap more DataType helpers into python, imp is…
Browse files Browse the repository at this point in the history
…_index_t (#724)
  • Loading branch information
cyrush committed Mar 9, 2021
1 parent 0096176 commit 5b93836
Show file tree
Hide file tree
Showing 6 changed files with 1,543 additions and 526 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,19 @@ and this project aspires to adhere to [Semantic Versioning](https://semver.org/s

### Added

#### General
- Added DataType::index_t method. Creates a DataType instance that describes an `index_t`, which is an alias to either `int32`, or `int 64` controlled by the `CONDUIT_INDEX_32` compile time option.
- Added several more methods to Python DataType interface

#### Relay
- Added Relay HDF5 support for reading and writing to an HDF5 dataset with offset.
- Added `conduit::relay::io::hdf5::read_info` which allows you to obtain metadata from an HDF5 file.

### Fixed

#### General
- Fixed missing implementation of DataType::is_index_t


## [0.7.1] - Released 2021-02-11

Expand Down
Loading

0 comments on commit 5b93836

Please sign in to comment.