Releases: HERA-Team/hera_sim
Releases · HERA-Team/hera_sim
v4.3.1
v4.3.0
pyuvdata
. Please read the documentation carefully if your existing code breaks
🚀 New Features
- Add fftvis simulator to hera_sim by @tyler-a-cox in #306
- feat: ability to snap antpos to red grid by @steven-murray in #322
🔨 Dependencies and Maintenance
- Update to new pyuvdata AnalyticBeam by @steven-murray in #339
- maint: update API for new multi-processing fftvis by @steven-murray in #332
- Update to new numpy RNG API by @r-pascua in #308
- Update to use numpy=2 and pyuvdata=3 by @steven-murray in #319
📖 Documentation
🤖 Style/CI/Bots
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #302
- build(deps): bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 by @dependabot in #304
- build(deps): bump codecov/codecov-action from 4.1.1 to 4.3.0 by @dependabot in #312
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #313
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #314
- build(deps): bump codecov/codecov-action from 4.3.0 to 4.5.0 by @dependabot in #317
- build(deps): bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by @dependabot in #318
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #315
- build(deps): bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 by @dependabot in #324
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #325
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #328
- build(deps): bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.2 by @dependabot in #330
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #329
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #331
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #333
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #334
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #335
- build(deps): bump pypa/gh-action-pypi-publish from 1.10.2 to 1.12.3 by @dependabot in #345
- build(deps): bump codecov/codecov-action from 4.5.0 to 5.1.2 by @dependabot in #344
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #338
New Contributors
- @tyler-a-cox made their first contribution in #306
- @hughbg made their first contribution in #238
Full Changelog: v4.2.2...v4.3.0
v4.2.2
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #294
- build(deps): bump codecov/codecov-action from 3.1.4 to 4.0.0 by @dependabot in #295
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #297
- build(deps): bump codecov/codecov-action from 4.0.0 to 4.1.0 by @dependabot in #298
- build(deps): bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 by @dependabot in #299
- build(deps): bump codecov/codecov-action from 4.1.0 to 4.1.1 by @dependabot in #303
- fix: import blackmanharris from scipy.signal.windows by @steven-murray in #305
Full Changelog: v4.2.1...v4.2.2
v4.2.1
What's Changed
- feat: add option to not check autos by @steven-murray in #291
- Fix mutual coupling conjugation by @r-pascua in #268
Full Changelog: v4.2.0...v4.2.1
v4.2.0
What's Changed
⚠️ Breaking Changes / Deprecations
- refactor: use matvis insteaf of vis_cpu by @steven-murray in #286
Note that this should be a non-breaking change, but deprecates the old VisCPU
wrapper in favor of the new MatVis
name.
You should update any references to VisCPU
before it is fully removed in v5.
Style and Maintenance
- maint: update pypi publish action version by @steven-murray in #274
- ci: put dependabot yaml in the right place by @steven-murray in #278
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #275
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #276
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #277
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #279
- build(deps): bump actions/setup-python from 3 to 4 by @dependabot in #281
- build(deps): bump codecov/codecov-action from 3.1.3 to 3.1.4 by @dependabot in #282
- build(deps): bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 by @dependabot in #280
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #283
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #284
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #285
- build(deps): bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by @dependabot in #287
New Contributors
- @dependabot made their first contribution in #281
Full Changelog: v4.1.2...v4.2.0
v4.1.2
What's Changed
- Fix adjustment issues by @r-pascua in #269
- Fix-for-pyuvdat2.4 by @steven-murray in #266
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #265
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #272
- maint: depend on pyuvdata>2.4.0 to avoid time-based bugs by @steven-murray in #273
Full Changelog: v4.1.1...v4.1.2
v4.1.1
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #262
- fix: call to run_with_profiling by @steven-murray in #263
Full Changelog: v4.1.0...v4.1.1
v4.1.0
What's Changed
- Update interface to
initialize_uvdata_from_params
and pinpyuvsim
… by @piyanatk in #252 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #256
- fix: pass spline_interp_opts by @piyanatk in #257
- Memory profiling by @steven-murray in #237
- H4C Bandpass by @r-pascua in #251
Full Changelog: v4.0.0...v4.1.0
v4.0.0
What's Changed
- Removed the
HealVis
wrapper by @steven-murray in #254 - Updated package to always use future array shapes for
pyuvdata
Full Changelog: v3.1.1...v4.0.0