Skip to content

Commit a803e49

Browse files
committed
Update news and add workspace project
1 parent 9c1ecf5 commit a803e49

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

NEWS.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,14 @@ Alternatively, either use the Github Blame, or the Github `/compare/v0.18.0...v0
1212
The list below highlights breaking changes according to normal semver workflow -- i.e. breaking changes go through at least one deprecatation (via warnings) on the dominant number in the version number. E.g. v0.18 -> v0.19 (warnings) -> v0.20 (breaking). Note that ongoing efforts are made to properly deprecate old code/APIs
1313

1414
# Changes in v0.36
15-
- Refactor Mixture as direct Density see #1420
16-
- Standardize sampling on FluxModelsDistributions
15+
- Split out IIFTypes as a separate module.
16+
- Update for Abstract types from DFG 1154.
17+
- Update to LieGroups.
18+
- Refactor Mixture as direct Density see #1420.
19+
- Standardize sampling on FluxModelsDistributions.
20+
- Remove FunctionNodeData related deprecated names.
21+
- Remove PPEs - use calcMeanMaxSuggested see #1885.
22+
1723

1824
# Changes in v0.35
1925

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[workspace]
2+
projects = ["IncrementalInferenceTypes", "IncrementalInference"]

0 commit comments

Comments
 (0)