Skip to content
Snippets Groups Projects
Commit af65f785 authored by Pierre Augier's avatar Pierre Augier
Browse files

Version 0.2.2

parent 0ad9a644
No related branches found
No related tags found
No related merge requests found
0.2.1 (not yet released)
------------------------
0.2.2 (2018-07-01)
------------------
- Let fluidfft decides which FFT class to use (dependency fluidfft >= 0.2.4)
0.2.1 (2018-05-24)
------------------
- IPython magic commands (by Ashwin Vishnu).
- Bugfix divergence-free flow and time_stepping in ns3d solvers.
......@@ -4,8 +9,8 @@
- IPython magic commands (by Ashwin Vishnu).
- Bugfix divergence-free flow and time_stepping in ns3d solvers.
0.2.0 (2018/05/05)
0.2.0 (2018-05-04)
------------------
- Many bugfixes and nicer code (using the Python code formatter Black).
......
......@@ -26,7 +26,7 @@
__version__ = get_version()
except:
__version__ = "0.2.1"
__version__ = "0.2.2"
try:
......
......@@ -113,7 +113,7 @@
'h5py', 'h5netcdf']
if FFTW3:
install_requires += ['pyfftw >= 0.10.4', 'fluidfft >= 0.2.3']
install_requires += ['pyfftw >= 0.10.4', 'fluidfft >= 0.2.4']
def modification_date(filename):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment