Skip to content

Releases: NatLabRockies/phygnn

NLR rebranding updates

18 Apr 23:04
54e9753

Choose a tag to compare

What’s Changed

  • chore: update project references from NREL to NLR and adjust document… (#71) @bnb32
  • Bnb/obs model 4dim fix (#68) @bnb32
  • fix: shape mismatch between mask and hr data in sup3r obs model layer… (#69) @bnb32
  • Update conf.py (#67) @bnb32
  • remove version.py file and use _version.py (#66) @bnb32

Option to use tf.image.resize for spatial expansion in SpatialExpansion and SpatioTemporalExpansion layers

03 Jun 16:34
ffa0944

Choose a tag to compare

Merge pull request #65 from NREL/bnb/spatial_image_resize

Added option to use `tf.image.resize` for expansion method to `Spatia…

Enabled nested hidden layers in configs. Added general obs model layer.

30 May 14:22
3079a6d

Choose a tag to compare

Attention and layers for injecting sparse data

24 Apr 19:43
28419f2

Choose a tag to compare

What’s Changed

  • Adding pyproject.toml, minimal setup.py, removed requirements.txt by @bnb32 in #57
  • Bnb/sup3r_concat_obs by @bnb32 in #61
  • Bnb/sup3r embedder by @bnb32 in #62
  • Update publish_to_pypi.yml by @bnb32 in #63

Full Changelog: v0.0.30...v0.0.31

Trainable Gaussian Pool and np/tf flexible Padding

15 Nov 21:28
c7a06b6

Choose a tag to compare

What’s Changed

New custom layers for sup3rcc precip

23 Jul 17:32
3bdbabf

Choose a tag to compare

Implemented gaussian average pooling layer

30 May 13:05
167911d

Choose a tag to compare

What’s Changed

Deprecating support for scikit-learn version < 1.2

06 Mar 18:29
836060f

Choose a tag to compare

OneHotEncoder sparse parameter renamed to sparse_output to conform with scikit-learn version >= 1.2

New custom layers

29 Nov 16:01
e39b1c4

Choose a tag to compare

What’s Changed

Sup3r layer names and python versions

10 Nov 20:10
42c914a

Choose a tag to compare

What’s Changed

  • updated python requirement >= 3.8 (#44) @grantbuster
  • missed super().init() call in concat/adder. Setting ._name instea… (#43) @bnb32
  • input_feature names for concat/adder layers (#42) @bnb32