Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
files: *python_files

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.19.1
hooks:
- id: mypy
args: [--ignore-missing-imports, --no-error-summary]
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/).

## [1.4.3] - 2026-07-06

### Added

- R1 light-current helpers for package-native gravitational-lensing probes:
`planar_r1_light_packet()`, `r1_vacuum_subtracted_potential()`,
`r1_light_acceleration()`, and `r1_light_step()`.
- Noether-current readouts: `noether_spatial_current()` and
`positive_noether_current()`.
- 19-point-stencil-consistent FFT Poisson/equilibrium helpers:
`poisson_solve_fft_19pt()`, `equilibrate_chi_19pt()`, and
`equilibrate_from_fields_19pt()`.

## [1.4.1] - 2026-04-24

### Fixed
Expand Down
Loading