Skip to content

Commit eef23f1

Browse files
committed
rename run tests yaml & add changelog
1 parent 8ee625a commit eef23f1

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
## [Unreleased]
5+
6+
## [2.0.0] - 2024-11-11
7+
### Added
8+
- Complete state space objects mechanism.
9+
- Seeker and radar measurements modules.
10+
- Kalman filter and Extended Kalman filter implementations.
11+
- YOLOv3 object detection API.
12+
- Functionality to fetch datasets for running examples.
13+
- Comprehensive documentation updates.
14+
15+
## [1.2.0] - 2024-03-05
16+
### Added
17+
- `animate` function to visualize rigid body Euler angles with a model.
18+
- Utilities: `cprint`, `gen_gif`, `plottools`, and `tictoc`.
19+
20+
## [1.1.0] - 2024-02-17
21+
### Added
22+
- New class: `fdataframe` for frame's datapoints, inheriting from `datapoint`.
23+
- Documentation for the respective modifications.
24+
25+
### Changed
26+
- Converted `norms` from a function to a property.
27+
- Updated class architecture to include `__slots__` to limit new variable declarations.
28+
29+
### Fixed
30+
- Bug in `cprint()` function.
31+
32+
## [1.0.0] - 2023-07-19
33+
### Added
34+
- Initial release of C4dynamics framework.
35+
- Core functionalities for dynamic systems algorithm development.
36+
- Modules for state space representations, sensors, detectors, and filters.
37+
- Example programs and basic documentation.
38+
39+

0 commit comments

Comments
 (0)