Releases: WireCell/wire-cell-toolkit
Releases · WireCell/wire-cell-toolkit
Initial Release for ICARUS
This release includes updates from PR31 to PR84.
A brief summary:
New sub-packages:
pytorch
: inferencing usingTorchScript
models. Needslibtorch
to build.zio
: distributed computing/data transferring framework. Needszio
to build.aux
:SimpleTensor
andSimpleTensorSet
and utilities for theITensor
/ITensorSet
interface.sig
: fine grained signal processing using theITensor
interface. This package is still under development.
Support for ICARUS:
- Coherent noise simulation: #72
- Warm electronic response and configurable electronic response: #79
- configuration updates many from @wenqiang-gu
spdlog
is now an external dependency.
Also we reformatted the repository with clang-format
: #84
rm dfp and rm zio from wcb
- remove unused
dfp
package - temporarily remove zio stuff from wcb, ref: https://github.com/WireCell/waf-tools/releases/tag/0.13.0
First release in mono-repo era
This release includes updates from PR1 to PR29.
Many new features added from last release in wire-cell-build era.
A brief summary:
- from git submodule to mono-repo
- multi-plane signal processing
- improved coherent noise filtering
- some cleanup in signal processing
- signal processing debug mode - also used as part of DNN signal processing input
Blobreframer
- refreshed tbb engine for multithreading
- initialial HDF5 IO - currently only support dense frame output
- initial ICARUS jsonnet configurations
- plane selection in signal processing
- waf-tools packaged into wcb