Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.

Tags: lmas/opensimplex

Tags

v0.4.5

Toggle v0.4.5's commit message
Bump v0.4.5

v0.4.4

Toggle v0.4.4's commit message
Security update for pkg deps

v0.4.3

Toggle v0.4.3's commit message
Bump python and pkg versions

v0.4.2

Toggle v0.4.2's commit message
Alright one last foot gun fired, 's all good man

v0.4.1

Toggle v0.4.1's commit message
Sorta v0.4.1

v0.4

Toggle v0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.3

Toggle v0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #10 from lmas/v0.3

V0.3

v0.2

Toggle v0.2's commit message
Cleanup and misc. tweaks.

- Library has been cleaned up and conforms more to PEP8, thanks to CreamyCookie.
- Added simple tests and benchmarks.

v0.1

Toggle v0.1's commit message
Whops, missed changing license in setup too.