Releases: dmrokan/gdblas
Releases · dmrokan/gdblas
v1.4.1
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
Boost geometry functions and optimizations - Added: Binding for Boost geometry algorithms - Changed: Optimized Eigen library settings
v1.3.3
Code refactoring, minor optimization and fixed a math mistake in demo
v1.3.2
Big performance increase by using threads in 3D demo
v1.3.1
Fixed extension dyn library load paths for Win and Mac builds
v1.3.0
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
Fixed build errors specific to macos and win builds
v1.1.0
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
Better code base structure, workflow settings for deployment