Prepare for 2.3.0 release - #349
Conversation
antonwolfy
left a comment
There was a problem hiding this comment.
The only small nit from me
| * 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) |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
@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.
The PR updates
__version__and CHANGELOG.md to publish the new 2.3.0 release