You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+29-5
Original file line number
Diff line number
Diff line change
@@ -184,11 +184,6 @@ Key files to study:
184
184
185
185
## Recent Updates
186
186
187
-
### Version 0.1.1 (March 8, 2025)
188
-
189
-
-**Bug Fix**: Fixed an issue where changing the seed value in the configuration file wasn't properly affecting the output image. The bug was in the `render_from_config` function where the RNG state wasn't being properly managed.
190
-
-**Bug Fix**: Fixed color inconsistency between the basic example and the main program. Now both methods produce the same colors for the same seed.
191
-
-**Change**: Updated the default seed value to 99 throughout the codebase.
192
187
-**Test**: Added a test to verify that the images generated by the basic example and the main program are identical.
193
188
-**Feature**: Added a new grid example that generates 25 different fractal images with different seeds and arranges them in a 5x5 grid.
194
189
@@ -222,3 +217,32 @@ This project is licensed under the MIT License - see the LICENSE file for detail
222
217
223
218
- Original [RandomLogos.jl](https://github.com/AtelierArith/RandomLogos.jl) implementation
224
219
-[Improving Fractal Pre-training](http://catalys1.github.io/fractal-pretraining/) research
220
+
221
+
## Appendix
222
+
223
+
I created the following `.clinerules` before creating this project:
0 commit comments