pangeo-data / rechunker

Disk-to-disk chunk transformation for chunked arrays.
https://rechunker.readthedocs.io/
MIT License
163 stars 25 forks source link

new release? #109

Closed jhamman closed 2 years ago

jhamman commented 2 years ago

I'd like to know if a new release of ~xbatcher~ rechunker could be made? ) 0.4.2 was made nearly a year ago and since there have been a few important additions here, including the removal of an annoying print statement (https://github.com/pangeo-data/rechunker/compare/0.4.2...master). Would someone be willing to make the 0.4.3 release?

rabernat commented 2 years ago

You mean rechunker?

rabernat commented 2 years ago

It's relatively easy to make a new release. We have a workflow for it.

The problem is that the current package is pretty fundamentally broken--see https://github.com/pangeo-data/rechunker/issues/92. But I guess we don't have to fix that in order to release 0.4.3.

jhamman commented 2 years ago

You mean rechunker?

🤦 - yes. Multithreading is not my strong suit.

The problem is that the current package is pretty fundamentally broken--see https://github.com/pangeo-data/rechunker/issues/92.

Interestingly, we don't seem to be hitting the same problem in #92 so a new release would work. But I we can also try reverting to 0.3.3 too.

rabernat commented 2 years ago

I have a theory that this problem is highly dependent on the inputs and is particularly bad if you are using xarray inputs.

I think I have some time next week to try to finally fix the core problem. So could you wait 1 week for your release?

rabernat commented 2 years ago

0.5.0 has been released.