Releases: NatLabRockies/sup3r
Releases · NatLabRockies/sup3r
NLR rebranding updates
upgrade to keras 3 / tensorflow 2.16+
What's Changed
Full Changelog: v0.2.6...v0.2.7
v0.2.6
What's Changed
- Bnb/lr features ordering by @bnb32 in #289
- correct leap day handling by @bnb32 in #290
- Bnb/writers refactor by @bnb32 in #291
- time_feature added for temporal encoding. tests added for basic featu… by @bnb32 in #293
- add mode kwarg to samplers. by @bnb32 in #295
- remove flake8 and pylint from pre commit and gha by @bnb32 in #296
- lat / lon sinusoidal encoding by @bnb32 in #297
- Allow more flexible configs by @ppinchuk in #299
- feat: custom loss with specific input features. by @bnb32 in #301
- Minor bugfix in array output shapes by @ppinchuk in #302
- Geothermal output attrs by @ppinchuk in #307
- Bnb/doc adds by @bnb32 in #308
- nc collection for arbitrary chunk shapes by @bnb32 in #311
- Bnb/exo rasterizer extension by @bnb32 in #312
- feat: add support for Zarr file format and refactor loaders by @bnb32 in #313
- Bnb/obs model by @bnb32 in #310
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
- Deprecated support for Python 3.8
- Bnb/exo agg methods by @bnb32 in #279
- Bnb/net cdf4 to xarray caching by @bnb32 in #280
- cacher time_index to h5s as encoded string (S25 dtype). by @bnb32 in #281
- Add pixi install instructions by @bnb32 in #282
- Bnb/mixed timestep fix by @bnb32 in #286
- Bnb/sliced wasserstein by @bnb32 in #283
- n_projections arg moved to init so it can be specified during mod… by @bnb32 in #287
Full Changelog: v0.2.4...v0.2.5
Miscellaneous QOL additions
What's Changed
- updated readme with new content and graphics by @grantbuster in #267
- Bnb/nc collection by @bnb32 in #268
- added dib article and updated release of sup3rcc v0.2.2 by @grantbuster in #269
- enable multiple exo source files by @bnb32 in #270
- Bnb/improved attrs by @bnb32 in #271
- Bnb/obs scaling by @bnb32 in #272
- feat: implement _match_model_input method in MultiStepGan to ensure f… by @bnb32 in #275
- Bnb/exo agg low mem by @bnb32 in #276
- Bnb/feature aliases by @bnb32 in #274
- Bnb/cache load edit by @bnb32 in #277
- Update pyproject.toml by @bnb32 in #278
Full Changelog: v0.2.3...v0.2.4
Lots of updates, new features for observations in Sup3rWind
What’s Changed
- Gb/bc optm (#265) @grantbuster
- Gb/sup3rcc example (#266) @grantbuster
- Gb/cpu kw (#264) @grantbuster
- Bnb/cond obs fwp (#262) @bnb32
- Added relativistic discriminator loss used in ESRGAN paper. (#261) @bnb32
- multi-term loss function capability: model loss arg can be dictionary… (#260) @bnb32
- Bnb/disc training fix (#259) @bnb32
- Bnb/min padding general (#258) @bnb32
- need to parse FeatureRegistry so no overlap in kwargs (#255) @grantbuster
- interpolation adjustment: option to include single levels in interpol… (#254) @bnb32
- bias refact:
run_in_parallelfunction to remove duplicate calls t… (#253) @bnb32
Bug fixes and improvements for SolarCC
What’s Changed
- Gb/solar experiment (#250) @grantbuster
- preload of coords added to compute and h5 preload test added. (#251) @bnb32
- Bug fix on GCM clearsky ratio (#249) @grantbuster
Version 0.2.1
What's Changed
- Bnb/masked fwp by @bnb32 in #231
- Gb/optm state by @grantbuster in #242
- uv invert for netcdf writes by @bnb32 in #243
- sum multi gpu gradients and apply once to weight equally in adam mome… by @grantbuster in #244
- miscellaneous bias module clean up by @bnb32 in #245
- Gb/disc valid by @grantbuster in #246
- Bnb/1d nc loading by @bnb32 in #247
- Gb/qa fix by @grantbuster in #248
Full Changelog: v0.2.0...v0.2.1
Major refactor of forward pass modules and data / batch handler classes.
What's Changed
- Use
rex Regridderport by @ppinchuk in #228 - Gb/presrat updates 2 by @grantbuster in #230
- Bnb/compute on none chunks by @bnb32 in #233
- Gb/bc debug by @grantbuster in #232
- fixed double bias correction of features in bc qdm utility by @grantbuster in #234
- Fix: Typos on optional dependencies related to doc by @castelao in #236
- Updated Sup3rX access patterns - keys can be either features or numpy style indexing but not both by @bnb32 in #235
- if n_writes request is too big, set to n_chunks instead of raising error by @grantbuster in #237
- added simple test on cc batching for daily boundaries by @grantbuster in #238
- Bnb/caching fixes by @bnb32 in #239
- Gb/bc kwargs by @grantbuster in #240
- Bnb/dh refactor by @bnb32 in #220
Full Changelog: v0.1.4...v0.2.0
Version 0.1.4
What’s Changed
- Exclude test data in release tar