Skip to content
Snippets Groups Projects
  1. Oct 15, 2024
    • Mikhail Svechnikov's avatar
      adapt ItemizeSample · a73777ae
      Mikhail Svechnikov authored and Mikhail Svechnikov's avatar Mikhail Svechnikov committed
      a73777ae
    • Mikhail Svechnikov's avatar
      adapt SampleToCore · 81fa393e
      Mikhail Svechnikov authored and Mikhail Svechnikov's avatar Mikhail Svechnikov committed
      81fa393e
    • Ammar Nejati's avatar
      [a.cleanUpSWIG] Hide 'clone' method from the SWIG Python API (#127) · e2b76aec
      Ammar Nejati authored
      Merging branch 'a.cleanUpSWIG'  into 'main'.
      
      The `clone` method is removed from the SWIG Python API, as it relies on the ownership transfer mechanism in C++ which is absent (or hard to reproduce in Python) and might lead to hidden memory leaks.
      
      The public interfaces of `Datafield` and `Frame` are modified so that no implicit ownership transfer is performed.
      The rest of the code is adapted accordingly to use the new interface.
      
      Due to this change, a single test, `Example.scatter2d.CustomFormFactor.persist` does not pass. Passing this test needs more changes which are left for the next merge request.
      
      Related to #127
      
      See merge request !2735
      e2b76aec
  2. Oct 11, 2024
  3. Oct 10, 2024
  4. Oct 07, 2024
  5. Oct 02, 2024
Loading