Skip to content

Prepare for 2.3.0 release - #349

Merged
vlad-perevezentsev merged 2 commits into
masterfrom
prepare-for-2.3.0-release
Jul 30, 2026
Merged

Prepare for 2.3.0 release#349
vlad-perevezentsev merged 2 commits into
masterfrom
prepare-for-2.3.0-release

Conversation

@vlad-perevezentsev

Copy link
Copy Markdown
Collaborator

The PR updates __version__ and CHANGELOG.md to publish the new 2.3.0 release

@antonwolfy antonwolfy left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only small nit from me

Comment thread CHANGELOG.md
* Removed `numpy-base` dependency and `USE_NUMPY_BASE` environment variable from conda recipe [gh-318](https://github.com/IntelPython/mkl_fft/pull/318)

### Fixed
* Migrated the build system from `setuptools` to `meson-python`, removing `setup.py` in favor of `meson.build` [gh-303](https://github.com/IntelPython/mkl_fft/pull/303)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It'd make sense to state also that the PR also moves to mkl as dependency, with mkl-service only used as a dependency when using the scipy interface. If scipy is installed without mkl-service, the scipy interface won't be available.
Or to add that by separate changelog entry.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@antonwolfy this is not quite accurate for #303 because this PR is only the build-system migration and does not update runtime deps.
That behavior was introduced earlier: mkl-service made optional in #305 (2.2.0)
mkl dropped as a runtime dep in #322 (2.2.1) and both already in the CHANGELOG.md
I will remove this mention from the #303 description.

@vlad-perevezentsev
vlad-perevezentsev merged commit e22c1c9 into master Jul 30, 2026
118 of 119 checks passed
@vlad-perevezentsev
vlad-perevezentsev deleted the prepare-for-2.3.0-release branch July 30, 2026 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants