|
| 1 | +== Version 3.4.1 == |
| 2 | +_Release date - Aug 22, 2025_ |
| 3 | + |
| 4 | +* Bugfix: Fix a significant oversight in **GrackleConfig.cmake** |
| 5 | + https://github.com/grackle-project/grackle/pull/330 |
| 6 | +* Bugfix: H2 self shielding length scale factor fix |
| 7 | + https://github.com/grackle-project/grackle/pull/325 |
| 8 | +* Bugfix: address a bug in calc_temp_cloudy_g.F |
| 9 | + https://github.com/grackle-project/grackle/pull/367 |
| 10 | +* Enhancement: Standard Status Reporting Machinery |
| 11 | + https://github.com/grackle-project/grackle/pull/269 |
| 12 | +* Enhancement: Remove pygrackle/api.py & pygrackle/utilities/api.py |
| 13 | + https://github.com/grackle-project/grackle/pull/352 |
| 14 | +* Enhancement: Rename pygrackle -> gracklepy (so we can upload to PyPI) |
| 15 | + https://github.com/grackle-project/grackle/pull/371 |
| 16 | +* Build-System: (core lib) introduce CMakePresets.json to enable compiler warnings in a CI job https://github.com/grackle-project/grackle/pull/334 |
| 17 | +* Build-System: (core lib) Relocated all CMake dependency information into dependencies.cmake https://github.com/grackle-project/grackle/pull/296 |
| 18 | +* Build-System: (core lib) assorted tweaks: https://github.com/grackle-project/grackle/pull/326 https://github.com/grackle-project/grackle/pull/329 https://github.com/grackle-project/grackle/pull/337 |
| 19 | +* Build-System: (gracklepy) tweak cython handling https://github.com/grackle-project/grackle/pull/319 https://github.com/grackle-project/grackle/pull/328 |
| 20 | +* Build-System: (gracklepy) Introduce dependency groups https://github.com/grackle-project/grackle/pull/347 |
| 21 | +* Testing: Support running subset of gracklepy test without an editable install |
| 22 | + https://github.com/grackle-project/grackle/pull/335 |
| 23 | +* Testing: Move `test_chemistry_struct_synched` between test suites |
| 24 | + https://github.com/grackle-project/grackle/pull/327 |
| 25 | +* Documentation: gracklepy test instruction tweaks |
| 26 | + https://github.com/grackle-project/grackle/pull/309 |
| 27 | +* Assorted tweaks to appearance of doc website |
| 28 | + https://github.com/grackle-project/grackle/pull/285 |
| 29 | + https://github.com/grackle-project/grackle/pull/291 |
| 30 | + https://github.com/grackle-project/grackle/pull/346 |
| 31 | +* Documentation: Fix spacing issues in docs |
| 32 | + https://github.com/grackle-project/grackle/pull/340 |
| 33 | +* Documentation: Simplify GitHub hyperlinks for repository locations in docs |
| 34 | + https://github.com/grackle-project/grackle/pull/300 |
| 35 | +* Documentation: Add more detail to gracklepy build documentation |
| 36 | + https://github.com/grackle-project/grackle/pull/294 |
| 37 | +* Documentation: Added missing He |
| 38 | + https://github.com/grackle-project/grackle/pull/362 |
| 39 | +* Documentation: Added chemistry network table |
| 40 | + https://github.com/grackle-project/grackle/pull/361 |
| 41 | +* Infrastructure: Optimize circleci workflows |
| 42 | + https://github.com/grackle-project/grackle/pull/338 |
| 43 | +* Infrastructure: Introduce an extremely simplistic `.pre-commit-config.yaml` file |
| 44 | + https://github.com/grackle-project/grackle/pull/348 |
| 45 | +* Infrastructure: Introduce GHA to upload Gracklepy wheels to PyPI |
| 46 | + https://github.com/grackle-project/grackle/pull/320 |
| 47 | + https://github.com/grackle-project/grackle/pull/355 |
| 48 | + https://github.com/grackle-project/grackle/pull/356 |
| 49 | +* Infrastructure: Bump pypa/cibuildwheel version |
| 50 | + https://github.com/grackle-project/grackle/pull/360 |
| 51 | + https://github.com/grackle-project/grackle/pull/363 |
| 52 | + https://github.com/grackle-project/grackle/pull/365 |
| 53 | + https://github.com/grackle-project/grackle/pull/372 |
| 54 | +* Infrastructure: Move test-data retrieval logic into ``scripts/ci/fetch-test-data.py`` |
| 55 | + https://github.com/grackle-project/grackle/pull/307 |
| 56 | +* Address flake8 warnings (in files that it previously ignored) |
| 57 | + https://github.com/grackle-project/grackle/pull/368 |
| 58 | + https://github.com/grackle-project/grackle/pull/369 |
| 59 | +* Infrastructure: Use builtin GitHub feature to nicely redirect to Code of |
| 60 | + Conduct |
| 61 | + https://github.com/grackle-project/grackle/pull/342 |
| 62 | +* Infrastructure: Convert README.md to README.rst (and deduplicate content on |
| 63 | + the website landing page) |
| 64 | + https://github.com/grackle-project/grackle/pull/350 |
| 65 | + https://github.com/grackle-project/grackle/pull/351 |
| 66 | + |
1 | 67 | == Version 3.4 ==
|
2 | 68 | _Release date - May 14, 2025_
|
3 | 69 |
|
|
0 commit comments