openPMD-api
Todo List
Member openPMD::BaseRecord< T_elem >::unitDimension () const
add also, as soon as added in Container:
Member openPMD::Container< T, T_key, T_container >::emplace (Args &&... args) -> decltype(InternalContainer().emplace(std::forward< Args >(args)...))
add also:
Member openPMD::Container< T, T_key, T_container >::erase (iterator res)
why does const_iterator not work compile with pybind11?
Member openPMD::detail::BufferedActions::m_attributeReads
This one is unnecessary, in the new schema, attribute reads do not need to be deferred, but can happen instantly without performance penalty, once preloadAttributes has been filled.
Member openPMD::HDF5IOHandlerImpl::createDataset (Writable *, Parameter< Operation::CREATE_DATASET > const &) override

add per dataset chunk control from JSON config

allow overwrite with user-provided chunk size

Class openPMD::PatchRecordComponent
add support for constant patch record components
Member openPMD::PatchRecordComponent::load (std::shared_ptr< T >)
add support for constant patch record components
Member openPMD::RecordComponent::m_name
Merge functionality with ownKeyInParent?