File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,5 +38,5 @@ keywords:
38
38
- neural processes
39
39
- active learning
40
40
license : MIT
41
- version : 0.3.6
42
- date-released : ' 2024-02-02 '
41
+ version : 0.3.7
42
+ date-released : ' 2024-07-14 '
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ data with neural processes</p>
11
11
12
12
-----------
13
13
14
- [ ![ release] ( https://img.shields.io/badge/release-v0.3.6 -green?logo=github )] ( https://github.com/alan-turing-institute/deepsensor/releases )
14
+ [ ![ release] ( https://img.shields.io/badge/release-v0.3.7 -green?logo=github )] ( https://github.com/alan-turing-institute/deepsensor/releases )
15
15
[ ![ Latest Docs] ( https://img.shields.io/badge/docs-latest-blue.svg )] ( https://alan-turing-institute.github.io/deepsensor/ )
16
16
![ Tests] ( https://github.com/alan-turing-institute/deepsensor/actions/workflows/tests.yml/badge.svg )
17
17
[ ![ Coverage Status] ( https://coveralls.io/repos/github/alan-turing-institute/deepsensor/badge.svg?branch=main )] ( https://coveralls.io/github/alan-turing-institute/deepsensor?branch=main )
@@ -112,7 +112,7 @@ ds = data_processor(ds_raw)
112
112
# Set up task loader
113
113
task_loader = TaskLoader(context = ds, target = ds)
114
114
115
- # Set up model
115
+ # Set up ConvNP, which by default instantiates a ConvCNP with Gaussian marginals
116
116
model = ConvNP(data_processor, task_loader)
117
117
118
118
# Generate training tasks with up 100 grid cells as context and all grid cells
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = deepsensor
3
- version = 0.3.6
3
+ version = 0.3.7
4
4
author = Tom R. Andersson
5
5
6
6
description = A Python package for modelling xarray and pandas data with neural processes.
You can’t perform that action at this time.
0 commit comments