Skip to content

Commit

Permalink
Merge pull request #7 from lorisercole/v0.1a1
Browse files Browse the repository at this point in the history
v0.1a1 release
  • Loading branch information
lorisercole-second authored Mar 19, 2019
2 parents f51005d + 003070d commit 275a6a0
Show file tree
Hide file tree
Showing 32 changed files with 8,511 additions and 1,320 deletions.
547 changes: 0 additions & 547 deletions example/example_cepstrum_silica_API.ipynb

This file was deleted.

647 changes: 0 additions & 647 deletions example/example_cepstrum_silica_old.ipynb

This file was deleted.

2 changes: 1 addition & 1 deletion __init__.py → thermocepstrum/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import absolute_import

__all__ = [ 'md', 'i_o', 'heatcurrent' ]
__all__ = [ 'md', 'i_o', 'heatcurrent', 'utils' ]

from . import *
from .heatcurrent import HeatCurrent
Expand Down
381 changes: 295 additions & 86 deletions analysis.py → thermocepstrum/analysis.py

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 275a6a0

Please sign in to comment.