Current section

Files

Jump to
bdm CHANGELOG
Raw

CHANGELOG

## [0.3.0] - 2025-08-29
### Changed
- Replaced the placeholder CTM values with real ones
### Removed
- Removed the incomplete implementation of the `:recursive` boundary condition
- `Removed BDM.Utils.normalize/2`
## [0.2.1] - 2025-08-27
### Added
- Added new simple 3x3 pattern type: `[[1, 0, 0], [0, 0, 0], [0, 0, 0]]` and `[0, 0, 0], [0, 0, 0], [0, 0, 1]]`
## [0.2.0] - 2025-08-26
### Added
- Using the [Nx](https://hexdocs.pm/nx) library to compute BDM for large 2D matrices (images) more efficiently
## [0.1.1] - 2025-08-21
### Fixed
- Fixed README.md 'Usage' section
- Fixed module documentation
## [0.1.0] - 2025-08-12
### Added
- Initial release