Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / vindaar/nimhdf5 issues and pull requests

#78 - Fix `DEBUG_HDF5` and some minor leaks, add `fromH5` for `ref objects`

Pull Request - State: closed - Opened by Vindaar 2 months ago - 1 comment

#77 - How to cleanup memory?

Issue - State: closed - Opened by arkanoid87 4 months ago - 1 comment

#76 - `Error: type mismatch` when defining `DEBUG_HDF5`

Issue - State: closed - Opened by arkanoid87 4 months ago

#75 - Fixes a few more possible sources of crashes

Pull Request - State: closed - Opened by Vindaar 6 months ago

#74 - String support for datasets.

Issue - State: closed - Opened by ingoogni 8 months ago - 3 comments

#73 - Refactor attributes logic

Pull Request - State: closed - Opened by Vindaar 9 months ago

#72 - Update attributes.nim

Pull Request - State: closed - Opened by arkanoid87 9 months ago - 1 comment

#71 - handle calls to `add` / `write_hyperslab` if input empty

Pull Request - State: closed - Opened by Vindaar about 1 year ago

#70 - Fix `copy` regression and usage for certain applications

Pull Request - State: closed - Opened by Vindaar about 1 year ago

#69 - fix shape not being taken into account for JSON reading

Pull Request - State: closed - Opened by Vindaar about 1 year ago

#68 - Minor matlab fixes

Pull Request - State: closed - Opened by Vindaar about 1 year ago

#67 - Iterator bugfix, basic JSON reader, experimental Matlab interface helper

Pull Request - State: closed - Opened by Vindaar about 1 year ago

#66 - Fix some compilation warnings

Pull Request - State: closed - Opened by AngelEzquerra about 1 year ago - 1 comment

#65 - pretty_print: fix a few formatting issues

Pull Request - State: closed - Opened by AngelEzquerra about 1 year ago - 2 comments

#64 - fix very hard to detect segfault on Windows

Pull Request - State: closed - Opened by Vindaar about 1 year ago - 1 comment

#63 - Buffer improvements for `copyflat`

Pull Request - State: closed - Opened by Vindaar about 1 year ago

#62 - Fix windows, closes #61

Pull Request - State: closed - Opened by Vindaar about 1 year ago

#61 - Windows support

Issue - State: open - Opened by Vindaar about 1 year ago - 1 comment

#60 - Basic serialization for objects

Pull Request - State: closed - Opened by Vindaar over 1 year ago

#59 - Returns nothing

Issue - State: closed - Opened by AmjadHD almost 2 years ago - 1 comment

#58 - More overloads working with `ptr T`

Pull Request - State: closed - Opened by Vindaar almost 2 years ago - 1 comment

#57 - String dsets and slicing

Pull Request - State: closed - Opened by Vindaar over 2 years ago

#57 - String dsets and slicing

Pull Request - State: closed - Opened by Vindaar over 2 years ago

#55 - add `overwrite` option to `write_dataset` helper

Pull Request - State: closed - Opened by Vindaar over 2 years ago

#54 - VLEN improvements, fix `copy` regression

Pull Request - State: closed - Opened by Vindaar over 2 years ago

#53 - fix `akTruncate` and `blosc`

Pull Request - State: closed - Opened by Vindaar almost 3 years ago

#52 - Further `=destroy` fixes and raise on failed open

Pull Request - State: closed - Opened by Vindaar almost 3 years ago

#51 - fixup `=destroy` hooks to clean up properly

Pull Request - State: closed - Opened by Vindaar almost 3 years ago

#50 - add `getOrCreateGroup`

Pull Request - State: closed - Opened by Vindaar almost 3 years ago

#49 - Re-add missing import & fix `open` segfaulting for non existing datasets

Pull Request - State: closed - Opened by Vindaar almost 3 years ago

#48 - fix hdf5_debug trace

Pull Request - State: closed - Opened by Clonkk almost 3 years ago - 1 comment

#46 - Support `H5FD_CORE` file driver for in-memory files

Issue - State: open - Opened by Vindaar about 3 years ago

#45 - Fix `visit_file` for C++ backend

Pull Request - State: closed - Opened by Vindaar about 3 years ago

#44 - fix issues high level example

Issue - State: open - Opened by Vindaar over 3 years ago - 1 comment

#43 - Fix high level example, setup github actions

Pull Request - State: closed - Opened by Vindaar over 3 years ago

#42 - Help getting started

Issue - State: closed - Opened by telatin over 3 years ago - 5 comments

#41 - Replace travis by Github actions

Issue - State: closed - Opened by Vindaar almost 4 years ago - 1 comment

#40 - Improve dset/group handling

Pull Request - State: closed - Opened by Vindaar almost 4 years ago

#39 - Opening file if already opened elsewhere can lead to weird runtime errors

Issue - State: open - Opened by Vindaar almost 4 years ago - 1 comment

#38 - add compound datatypes, seq[string] attributes, fix csize ⇒ csize_t

Pull Request - State: closed - Opened by Vindaar almost 4 years ago

#37 - Miscellaneous fixes for data types and iterators

Pull Request - State: closed - Opened by Vindaar over 4 years ago

#36 - Fixes mapping of H5 types to Nim types, fixes #35

Pull Request - State: closed - Opened by Vindaar over 4 years ago

#35 - H5T_STD_I32LE is converted to int64. and data becomes garbage

Issue - State: closed - Opened by hkrish over 4 years ago - 6 comments

#34 - remove dependency on typetraits, typeinfo, add custom enum

Pull Request - State: closed - Opened by Vindaar over 4 years ago

#33 - Fix copy attributes in certain circumstances

Pull Request - State: closed - Opened by Vindaar about 5 years ago

#32 - make all objects `ref objects`, add attribute JSON iterator

Pull Request - State: closed - Opened by Vindaar about 5 years ago

#31 - push new release v0.2.15, hopefully fixes #30

Pull Request - State: closed - Opened by Vindaar about 5 years ago

#30 - Error: cannot convert -1 to haddr_t

Issue - State: closed - Opened by strombom about 5 years ago - 4 comments

#29 - fix code to work for csize being unsigned int

Pull Request - State: closed - Opened by Vindaar about 5 years ago

#28 - now reading from that file, dataset dimensions seem to be mismatching

Issue - State: open - Opened by clive-g-brown over 5 years ago - 3 comments

#27 - I get this just on using H5file

Issue - State: closed - Opened by clive-g-brown over 5 years ago - 3 comments

#26 - Add `add` proc to resize chunked storage by adding data to it

Pull Request - State: closed - Opened by Vindaar over 5 years ago

#25 - Test case for group / dataset deletion, closes #5

Pull Request - State: closed - Opened by Vindaar over 5 years ago

#24 - Introduce `readAs` for whole datasets

Pull Request - State: closed - Opened by Vindaar over 5 years ago

#22 - Enable CI via Travis

Pull Request - State: closed - Opened by Vindaar over 5 years ago

#21 - [Design] change storage of groups / datasets

Issue - State: open - Opened by Vindaar about 6 years ago - 1 comment
Labels: question

#20 - Generate docs

Issue - State: open - Opened by Vindaar about 6 years ago - 1 comment

#19 - Setup travis CI

Issue - State: open - Opened by Vindaar about 6 years ago - 1 comment

#18 - Add support for HDF5 version 1.10.(3 | 4)

Issue - State: closed - Opened by Vindaar about 6 years ago - 1 comment

#17 - Using `chunksize` with `maxshape = @[]` results in weird error

Issue - State: closed - Opened by Vindaar about 6 years ago - 1 comment

#16 - Add syntactic sugar to read and write hyperslabs

Issue - State: open - Opened by Vindaar over 6 years ago
Labels: feature

#15 - Add more filter support

Issue - State: open - Opened by Vindaar over 6 years ago
Labels: feature

#14 - Change default opening / closing behavior of wrapper

Issue - State: open - Opened by Vindaar over 6 years ago - 4 comments
Labels: enhancement

#13 - losing track of open attributes

Issue - State: closed - Opened by Vindaar over 6 years ago - 1 comment
Labels: bug, high priority

#12 - add compound data types

Issue - State: closed - Opened by Vindaar over 6 years ago - 1 comment
Labels: high priority, feature

#11 - cannot hand `int64` to `create_dataset` as type, due to clash with hid_t

Issue - State: closed - Opened by Vindaar over 6 years ago - 1 comment

#10 - remove unnecessary requirements of mutable objects in many procs

Issue - State: closed - Opened by Vindaar over 6 years ago - 2 comments
Labels: enhancement

#9 - datatype mismatch when writing and reading datasets

Issue - State: closed - Opened by Vindaar over 6 years ago
Labels: bug

#8 - Add error message in case writes fail due to missing write permission

Issue - State: open - Opened by Vindaar over 6 years ago
Labels: enhancement

#7 - Change shared library suffix

Issue - State: closed - Opened by sdwfrost almost 7 years ago - 2 comments

#6 - `h5_create_dataset_hl` fails to compile

Issue - State: closed - Opened by sdwfrost almost 7 years ago - 2 comments

#5 - add `delete` proc to delete datasets or groups

Issue - State: closed - Opened by Vindaar almost 7 years ago - 1 comment
Labels: feature

#4 - add ability to read hyperslabs

Issue - State: closed - Opened by Vindaar almost 7 years ago - 1 comment
Labels: high priority, feature

#3 - add `contains` proc for file and groups

Issue - State: closed - Opened by Vindaar almost 7 years ago - 1 comment
Labels: feature

#2 - add iterators for groups, attributes

Issue - State: open - Opened by Vindaar almost 7 years ago - 2 comments
Labels: feature

#1 - refactor code into several files

Issue - State: closed - Opened by Vindaar almost 7 years ago - 1 comment
Labels: high priority