- May 25, 2023
-
-
Philip Mueller authored
-
- Aug 22, 2019
-
-
Philip Mueller, HS authored
This merge will introduce the forth container interface extension to the code. The Tutorial (Jupyter notebooks) where modified to accommodate for that. The exercises where also slightly modified. I have also added the final presentation of the project. Beside that several small fixes and improvements were done, see the commit log for more details. This is probably the last commit for a long time. The best way to start from here is to read the manual and the Jupyter tutorials and solving the final test. If you speak German, there is also an “Übergabe-Protokoll”, it contains some highlights and gives further hints where to start digging. Sincerely, Philip Müller
-
Philip Mueller, HS authored
I primarly added some paths to some important stuff, that may be not very obvious where to look for.
-
Philip Mueller, HS authored
-
Philip Mueller, HS authored
-
Philip Mueller, HS authored
-
Philip Mueller, HS authored
-
Philip Mueller, HS authored
-
Philip Mueller authored
-
Philip Mueller authored
-
Philip Mueller authored
-
Philip Mueller, HS authored
The restrict and expand function hadf no overload for the Sample collection container. This is an error in the interface that was made when I have copy-pasted the function.
-
Philip Mueller, HS authored
-
Philip Mueller, HS authored
-
Philip Mueller, HS authored
-
Philip Mueller, HS authored
-
Philip Mueller, HS authored
The manual is now the only place where the ointerface is documented.
-
Philip Mueller, HS authored
-
Philip Mueller, HS authored
-
Philip Mueller, HS authored
-
Philip Mueller, HS authored
-
Philip Mueller, HS authored
It is now possible to sonstruct the sample array from all thre containers.
-
Philip Mueller, HS authored
Instead the std::vector is used.
-
Philip Mueller authored
-
Philip Mueller, HS authored
-
Philip Mueller authored
I have added the part that allows to access a single dimension as a NumPy vector, reading and writing. Now only the rehaul of the persentation and the conditions are left.
-
Philip Mueller authored
Now they also contain the new material about the functions for manipulating components. Still missing are the new NumPy functions, the conditions and the rehaul of the presentation demo.
-
- Aug 18, 2019
-
-
Philip Mueller authored
Improved the languages a bit. Also made some things clearer.
-
- Aug 17, 2019
-
-
Philip Mueller authored
I have forgotten to add the reading fucntion.
-
Philip Mueller authored
-
Philip Mueller authored
-
Philip Mueller authored
It now supports a fucntion to apply the conditions to sampels and containers. This means that the condition can set the value that are restricted. It is equivalent in first restrict the samples and then expand them. But no temporary needs to be created.
-
Philip Mueller authored
-
Philip Mueller authored
It is now also possible to optain an array that contains the value of the conditions not only the dimensions.
-
Philip Mueller authored
-
Philip Mueller authored
-
Philip Mueller authored
Updated PyYggdrasil to also support the fourth extension of the container interface for the SampleCollection.
-
Philip Mueller authored
Due to the simnplicity of some functions I have Implememented more fucntions directly in the header.
-
Philip Mueller authored
This function allows to set all elements of the array to a single value.
-
Philip Mueller authored
I have added the new function to the SampleList, such that the interaction is with NumPy is better. This onbly requiered my to add one new fucntion. i have allso updated the description. I have also added the full fourth extension of the container interface for the SampleList to pyYggdrasil. I have also fixed some typos in the description for the SampleArray.
-