PINK icon indicating copy to clipboard operation
PINK copied to clipboard

Parallelized rotation and flipping INvariant Kohonen maps

Results 11 PINK issues
Sort by recently updated
recently updated
newest added

The InputData can only be constructed by the argument list, which makes it hard to use it for unit tests. Using a modern data structure opens the way to transmit...

enhancement

Currently, pip wheels for python version 3.6, 3.7 and 3.8 are available (https://pypi.org/project/astro-pink/#files). Python 3.9 and 3.10 will be added and 3.6 and 3.7 will be removed (end-of-life, https://devguide.python.org/versions/). ---...

Support for `manylinux2010` has ended on August 1st, 2022. Migration to `manylinux2014` or `manylinux_x_y`. See: https://github.com/pypa/manylinux#docker-images --- Estimated time: 16 h

I am having trouble installing astro-pink and running it to create an SOM. I think the problem is that the program tries to point to OpenMP but that this does...

Hi, I'm trying to train an SOM (just to get used to the way PINK works, hence the tiny file numbers and parameters below) but when I set the training...

The periodic boundary condition flag --pbc gets displayed both in the help message and at runtime `Use periodic boundary conditions = 1`. Unlike in Pink version 0.23, running with or...

The SOM layout will be defined with `--layout`, `--som-width`, `--som-height`, and `--som-depth`. To be prepared for future more complex layouts, e.g. growing self-organizing maps, the definition of the sizes should...

enhancement