Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Releases: openclimatefix-archives/nowcasting_dataset

v0.2.6

19 Oct 15:10

Choose a tag to compare

Bump version: 0.2.5 → 0.2.6

v0.2.5

19 Oct 12:05

Choose a tag to compare

Bump version: 0.2.4 → 0.2.5

v0.2.4

19 Oct 10:44
864e249

Choose a tag to compare

Add RTD docs (#242)

v0.2.3

18 Oct 16:59

Choose a tag to compare

Fix checking out the new tag

v0.2.2

18 Oct 16:50
3c72f18

Choose a tag to compare

Add auto-version bump (#238)

* Add auto-version bump

* Add docstring

* Change where version is stored

* Add auto-publish and bump correct file

0.2.1

14 Oct 07:51

Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1

0.2.0

13 Oct 08:18
83a6010

Choose a tag to compare

What's Changed

Full Changelog: v0.1.6...v0.2.0

v0.1.6

28 Sep 17:24

Choose a tag to compare

Add Topographic Data source
Improvements to work locally

v0.1.5

17 Sep 17:36
0082a8d

Choose a tag to compare

Add Local Filesystem Support (#142)

* Add local option

* Add testing local option

* Bump version

* Update test to check for example data

v0.1.4

17 Sep 10:22
f871028

Choose a tag to compare

Update NetCDFDataset to work with SatFlow (#107)

* Add customizable required keys

* Add customizable required keys

* Add TODO ideas relating to #97

* Start on subsetting data

* Add customizable required keys

* Add customizable required keys

* Add TODO ideas relating to #97

* Start on subsetting data

* Readd required keys

* Run black formatting

* Add init

* Add subsetting temporal data

* Rename to better reflect current index

* Add some higher imports

* Add Example

* Fix circular import, subset time sin/cos etc.

* Remove duplicated file

* Update constants

* Run black

* Remove todo

* Split out subselecting into own function

* Move datetime feature names to required_keys

* Add check for required keys

* Add unittest for subselect_data

* Update docstring

* Add docstring

* Update version

* Import more constants

* Add 30 second explanation

* Remove extra checks, PR comment

* Update subselect_data for xarray

* Update with simpler version

* Passing test

* Make test shorter, add test file

* Update nowcasting_dataset/dataset/datasets.py

Co-authored-by: Jack Kelly <[email protected]>

* Update nowcasting_dataset/dataset/datasets.py

Co-authored-by: Jack Kelly <[email protected]>

* Update nowcasting_dataset/dataset/datasets.py

Co-authored-by: Jack Kelly <[email protected]>

* Reduce code duplication in subselect

* Change how Datetimes selected

* Fix positional arg

* Simplify a bit further

* Simplify a bit further

* Fix error

Co-authored-by: Jack Kelly <[email protected]>