Commit 0674ced
committed
chore(release): 1.0.0-beta.1 [skip ci]
## 1.0.0-beta.1 (2026-01-03)
### Features
* add dual head shared input layer and residual linear layer options ([411eae3](411eae3))
* add EDA visualization tool for linear and damped oscillator systems ([179db05](179db05))
* add new dynamical systems and refactor math environment selector ([1b50b23](1b50b23))
* DNA initialize math-gymnasium project ([9d7262c](9d7262c))
* enhance DNA configuration and introduce pyproject.toml support ([5fd9876](5fd9876))
* enhance multistep models and visualization utilities ([02b0bdc](02b0bdc))
* **math-gymnasium:** add linear spiral dynamical system ([7efe11a](7efe11a))
* **plot-3d:** adjust alpha and noise blur configurations ... again ([8ffde15](8ffde15))
* **plot-3d:** adjust noise scaling and refine visualization parameters ([ff5ec86](ff5ec86))
* **plot-3d:** fine-tune noise scaling and visualization parameters ... again ([7ac33b2](7ac33b2))
* **plot-3d:** refine noise scaling using softplus and clipping functions ([a761465](a761465))
* **plot-3d:** refine noise visualization and add agreement score fct ([33af0c4](33af0c4))
* **plot-utils:** enhance noise visualization with dynamic size normalization ([b1f57ac](b1f57ac))
* **plot-utils:** introduce noise visualization with blur effect in 3D/1D plots ([e1e7c6b](e1e7c6b))
* refactor chaotic and linear systems into dynamical_systems module ([d96cedc](d96cedc))
* revise repository guidelines and update README ([37e3e81](37e3e81))
* **simulator:** add Rossler V3 configuration with more chaotic dynamics ([b8a3820](b8a3820))
* update DNA configuration to config scheme 2 ([26988ed](26988ed))
* update DNA guidelines and requirements configuration files ([393aa54](393aa54))
### Other
* finish initial TNP setup ([86416e1](86416e1))
* **gitignore:** update to exclude DNA docker secrets ([1d3cd64](1d3cd64))
* **release:** 1.0.0 [skip ci] ([79a8c00](79a8c00))
* remove redundant sanity checks and file handling in DNA configuration ([fb90689](fb90689))
* update .env cyclondds configuration ([bbb8c71](bbb8c71))
* update .env cyclonedds configuration ([3afa09b](3afa09b))
* update ignore files and test configurations and remove dna examples. ([6c17716](6c17716))
* update repository guidelines for compliance with A2G ([58ce6ff](58ce6ff))
* updated .dockerignore to ignore junie dir ([7b524c8](7b524c8))
* updated ai ignore to allow scanning all readme files ([9331ec5](9331ec5))
### Refactoring
* extract `math_gymnasium` simulator into MG ([436ff08](436ff08))
* **MILE STONE:** update trajectory handling to support list of trajectories ([4c8325b](4c8325b))
* **models:** improve loss reduction and composite logic for VAE models ([4cdb9ce](4cdb9ce))
* NorLab project template configuration ([a6d1d75](a6d1d75))
* **plot-utils:** improve 3D history and horizon rendering logic ([a6c9971](a6c9971))
* **plot-utils:** refine scaling logic and bar positioning in 3D plots ([af17383](af17383))
* **tests:** move math gymnasium test files to MG ([88f501f](88f501f))
* **tooling:** move RLRP math_gym_env_tools utilities to MG ([7f3ae87](7f3ae87))
* update dna config to comply with config scheme v3 ([a8ac391](a8ac391))
### Build system and dependencies
* Clean-up template-norlab-project from repository ([69f6601](69f6601))
* Deleted norlab-shell-script-tools submodule from repository ([ca154b1](ca154b1))
* update dependencies and metadata ([e73daa5](e73daa5))
* update dependencies to use git-based versions ([6893600](6893600))1 parent 4c8325b commit 0674ced
2 files changed
+57
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
3 | 59 | | |
4 | 60 | | |
5 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments