Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
merge dev
  • Loading branch information
BirchKwok committed Aug 11, 2023
2 parents 31c2c30 + f69deef commit 79ce0f7
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ __pycache__/
# C extensions
*.so

# mac cache
.DS_Store

# Distribution / packaging
.Python
build/
Expand Down
14 changes: 14 additions & 0 deletions examples/BenchMark.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,20 @@
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "585ccf013758453991749387232e097d",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"dataset fitting...: 0%| | 0/9 [00:00<?, ?it/s]"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
Expand Down
5 changes: 2 additions & 3 deletions spinesTS/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#
__version__ = "0.0.2"
__version__ = "0.1.0"


from . import (
Expand All @@ -28,6 +28,5 @@
plotting,
preprocessing,
utils,
metrics,
callbacks
metrics
)
Empty file removed spinesTS/callbacks/__init__.py
Empty file.

0 comments on commit 79ce0f7

Please sign in to comment.