- Oct 22, 2024
-
-
Mikhail Svechnikov authored
-
Mikhail Svechnikov authored
-
Mikhail Svechnikov authored
-
Mikhail Svechnikov authored
-
-
Mikhail Svechnikov authored
-
Mikhail Svechnikov authored
-
Mikhail Svechnikov authored
-
Mikhail Svechnikov authored
-
Mikhail Svechnikov authored
-
Mikhail Svechnikov authored
-
Mikhail Svechnikov authored
-
Mikhail Svechnikov authored
-
Wuttke, Joachim authored
Merging branch 'j.0' into 'main'. See merge request !2739
-
Wuttke, Joachim authored
-
- Oct 17, 2024
-
-
Ammar Nejati authored
[a.cleanUpSWIG_nodeChildren] Hide vector of pointers and related methods from the SWIG Python API (#127) Merging branch 'a.cleanUpSWIG_nodeChildren' into 'main'. The methods which produce a `std::vector<const INode*>`, `std::vector<const Layer*>` and `std::vector<const IReParticle*>` are hidden from the SWIG-produced Python API. These methods are not needed for the Python interface. Related to issue #127 See merge request !2738
-
AlQuemist authored
-
AlQuemist authored
-
AlQuemist authored
-
AlQuemist authored
-
AlQuemist authored
-
AlQuemist authored
hide std::vector<const Layer*> unwrapped
-
- Oct 15, 2024
-
-
Wuttke, Joachim authored
Merging branch 'j.6' into 'main'. See merge request !2737
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Mikhail Svechnikov authored
Merging branch 'm.i20' into 'main'. See merge request !2736
-
Mikhail Svechnikov authored
-
-
-
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
-
- Oct 11, 2024