Skip to content

Releases: peterropac/Aegolius

SPOMSO 1.3.0

23 Apr 16:09
7d13b32

Choose a tag to compare

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

29 Jan 10:23
cf7e403

Choose a tag to compare

Just updated the copyright.

SPOMSO 1.2.3

21 Jun 12:25
a349467

Choose a tag to compare

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

17 Apr 14:13
13e488d

Choose a tag to compare

FIxed a package breaking bug.

SPOMSO 1.2.1

18 Mar 22:01
0b17b78

Choose a tag to compare

CleanerDocumentation

Vector SPOMSO release

21 Nov 16:55
d0e1305

Choose a tag to compare

This is the second release of SPOMSO, with support for vector fields and even more examples.

Release v1.0.0

28 Jun 12:03
3742e3b

Choose a tag to compare

The first official release of SPOMSO a Signed Distance Function (SDF) based Python package for the procedural construction of geometry.