Skip to content

Commit a3b1556

Browse files
committed
Bump version
1 parent 3a3a172 commit a3b1556

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ keywords:
3838
- neural processes
3939
- active learning
4040
license: MIT
41-
version: 0.1.8
42-
date-released: '2023-08-24'
41+
version: 0.1.9
42+
date-released: '2023-09-04'

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ data with neural processes</p>
1111

1212
-----------
1313

14-
[![release](https://img.shields.io/badge/release-v0.1.8-green?logo=github)](https://github.com/tom-andersson/deepsensor/releases)
14+
[![release](https://img.shields.io/badge/release-v0.1.9-green?logo=github)](https://github.com/tom-andersson/deepsensor/releases)
1515
![Tests](https://github.com/tom-andersson/deepsensor/actions/workflows/tests.yml/badge.svg)
1616
[![Coverage Status](https://coveralls.io/repos/github/tom-andersson/deepsensor/badge.svg?branch=main)](https://coveralls.io/github/tom-andersson/deepsensor?branch=main)
1717
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
1818
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/tom-andersson/deepsensor/blob/main/LICENSE)
1919

20-
**NOTE**: This package is currently undergoing very active development. If you are interested in using
21-
DeepSensor, please get in touch first ([email protected]).
20+
**NOTE**: This package is a work in progress and breaking changes are likely. If you are interested
21+
in using DeepSensor, please get in touch first ([email protected]).
2222

2323
For demonstrators, use cases, and videos showcasing the functionality of DeepSensor, check out the
2424
[DeepSensor Gallery](https://github.com/tom-andersson/deepsensor_gallery)!
@@ -69,8 +69,8 @@ We can go from imports to predictions with a trained model in less than 30 lines
6969

7070
```python
7171
import deepsensor.torch
72-
from deepsensor.data.loader import TaskLoader
7372
from deepsensor.data.processor import DataProcessor
73+
from deepsensor.data.loader import TaskLoader
7474
from deepsensor.model.convnp import ConvNP
7575
from deepsensor.train.train import train_epoch
7676

@@ -172,3 +172,6 @@ for more details.
172172
If you use DeepSensor in your research, please consider citing this repository.
173173
You can generate a BiBTeX entry by clicking the 'Cite this repository' button
174174
on the top right of this page.
175+
176+
## Acknowledgements
177+
DeepSensor is funded by [The Alan Turing Institute](https://www.turing.ac.uk/).

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = deepsensor
3-
version = 0.1.8
3+
version = 0.1.9
44
author = Tom R. Andersson
55
author_email = [email protected]
66
description = A Python package for modelling xarray and pandas data with neural processes.

0 commit comments

Comments
 (0)