Skip to content

Commit

Permalink
Remove Bijectors.ordered export
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Jan 21, 2025
1 parent c446fe1 commit 9f30903
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
8 changes: 0 additions & 8 deletions docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,6 @@ Please see the [generated quantities](https://turinglang.org/docs/tutorials/usag
| `unfix` | [`DynamicPPL.unfix`](@extref) | Unfix the value of a variable |
| `OrderedDict` | [`OrderedCollections.OrderedDict`](https://juliacollections.github.io/OrderedCollections.jl/dev/ordered_containers/#OrderedDicts) | An ordered dictionary |

### Extra re-exports from Bijectors

Note that Bijectors itself does not export `ordered`.

```@docs
Bijectors.ordered
```

### Point estimates

See the [mode estimation tutorial](https://turinglang.org/docs/tutorials/docs-17-mode-estimation/) for more information.
Expand Down
5 changes: 1 addition & 4 deletions src/Turing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ using DynamicPPL:
conditioned,
to_submodel
using StatsBase: predict
using Bijectors: ordered
using OrderedCollections: OrderedDict

# Turing essentials - modelling macros and inference algorithms
Expand Down Expand Up @@ -147,8 +146,6 @@ export
AutoMooncake,
# DistributionsAD
filldist,
arraydist,
# Bijectors
ordered
arraydist

end

0 comments on commit 9f30903

Please sign in to comment.