Skip to content

Releases: dmrokan/gdblas

v1.4.1

15 Aug 17:05

Choose a tag to compare

Improvements and fixes

- Changed: Added Eigen as submodule
- Fixed: Conditional compiling when ODE and GEOMETRY funcs are disabled
- Added: Boost exceptions emits a Godot Object signal
- Changed: Updated README.md
- Changed: Upgraded github actions packages
- Changed: Upgraded Boost

v1.4.0

31 Jul 22:19

Choose a tag to compare

Boost geometry functions and optimizations

- Added: Binding for Boost geometry algorithms
- Changed: Optimized Eigen library settings

v1.3.3

19 Jul 13:24

Choose a tag to compare

Code refactoring, minor optimization and fixed a math mistake in demo

v1.3.2

11 Jun 00:32

Choose a tag to compare

Big performance increase by using threads in 3D demo

v1.3.1

23 May 00:57

Choose a tag to compare

Fixed extension dyn library load paths for Win and Mac builds

v1.3.0

19 May 19:20

Choose a tag to compare

New functionality and fixes

- Added: Image filtering demo
- Added: Matrix to Image data conversion
- Added: Matrix downsampling
- Fixed: Setting values of sub matrices
- Changed: Moved implementations to cpp file
- Added: pack/unpack to and from Godot's packed array structures
- Added: Packing matrices into image data structure
- Added: unpack, pack from and to PackedFloat64Array
- Added: convolution operation
- Added: indexed version of `unary_func` on matrix entries
- Fixed: documentation

v1.2.0

29 Apr 20:22

Choose a tag to compare

Fixed build errors specific to macos and win builds

v1.1.0

12 Apr 00:33

Choose a tag to compare

New functionality

- Added evaluating ODE on matrix
- GDScrip callables can be used for custom elementwise operation on matrices
- Removed redundant code
- Added boost as submodule

v1.0.0

07 Apr 19:09

Choose a tag to compare

Better code base structure, workflow settings for deployment