2026-06-01 12:59:55 +00:00
|
|
|
# craftbox 0.3.2
|
|
|
|
|
|
|
|
|
|
## NEW FEATURES
|
|
|
|
|
|
|
|
|
|
* `move_files_to_directory`: add support for moving directories (PR #17).
|
|
|
|
|
|
|
|
|
|
## MINOR CHANGES
|
|
|
|
|
|
|
|
|
|
* Bump viash to 0.9.7 (PR #18).
|
|
|
|
|
|
|
|
|
|
# craftbox 0.3.1
|
|
|
|
|
|
|
|
|
|
## MINOR CHANGES
|
|
|
|
|
|
|
|
|
|
* `concat_text`: Allow input files to be a mixed bag of gzipped and plain text files (PR #12).
|
|
|
|
|
|
|
|
|
|
* `concat_text`: Stream concatenated files to gzip (PR #12).
|
|
|
|
|
|
2025-06-25 13:27:43 +00:00
|
|
|
# craftbox 0.3.0
|
|
|
|
|
|
|
|
|
|
## NEW FEATURES
|
|
|
|
|
|
|
|
|
|
* `move_files_to_directory`: add support for preserving symbolic links (PR #13).
|
|
|
|
|
|
2025-04-08 07:09:35 +00:00
|
|
|
# craftbox 0.2.0
|
|
|
|
|
|
|
|
|
|
## NEW FEATURES
|
|
|
|
|
|
|
|
|
|
* `sync_resources`: Sync a Viash package's test resources to the local filesystem (PR #7).
|
|
|
|
|
|
2025-05-02 09:40:37 +00:00
|
|
|
* `move_files_to_directory`: Publish one or multiple files to an output directory (PR #10).
|
|
|
|
|
|
2025-06-26 14:36:55 +00:00
|
|
|
* `check_disk_space`: Add functionality to check available system resources (PR #14).
|
|
|
|
|
|
|
|
|
|
|
2025-04-08 07:56:01 +00:00
|
|
|
## MINOR CHANGES
|
|
|
|
|
|
|
|
|
|
* Add documentation to multiple components (PR #9).
|
|
|
|
|
|
2025-05-07 13:51:35 +00:00
|
|
|
* Bump Viash to 0.9.4 (PR #9, PR #11).
|
|
|
|
|
|
|
|
|
|
* Update documentation and package metadata (PR #11).
|
2025-04-08 07:56:01 +00:00
|
|
|
|
2025-04-08 07:31:47 +00:00
|
|
|
## BUG FIXES
|
|
|
|
|
|
|
|
|
|
* `untar`: Fix usage of a deprecated environment variable (PR #8).
|
|
|
|
|
|
2024-09-12 16:02:59 +00:00
|
|
|
# craftbox 0.1.0
|
2024-06-26 12:30:50 +00:00
|
|
|
|
|
|
|
|
## NEW FEATURES
|
|
|
|
|
|
2024-09-12 15:47:36 +00:00
|
|
|
* `concat_text`: Concatenate a number of text files
|
|
|
|
|
|
2024-06-26 12:30:50 +00:00
|
|
|
* `csv2fasta`: Convert two columns from a CSV file to FASTA entries (PR #1).
|
|
|
|
|
|
|
|
|
|
* `untar`: Unpack a .tar file. When the contents of the .tar file is just a single directory,
|
2024-08-19 07:31:54 +00:00
|
|
|
put the contents of the directory into the output folder instead of that directory (PR #3).
|
|
|
|
|
|
|
|
|
|
## MINOR CHANGES
|
|
|
|
|
|
2024-09-12 15:47:36 +00:00
|
|
|
* Bump viash to 0.9.0
|