Changelog
v0.18.0 (2023-01-24)
Feature
plotting notebook: Introduce notebook containing plots of the activation function (
87876aa)
Documentation
INSTALL: Improve install command for examples’ dependencies (
c39b141)
v0.17.1 (2023-01-21)
Fix
zema_dataset: Adapt to most recent zema_emc_annotated version v0.7.0 (
7a7df38)
Documentation
examples: Improve examples docstrings (
e3331a2)
v0.17.0 (2023-01-20)
Feature
v0.16.0 (2023-01-20)
Feature
Documentation
README: Introduce link to ReadTheDocs and badge about documentation status (
c884c76)README: Introduce link to ReadTheDocs (
70614d3)examples: Introduce examples into docs (
3f84e86)INSTALL: Introduce optional dependencies section (
36b5327)README: Introduce Disclaimer and License sections (
ffe1111)
v0.15.0 (2023-01-17)
Feature
propagate: Introduce current version of zema_emc_annotated and thus more flexibility (
adcc4ec)
Documentation
v0.14.0 (2022-12-21)
Feature
zema_dataset: Introduce local caching of extracted data (
5614b91)
Documentation
propagate: Replace old module uncertain_quadlu_propagate after refactoring by propagate (
d41ae32)
v0.13.0 (2022-12-21)
Feature
Documentation
v0.12.0 (2022-12-21)
Feature
Fix
GUMQuadLU: Fix propagation of uncertainties (
5909770)
Documentation
v0.11.0 (2022-12-21)
Feature
Fix
assemble_pipeline: Enable profiler that has been deactivated accidentally (
40ae9ed)
v0.10.0 (2022-12-20)
Feature
Fix
docs: Fix accidentally removing ZeMA dataset content and really introduce QuadLUMLP propagation (
ae20ecf)
Documentation
Performance
_is_positive_semi_definite: Improve implementation to catch more edge cases (
9591265)
v0.9.0 (2022-12-17)
Feature
read_dataset: Introduce full pipeline to extract ZeMA hdf5 into numpy array (
4a275d0)
v0.8.0 (2022-12-17)
Feature
Documentation
uncertainties: Introduce uncertainties module into docs (
2cdf789)
v0.7.0 (2022-12-15)
Feature
UncertainLinear: Introduce Linear layer with uncertainty propagation (
11ebf1e)
Documentation
UncertainQuadLU: Introduce _alpha’s docstring (
1b4c11a)
v0.6.0 (2022-12-14)
Feature
UncertainQuadLU: Finalize implementation of UncertainQuadLU (
76092a5)
Fix
UncertainQuadLU: Fix computation of propagated uncertainties (
83c1b28)
v0.5.0 (2022-12-11)
Feature
UncertainQuadLU: Make UncertainQuadLU inplace-able (
1f43385)
v0.4.0 (2022-12-11)
Feature
Documentation
README: Introduce badges (
ac26493)
v0.3.0 (2022-12-10)
Feature
quadlu: Introduce functional version of QuadLU (
b91dd3c)
Documentation
v0.2.0 (2022-12-09)
Feature
Documentation
v0.1.0 (2022-12-03)
Feature
mnist: Introduce mnist example notebook (
446c112)