mdmath_core 0.4.0

Core multidimensional mathematics library with fundamental types, traits, and operations
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## [0.3.0] - 2024-08-08

### Added
- Core multidimensional mathematics library
- Fundamental mathematical traits and types
- Modular feature system for selective functionality
- Index operations and array manipulation utilities
- N-dimensional array support through ndarray integration
- Floating-point arithmetic operations and utilities
- Approximation comparison tools for floating-point values
- General mathematical operations and transformations
- No-std compatibility for embedded environments

### Changed
- Enhanced modular architecture with optional features
- Improved performance and memory efficiency

[0.3.0]: https://github.com/Wandalen/cgtools/releases/tag/mdmath_core-v0.3.0