Skip to content

Releases: WireCell/wire-cell-toolkit

Initial Release for ICARUS

19 May 15:13
37dd1e5
Compare
Choose a tag to compare

This release includes updates from PR31 to PR84.

A brief summary:

New sub-packages:

  • pytorch: inferencing using TorchScript models. Needs libtorch to build.
  • zio: distributed computing/data transferring framework. Needs zio to build.
  • aux: SimpleTensor and SimpleTensorSet and utilities for the ITensor/ITensorSet interface.
  • sig: fine grained signal processing using the ITensor 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

16 Jan 00:10
Compare
Choose a tag to compare

First release in mono-repo era

15 Jan 13:49
b6c6245
Compare
Choose a tag to compare

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