Skip to content

Commit

Permalink
Release mineralML v0.0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahshi committed Dec 10, 2023
1 parent 437bf13 commit 9ee0817
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/mineralML/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module
__version__ = '0.0.0.3'
__version__ = '0.0.0.4'
1 change: 0 additions & 1 deletion src/mineralML/unsupervised.py
Original file line number Diff line number Diff line change
Expand Up @@ -758,5 +758,4 @@ def plot_latent_space(df_pred):
ax[1].tick_params(axis="x", direction='in', length=5, pad = 6.5)
ax[1].tick_params(axis="y", direction='in', length=5, pad = 6.5)
plt.tight_layout()
plt.show()

0 comments on commit 9ee0817

Please sign in to comment.