Skip to content

Commit

Permalink
ztmd mass and momentum balance
Browse files Browse the repository at this point in the history
  • Loading branch information
iagappel committed Aug 4, 2023
1 parent b8843f6 commit c392c26
Show file tree
Hide file tree
Showing 3 changed files with 1,520 additions and 65 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='turbx',
version='0.3.2',
version='0.3.3',
description='Extensible toolkit for analyzing turbulent flow datasets',

long_description=long_description,
Expand Down
4 changes: 3 additions & 1 deletion turbx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Extensible toolkit for analyzing turbulent flow datasets
'''

__version__ = '0.3.2'
__version__ = '0.3.3'
__author__ = 'Jason A'

from .turbx import cgd
Expand Down Expand Up @@ -65,6 +65,7 @@
from .turbx import nice_log_labels
from .turbx import fig_trim_y
from .turbx import fig_trim_x
from .turbx import axs_grid_initializer
from .turbx import axs_grid_compress
from .turbx import tight_layout_helper_ax_with_cbar
from .turbx import cmap_convert_mpl_to_pview
Expand Down Expand Up @@ -116,6 +117,7 @@
'nice_log_labels',
'fig_trim_y',
'fig_trim_x',
'axs_grid_initializer',
'axs_grid_compress',
'tight_layout_helper_ax_with_cbar',
'cmap_convert_mpl_to_pview' ]
Loading

0 comments on commit c392c26

Please sign in to comment.