Skip to content

Releases: dmrokan/gdblas

v1.4.1

15 Aug 17:05
Compare
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
Compare
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
Compare
Choose a tag to compare
Code refactoring, minor optimization and fixed a math mistake in demo

v1.3.2

11 Jun 00:32
Compare
Choose a tag to compare
Big performance increase by using threads in 3D demo

v1.3.1

23 May 00:57
Compare
Choose a tag to compare
Fixed extension dyn library load paths for Win and Mac builds

v1.3.0

19 May 19:20
Compare
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
Compare
Choose a tag to compare
Fixed build errors specific to macos and win builds

v1.1.0

12 Apr 00:33
Compare
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
Compare
Choose a tag to compare
Better code base structure, workflow settings for deployment