This repository was archived by the owner on May 5, 2024. It is now read-only.
Tags: lmas/opensimplex
Tags
v0.4 (#20) * Adds preliminary, ported version of opensimplex2 * Updates setup.py * Revert "Adds preliminary, ported version of opensimplex2" This reverts commit 9d7aac8. Reason: Failed to improve performance with my attempt, compared to the initial version. Might revisit it in the future maybe? * Refactors initial version using numpy/numba * Refactors tests and updates setup files * Updates README and examples * Should probably add a breaking changes warning.. * Fixes incorrect coverage report * Hmm wrong pkg * Run test actions with latest python * Investigate github actions bug for py 3.10 * Cleans up actions and README * Force run test file Nosetests doesn't find and run the test file if it's being run on Windows 10. * Updates minimal python version * Updates badges * Adds build pkgs * Closes #4