Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatthieu3 committed Aug 7, 2019
1 parent d6ebf47 commit 1b5b039
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
4 changes: 1 addition & 3 deletions binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
export PATH="$HOME/.cargo/bin:$PATH"
# Install the MOCPy version from the remote repo
pip install .


pip install .
14 changes: 7 additions & 7 deletions notebooks/Space & Time coverages.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"This notebook shows:\n",
"\n",
"* How to create Space-Time coverages of the 2MASS image catalog and XMM_DR8 catalog\n",
"* How to query a Space-Time with a time frame to return the spatial coverage observed by 2MASS/XMM within this time frame.\n",
"* How to query a Space-Time coverage with a time frame to return the spatial coverage observed by 2MASS/XMM within this time frame.\n",
"* How to compute the intersection of two Space-Time coverages.\n",
"* How to query it to return the spatial coverage observed by 2MASS and XMM within the same time frame."
]
Expand Down Expand Up @@ -51,8 +51,8 @@
"name": "stdout",
"output_type": "stream",
"text": [
"CPU times: user 6.55 s, sys: 330 ms, total: 6.88 s\n",
"Wall time: 2.25 s\n"
"CPU times: user 6.5 s, sys: 448 ms, total: 6.95 s\n",
"Wall time: 2.27 s\n"
]
}
],
Expand Down Expand Up @@ -96,8 +96,8 @@
"name": "stdout",
"output_type": "stream",
"text": [
"CPU times: user 579 ms, sys: 41.6 ms, total: 621 ms\n",
"Wall time: 386 ms\n"
"CPU times: user 547 ms, sys: 52.5 ms, total: 599 ms\n",
"Wall time: 365 ms\n"
]
}
],
Expand All @@ -118,7 +118,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"CPU times: user 1.4 ms, sys: 0 ns, total: 1.4 ms\n",
"CPU times: user 1.31 ms, sys: 100 µs, total: 1.41 ms\n",
"Wall time: 1.41 ms\n"
]
},
Expand Down Expand Up @@ -225,7 +225,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "4018ed407363494da3939ec9a006b798",
"model_id": "b6abc544440945ef8d5bce1eb22ebeee",
"version_major": 2,
"version_minor": 0
},
Expand Down

0 comments on commit 1b5b039

Please sign in to comment.