tlnagy / OMETIFF.jl

I/O operations for OME-TIFF files in Julia
Other
24 stars 7 forks source link

reduce package size #87

Closed johnnychen94 closed 3 years ago

johnnychen94 commented 3 years ago

It turns out that test images take a lot of space and make a lot of bandwidth spent when ]add OMETIFF for normal users.

$ du -sh *
 16K    docs
4.0K    LICENSE.md
4.0K    Project.toml
8.0K    README.md
 44K    src
132M    test

Maybe upload them to https://github.com/tlnagy/exampletiffs?

tlnagy commented 3 years ago

This is a good idea, probably worth purging the files from git history too.

johnnychen94 commented 3 years ago

probably worth purging the files from git history too.

The Julia pkg server doesn't serve the entire git history so it is not a must. As long as these files moved out the release size will be minimized for common users. Purging the files from git history only affects git operations for e.g., git clone

johnnychen94 commented 3 years ago

OMETIFF v0.3.14 is much smaller :tada:

$du -sh /Users/jc/.julia/packages/OMETIFF/Wq32Q/*
 16K    /Users/jc/.julia/packages/OMETIFF/Wq32Q/docs
4.0K    /Users/jc/.julia/packages/OMETIFF/Wq32Q/LICENSE.md
4.0K    /Users/jc/.julia/packages/OMETIFF/Wq32Q/Project.toml
8.0K    /Users/jc/.julia/packages/OMETIFF/Wq32Q/README.md
 44K    /Users/jc/.julia/packages/OMETIFF/Wq32Q/src
1.1M    /Users/jc/.julia/packages/OMETIFF/Wq32Q/test