hdfdict icon indicating copy to clipboard operation
hdfdict copied to clipboard

Helps h5py to dump and load dictionaries.

Results 6 hdfdict issues
Sort by recently updated
recently updated
newest added

The example script shown in the readme does not appear to run. It throws a `FileNotFoundError`. Tested with `h5py` version `3.7.0`: ``` FileNotFoundError: [Errno 2] Unable to open file (unable...

Could you please add in your dependencies a restriction on the PyYAML version i.e. PyYAML < 6.0 Thanks !

#### While Performing : ``` hdfdict.load(fname) OR hdfdict.dump(ans, newfname) ``` The following `H5pyDeprecationWarning` occurs : ``` /usr/local/lib/python3.7/dist-packages/hdfdict/hdfdict.py:22: H5pyDeprecationWarning: The default file mode will change to 'r' (read-only) in h5py 3.0....

I hope this small change is alright with you. PyYaml has version 6.0. This allows more newer Python enviroments to still use this package. Feel free to change anything you...

Dear developers, When I install `hdfdict` via ```bash python3.10 -m pip install hdfdict ``` I get the following warnings: ```bash DEPRECATION: distro-info 1.1build1 has a non-standard version number. pip 23.3...

The package installed in a new environment using ``pip install git+https://github.com/SiggiGue/hdfdict.git `` is not usable, since from the release of numpy 2.0.0 ``np.string_`` has been removed in favor of ``np.bytes_``,...