Releases: peterropac/Aegolius
SPOMSO 1.3.0
The main point of this release is the addition of JAX compatile versions of most SDFs, modifications, combination and post-processing functions, as well as a few examples that go along with it. The JAX compatible code allows the user to use automatic differentiation for optimization problems using SDFs and also to run the computationally expensive parts of the code on a GPU.
In addition I also fixed some bugs and added some other example files.
SPOMSO 1.2.4
Just updated the copyright.
SPOMSO 1.2.3
I added a new Non-Euclidian Circle 2D SDF (NEUCircle) and examples.
The package should work with the latest versions of numpy and scipy.
If you upgrade numpy and scipy you must also upgrade matplotlib to plot the figures in the examples.
SPOMSO 1.2.2
FIxed a package breaking bug.
SPOMSO 1.2.1
CleanerDocumentation
Vector SPOMSO release
This is the second release of SPOMSO, with support for vector fields and even more examples.
Release v1.0.0
The first official release of SPOMSO a Signed Distance Function (SDF) based Python package for the procedural construction of geometry.