Skip to content

Releases: DeepLearnPhysics/larcv3

v3.5.0

25 Jan 22:05
9c4d6f3
Compare
Choose a tag to compare

larcv v.3.5.0 includes latest updates in thread fillers that weren't in 3.4.2.2. Incrementing to the next minor number to ensure this is the latest version on pypi.

v3.4.2.2

14 Sep 20:51
eac2abb
Compare
Choose a tag to compare

This release is a new, stable release that adds the following features:

  • Docstrings are incorporated into most, though not quite all, python objects by default. This helps significantly in auto generating documentation.
  • All pushes on all future branches now get tested by Github Actions by default.
  • Releases will now be built and shipped to PyPI with source distributions by default.

v3.4.1: Update from 3.4.0 simply because several files got missed in the pypi…

02 Feb 20:26
Compare
Choose a tag to compare

v3.4.0

27 Jan 23:06
Compare
Choose a tag to compare

Switch to json for configuration, and python dictionaries. Include config_builder for ease of use.

Full Changelog: v3.3.4...v3.4.0

v3.3.4

12 Jul 14:28
Compare
Choose a tag to compare

This release is a minor increment that introduces an additional check on QueueIO and BatchData processing. In cases with very fast data reads, a race condition could cause instability. Now, there is an additional check to ensure it works.

v3.3.3

07 Oct 18:57
Compare
Choose a tag to compare

Minor updates, but the changes to QueueIO require modifications to user code. Tagging a new release.

v3.3.2

15 Jun 15:21
Compare
Choose a tag to compare

Minor updates and bug fixes, including getting the event/run/subrun bindings correct.

v3.3.1

04 Mar 16:40
Compare
Choose a tag to compare

This release is functionally the same as 3.3.0, but has some minor adjustments to the source distribution generation and other bug fixes. This will get uploaded to pypi.

version 3.3.0

28 Feb 22:35
ec70c58
Compare
Choose a tag to compare

This version does several things:

  • IO Prefetching is now the default in QueueLoader.
  • SWIG is out, pybind11 is in.
  • numpy access to objects is more seamless with pybind11

Tagging first deployment commit

07 Jan 15:32
Compare
Choose a tag to compare

Hopefully this deploys to pypi ...