Releases: DL4Jets/DeepJetCore
Releases · DL4Jets/DeepJetCore
4.0_alpha
3.3.1
3.3
3.2.1
3.2
This release adds a lot of functionality to the data structures, and introduces a new file format version (backwards compatible).
Now, SimpleArray can contain floats as well as ints.
The interface to python is much more transparent now.
A significant change to the previous version is the handling of ragged tensors. Now, the row splits are not padded anymore by default.
Also, the data structures are prepared for streaming output (but this is not implemented yet).
3.1.1
3.1
3.0 First python3 version
Important for migration:
For old projects, adapt the datastructures/__init__.py
file. Please refer to:
https://github.com/DL4Jets/DeepJetCore/commit/93c6e60acdee5299243a2b8e7d3807a87b163197#diff-828c7ace6ef5abe6a230399102b8f6feL9-R9
Or directly to
testing/datastructures/__init__.py
2.3 - last python 2 version
more debug functions for generator
2.2 (TF 2.1 in container)
2.2_tf2.1 TF2.1