Giter VIP home page Giter VIP logo

jzarr's People

Contributors

chris-allan avatar dependabot[bot] avatar electricsam avatar forman avatar joshmoore avatar marpet avatar melissalinkert avatar pedson avatar sabineembacher avatar sbesson avatar vreuter avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

sbesson vreuter

jzarr's Issues

Build of 0.4.0 failed to publish to maven central

  • blosc results differ (see below)
  • why did only the maven build fail??

https://github.com/zarr-developers/jzarr/actions/runs/5335179085/jobs/9668035098#step:5:1412

Warning:  Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.011 s - in com.bc.zarr.BloscCompressorTest
[INFO] 
[INFO] Results:
[INFO] 
Error:  Failures: 
Error:    ZarrArrayTest_saveMultithreading.parallelWriting_toTheSameChunk_withCompression_blosc:101->multithreaded_write_read_roundtrip:154 
Expected: is <0>
     but: was <19>
Error:    ZarrArrayTest_saveMultithreading.parallelWriting_toTheSameChunk_withCompression_blosc_With_ZipStore:83->multithreaded_write_read_roundtrip:154 
Expected: is <0>
     but: was <19>
[INFO] 
Error:  Tests run: 156, Failures: 2, Errors: 0, Skipped: 1

cc: @melissalinkert @pedson @MSanKeys963

Allow GPG signing to be skipped in development

jzarr/pom.xml

Lines 246 to 262 in d4f85aa

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
<configuration>
<keyname>9F88D86AD9A0D91E</keyname>
</configuration>
</execution>
</executions>
</plugin>
was introduced as part of 00180d1 as a prerequisite to the deployment to OSS Sonatype - see https://central.sonatype.org/publish/requirements/#sign-files-with-gpgpgp.

While this works very elegantly in the context of artifact publication via GitHub Actions, this breaks local developer workflow while running mvn install. Supporting both workflows might require defining a profile to allow the artifact signing to be triggered conditionally.

Unexpected keyword argument 'numThreads' when reading Java Zarr with Python

Hi,

When creating Blosc compressor with

Compressor compressor = CompressorFactory.create("blosc", "cname", "zstd", "clevel", 9, "blocksize", 0, "shuffle", 1);

A new optional parameter for Blosc "nthreads" is added into the .zarray metadata file as

"numThreads" : 1

And this is what I got when reading this Zarr with the Python API

  File "numcodecs\blosc.pyx", line 548, in numcodecs.blosc.Blosc.__init__
TypeError: __init__() got an unexpected keyword argument 'numThreads'

Since 'numThreads' is in metadata files it's not possible anymore to read the resulting Zarr using Python
It's technically a Python error, but since JZarr data has to be compatible with the Python API I think it's more of a Java issue (or did I just do something wrong ?)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.