This repository was archived by the owner on Sep 11, 2023. It is now read-only.
Releases: openclimatefix-archives/nowcasting_dataset
Releases · openclimatefix-archives/nowcasting_dataset
v0.2.6
Bump version: 0.2.5 → 0.2.6
v0.2.5
Bump version: 0.2.4 → 0.2.5
v0.2.4
Add RTD docs (#242)
v0.2.3
Fix checking out the new tag
v0.2.2
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
Full Changelog: v0.2.0...v0.2.1
0.2.0
What's Changed
- Updating README.md, environment.yml and requirements.txt by @JackKelly in #173
- calculate centroid before using to_crs() by @peterdudfield in #165
- install rioxarray first by @peterdudfield in #179
- fix for duplicate gsp regions - merging them together by @peterdudfield in #178
- small PR for PR comments by @peterdudfield in #183
- Add docstring linters by @jacobbieker in #125
- Issue/182 normalised gsp data by @peterdudfield in #187
- Issue/52 sun azimuth elevation by @peterdudfield in #175
- fix for multiprocess dataloader by @peterdudfield in #190
- move scripts for test data by @peterdudfield in #192
- Add download script for EUMETSAT Data by @jacobbieker in #172
- Bug/197 topo gcs by @peterdudfield in #199
- remove not needed function by @peterdudfield in #210
- add method to split by random day for train and test, and by year for… by @peterdudfield in #207
- Issue/166 batch pydantic by @peterdudfield in #195
- Issue/86 remove torch by @peterdudfield in #215
- Issue/153 use fsspec by @peterdudfield in #214
- Issue/202 modality files by @peterdudfield in #216
- fix for fake data by @peterdudfield in #218
- Setup cross-repo testing by @jacobbieker in #221
Full Changelog: v0.1.6...v0.2.0
v0.1.6
Add Topographic Data source
Improvements to work locally
v0.1.5
Add Local Filesystem Support (#142) * Add local option * Add testing local option * Bump version * Update test to check for example data
v0.1.4
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]>