File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.19...3.30)
22project (
33 FINUFFT
4- VERSION 2.2.0
4+ VERSION 2.3.0-rc1
55 LANGUAGES C CXX)
66
77# windows MSVC runtime flags policy
Original file line number Diff line number Diff line change 7474# built documents.
7575#
7676# The short X.Y version.
77- version = u'2.2 '
77+ version = u'2.3-rc1 '
7878# The full version, including alpha/beta/rc tags.
79- release = u'2.2.0 '
79+ release = u'2.3.0-rc1 '
8080
8181# The language for content autogenerated by Sphinx. Refer to documentation
8282# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ Then add the following to your ``CMakeLists.txt``:
5151.. code-block :: cmake
5252
5353 # short version
54- CPMAddPackage("gh:flatironinstitute/finufft@2.2 ")
54+ CPMAddPackage("gh:flatironinstitute/finufft@2.3.0-rc1 ")
5555
5656 # alternative in case custom options are needed
5757 CPMAddPackage(
5858 NAME Finufft
5959 GIT_REPOSITORY https://github.com/flatironinstitute/finufft.git
60- GIT_TAG 2.2
60+ GIT_TAG 2.3.0-rc1
6161 GIT_SHALLOW Yes
6262 GIT_PROGRESS Yes
6363 EXCLUDE_FROM_ALL Yes
Original file line number Diff line number Diff line change 6565// ------------- Library-wide algorithm parameter settings ----------------
6666
6767// Library version (is a string)
68- #define FINUFFT_VER " 2.2.0 "
68+ #define FINUFFT_VER " 2.3.0-rc1 "
6969
7070// Smallest possible kernel spread width per dimension, in fine grid points
7171// (used only in spreadinterp.cpp)
Original file line number Diff line number Diff line change 11% FINUFFT: Flatiron Institute Nonuniform Fast Fourier Transform
2- % Version 2.2.0
2+ % Version 2.3.0-rc1
33%
44% Basic and many-vector interfaces
55% finufft1d1 - 1D complex nonuniform FFT of type 1 (nonuniform to uniform).
Original file line number Diff line number Diff line change 88 "nufft3d1" , "nufft3d2" ,
99 "Plan" ]
1010
11- __version__ = '2.2.0 '
11+ __version__ = '2.3.0-rc1 '
Original file line number Diff line number Diff line change 1717from finufft ._interfaces import nufft2d1 ,nufft2d2 ,nufft2d3
1818from finufft ._interfaces import nufft3d1 ,nufft3d2 ,nufft3d3
1919
20- __version__ = '2.2.0 '
20+ __version__ = '2.3.0-rc1 '
You can’t perform that action at this time.
0 commit comments