Skip to content

Commit

Permalink
Added NEW.rst file, bumping version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Timofey Mukha committed Oct 5, 2017
1 parent 3971ab6 commit 1ff4529
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Include the license file
include LICENSE.txt
include NEWS.rst

# Include the data files
recursive-include docs *
Expand Down
24 changes: 24 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
NEWS
====

v. 0.0.1
--------

New functionality
_________________

* New Interpolation generator for interpolating data between to grids.

* New foamFile reader for unstructured points.


Bug fixes
_________

* Corrected output of cf, u_tau and y+_1 for the Lund rescaling generator.

API changes
___________

* Reader functions re-named following the pattern
read_points_from_foamfile -> read_structured_points_foamfile.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import find_packages

setup(name='eddylicious',
version='0.0.5',
version='0.1.0',
description='A package for generating inflow fields for LES and DNS',
url='https://github.com/timofeymukha/eddylicious',
author='Timofey Mukha',
Expand Down

0 comments on commit 1ff4529

Please sign in to comment.