Skip to content

issues Search Results · repo:FrancescAlted/caterva language:C

Filter by

38 results
 (67 ms)

38 results

inFrancescAlted/caterva (press backspace or delete to remove)

COPYING file is GNU GPL LICENSE file is BSD like. the documentation overall is kind of hinting that the LICENSE file is the one for further contributions I am not the only one confused as Github classifies ...
  • alichnewsky
  • 2
  • Opened 
    on Sep 6, 2022
  • #115

I have a 1GB dataset that contains a lot of identical (zero) bytes. It compresses down to ~640KB. The dimensions are: Element size: 1 byte Entire data: 1024x1024x1024 Chunk: 64x64x64 Block: 32x16x64 I ...
  • muusbolla
  • 1
  • Opened 
    on Mar 29, 2022
  • #107

Up to now, in Caterva the first parameter of every function is a caterva_ctx_t * (it contains malloc/free functions along with other general parameters). I think we should consider adding it to caterva_resize ...
  • aleixalcacer
  • 3
  • Opened 
    on Jan 28, 2022
  • #99

In caterva.h there are two free functions with parameters that I am not sure if have the correct structures: int caterva_ctx_free(caterva_ctx_t **ctx); int caterva_free(caterva_ctx_t *ctx, caterva_array_t ...
  • oscargm98
  • 1
  • Opened 
    on Jan 27, 2022
  • #98

For the moment, a resize of an array with original dimension = 0 (e.g. with original shape {3, 0, 5}) won t be supported to avoid dividing by 0 when updating the shapes. Zarr has the same behavior (see ...
  • martaiborra
  • 3
  • Opened 
    on Jan 20, 2022
  • #96

This would allow to extend/shrink an array in different dimensions. I suggest a new function with a signature similar to this: /** * @brief Resize a caterva array * * Changes the shape of the caterva ...
enhancement
high priority
  • FrancescAlted
  • 1
  • Opened 
    on Jan 13, 2022
  • #95

This typo needs to be fixed across all the sources. Unfortunately, the change will break the API back-compatibility, but I feel it s early enough in the project to break it.
  • DimitriPapadopoulos
  • Opened 
    on Nov 27, 2021
  • #89

When running the tests, the following tests fail: - caterva_test_copy - caterva_test_persistency - caterva_test_serialize Some is due to the fact that we check if the function remove_urlpath failed ...
  • martaiborra
  • Opened 
    on Sep 24, 2021
  • #84

The get_slice does not copy the metalayers and the vlmetalayers.
  • aleixalcacer
  • Opened 
    on Jul 5, 2021
  • #79

  • aleixalcacer
  • 1
  • Opened 
    on Jun 30, 2021
  • #76
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub