Published December 11, 2025
| Version v1.11.0
Software
Open
adrn/gala: v1.11.0
Authors/Creators
- 1. @flatironinstitute
- 2. Scientific Computing Core, Flatiron Institute
- 3. Yale University
- 4. Caltech/IPAC
- 5. MIT
- 6. University of Michigan
- 7. Mercedes-Benz Group AG
- 8. NVIDIA
- 9. Space Telescope Science Institute
- 10. Institute for Astronomy, University of Edinburgh
- 11. Nanjing University
Description
What's Changed
- chore: update pre-commit hooks by @pre-commit-ci[bot] in https://github.com/adrn/gala/pull/437
- build(deps): bump pypa/cibuildwheel from 3.0.1 to 3.1.3 by @dependabot[bot] in https://github.com/adrn/gala/pull/438
- exp: propagate C++ exceptions to Python by @lgarrison in https://github.com/adrn/gala/pull/433
- chore: update pre-commit hooks by @pre-commit-ci[bot] in https://github.com/adrn/gala/pull/440
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/adrn/gala/pull/441
- build(deps): bump actions/download-artifact from 4 to 5 by @dependabot[bot] in https://github.com/adrn/gala/pull/442
- exp: fix composite potentials by @lgarrison in https://github.com/adrn/gala/pull/444
- exp: improve file path handling by @lgarrison in https://github.com/adrn/gala/pull/445
- build(deps): bump codecov/codecov-action from 5.4.3 to 5.5.0 by @dependabot[bot] in https://github.com/adrn/gala/pull/450
- build(deps): bump pypa/cibuildwheel from 3.1.3 to 3.1.4 by @dependabot[bot] in https://github.com/adrn/gala/pull/451
- chore: update pre-commit hooks by @pre-commit-ci[bot] in https://github.com/adrn/gala/pull/448
- chore: update pre-commit hooks by @pre-commit-ci[bot] in https://github.com/adrn/gala/pull/452
- EXPPotential: Allow a different snapshot time unit by @adrn in https://github.com/adrn/gala/pull/454
- chore: update pre-commit hooks by @pre-commit-ci[bot] in https://github.com/adrn/gala/pull/455
- build(deps): bump codecov/codecov-action from 5.5.0 to 5.5.1 by @dependabot[bot] in https://github.com/adrn/gala/pull/456
- build(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in https://github.com/adrn/gala/pull/457
- vectorize gradients for leapfrog integration by @lgarrison in https://github.com/adrn/gala/pull/446
- Astropy 71 repname by @adrn in https://github.com/adrn/gala/pull/459
- chore: update pre-commit hooks by @pre-commit-ci[bot] in https://github.com/adrn/gala/pull/458
- chore: update pre-commit hooks by @pre-commit-ci[bot] in https://github.com/adrn/gala/pull/460
- Fix some frame transforms that need a frame instance not class by @adrn in https://github.com/adrn/gala/pull/462
- build(deps): bump pypa/cibuildwheel from 3.1.4 to 3.2.0 by @dependabot[bot] in https://github.com/adrn/gala/pull/465
- chore: update pre-commit hooks by @pre-commit-ci[bot] in https://github.com/adrn/gala/pull/464
- vectorization follow-ups by @lgarrison in https://github.com/adrn/gala/pull/447
- potential: keep track of which parameters were set by the user by @lgarrison in https://github.com/adrn/gala/pull/469
- mockstream: fix out-of-bounds array read by @lgarrison in https://github.com/adrn/gala/pull/471
- chore: update pre-commit hooks by @pre-commit-ci[bot] in https://github.com/adrn/gala/pull/472
- integrate: optimize save_all by @lgarrison in https://github.com/adrn/gala/pull/449
- chore: update pre-commit hooks by @pre-commit-ci[bot] in https://github.com/adrn/gala/pull/475
- Add interpolated spherical potential model by @adrn in https://github.com/adrn/gala/pull/467
- build(deps): bump pypa/cibuildwheel from 3.2.0 to 3.2.1 by @dependabot[bot] in https://github.com/adrn/gala/pull/476
- reduce transposes in gradient evaluation by @lgarrison in https://github.com/adrn/gala/pull/473
- Add concept of coordinate symmetry to potential classes by @adrn in https://github.com/adrn/gala/pull/478
- A few minor docs fixes by @adrn in https://github.com/adrn/gala/pull/480
- Fix mockstream nbody output bug by @adrn in https://github.com/adrn/gala/pull/481
- ci improvements by @lgarrison in https://github.com/adrn/gala/pull/474
- Validate initial conditions shape in integrate_orbit by @adrn in https://github.com/adrn/gala/pull/482
- Replace ImmutableDict with MappingProxyType by @adrn in https://github.com/adrn/gala/pull/484
- Add a repr for Hamiltonian by @adrn in https://github.com/adrn/gala/pull/485
- Support time interpolation of parameters, origin, rotation for all potential classes by @adrn in https://github.com/adrn/gala/pull/453
- Adopt src package layout, remove extension_helpers, consolidate tests by @adrn in https://github.com/adrn/gala/pull/488
- build(deps): bump astral-sh/setup-uv from 6 to 7 by @dependabot[bot] in https://github.com/adrn/gala/pull/491
- chore: update pre-commit hooks by @pre-commit-ci[bot] in https://github.com/adrn/gala/pull/492
- Allow specifying Potential unit system by string name by @adrn in https://github.com/adrn/gala/pull/495
- Fix error with great circle frame by @adrn in https://github.com/adrn/gala/pull/496
- Remove long-deprecated features in prep for v1.11 by @adrn in https://github.com/adrn/gala/pull/498
- Add tests and simplify some boilerplate C by @adrn in https://github.com/adrn/gala/pull/499
- Ignore failing orbits in mockstream and disable stiffness checking by @adrn in https://github.com/adrn/gala/pull/497
- Add leapfrog integrator for mock stream simulation by @adrn in https://github.com/adrn/gala/pull/502
- Allow specifying integrator with string name by @adrn in https://github.com/adrn/gala/pull/504
- Rework MilkyWayPotential classes and add document describing MWP2022 by @adrn in https://github.com/adrn/gala/pull/503
- chore: update pre-commit hooks by @pre-commit-ci[bot] in https://github.com/adrn/gala/pull/505
- build(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in https://github.com/adrn/gala/pull/507
- build(deps): bump actions/download-artifact from 5 to 6 by @dependabot[bot] in https://github.com/adrn/gala/pull/508
- Fix tutorials build by @adrn in https://github.com/adrn/gala/pull/506
- Fixes for TimeInterpolatedPotential by @adrn in https://github.com/adrn/gala/pull/493
- Raise an error if users try to integrate past interpolation bounds for a
TimeInterpolatedPotentialby @TomWagg in https://github.com/adrn/gala/pull/512 - Add new method MockStream.rotate_to_progenitor_plane() by @adrn in https://github.com/adrn/gala/pull/510
- Fix mockstream generation with leapfrog integrator by @adrn in https://github.com/adrn/gala/pull/515
- chore: update pre-commit hooks by @pre-commit-ci[bot] in https://github.com/adrn/gala/pull/517
- New tutorials by @adrn in https://github.com/adrn/gala/pull/516
- Add codspeed benchmarks by @adrn in https://github.com/adrn/gala/pull/518
- Install eigen v3 package by @adrn in https://github.com/adrn/gala/pull/519
- chore: update pre-commit hooks by @pre-commit-ci[bot] in https://github.com/adrn/gala/pull/520
- chore: update pre-commit hooks by @pre-commit-ci[bot] in https://github.com/adrn/gala/pull/522
- build(deps): bump pypa/cibuildwheel from 3.2.1 to 3.3.0 by @dependabot[bot] in https://github.com/adrn/gala/pull/523
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/adrn/gala/pull/525
- chore: update pre-commit hooks by @pre-commit-ci[bot] in https://github.com/adrn/gala/pull/524
- Astropy isiterable is deprecated by @adrn in https://github.com/adrn/gala/pull/526
- Update Python test versions by @adrn in https://github.com/adrn/gala/pull/527
- Merge devel functionality into main by @adrn in https://github.com/adrn/gala/pull/528
- Use Release build type for benchmarks again by @adrn in https://github.com/adrn/gala/pull/529
Full Changelog: https://github.com/adrn/gala/compare/v1.10.0...v1.11.0
Files
adrn/gala-v1.11.0.zip
Files
(5.1 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:59f11c5b21e76716f51ad3ec23505335
|
5.1 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/adrn/gala/tree/v1.11.0 (URL)
Software
- Repository URL
- https://github.com/adrn/gala