Highlights
-
Physiographic descriptor missing values
The handling of missing data in physiographic descriptors has been modified.smash
no longer accepts
missing data on active cells and returns an error on reading. -
Feasible domain on active cells
smash
no longer returns an error if the values of parameters or initial states on non-active cells are
outside the feasibility domain. -
Net scaling layer
Net scaling layer is now able to take the outputs from other activation functions (not only sigmoid) such
as softmax and tanh.
What's Changed
- Rebase of MJA pull request on main (#241) by @inoelloc in #245
- MAINT: Sphinx v7.4 compatibility by @inoelloc in #259
- DOC: Add pypi badge for smash by @inoelloc in #262
- FIX: Check descriptor missing valus on active cells by @inoelloc in #269
- DOC: Update contributor guide summary by @inoelloc in #270
- FIX: Correct the filling of the control vector in case of distributed mapping by @inoelloc in #271
- FIX: scaling layer for bounded outputs from activation layer by @inoelloc in #272
- FIX: docstring serr_sigma_parameters (#274) by @nghi-truyen in #275
- DOC: correct control_tfm documentation (#277) by @nghi-truyen in #278
- Fix crash in generate mesh if a well is present at a cell : infinite recursive loop. Just test if it is a well and cycle by @inoelloc in #281
- DOC: add note to contributor guide for test-baseline (#283) by @nghi-truyen in #284
- ENH: set parameters condition outside active cell by @inoelloc in #288
- MAINT: v1.0.2 release note by @inoelloc in #290
- manage kernel pip by @asjeb in #297
- MAINT: Update release note by @inoelloc in #300
Full Changelog: v1.0.1...v1.0.2