Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cgarciae committed Jan 10, 2022
1 parent 04d0b0e commit 1e24884
Show file tree
Hide file tree
Showing 12 changed files with 65 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/api/Embed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

# treex.Embed

::: treex.Embed
selection:
inherited_members: false
6 changes: 6 additions & 0 deletions docs/api/Filters.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

# treex.Filters

::: treex.Filters
selection:
inherited_members: false
6 changes: 6 additions & 0 deletions docs/api/FlattenMode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

# treex.FlattenMode

::: treex.FlattenMode
selection:
inherited_members: false
6 changes: 6 additions & 0 deletions docs/api/OpaquePredicate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

# treex.OpaquePredicate

::: treex.OpaquePredicate
selection:
inherited_members: false
6 changes: 6 additions & 0 deletions docs/api/Treex.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

# treex.Treex

::: treex.Treex
selection:
inherited_members: false
6 changes: 6 additions & 0 deletions docs/api/copy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

# treex.copy

::: treex.copy
selection:
inherited_members: false
6 changes: 6 additions & 0 deletions docs/api/flatten_mode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

# treex.flatten_mode

::: treex.flatten_mode
selection:
inherited_members: false
6 changes: 6 additions & 0 deletions docs/api/in_compact.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

# treex.in_compact

::: treex.in_compact
selection:
inherited_members: false
6 changes: 6 additions & 0 deletions docs/api/nn/Embed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

# treex.nn.Embed

::: treex.nn.Embed
selection:
inherited_members: false
9 changes: 9 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,14 @@ nav:
Conv: api/Conv.md
Copy: api/Copy.md
Dropout: api/Dropout.md
Embed: api/Embed.md
Extensions: api/Extensions.md
FieldInfo: api/FieldInfo.md
FieldMetadata: api/FieldMetadata.md
Filter: api/Filter.md
Filters: api/Filters.md
Flatten: api/Flatten.md
FlattenMode: api/FlattenMode.md
FlaxModule: api/FlaxModule.md
HaikuModule: api/HaikuModule.md
Hashable: api/Hashable.md
Expand Down Expand Up @@ -59,6 +62,7 @@ nav:
Named: api/Named.md
Nothing: api/Nothing.md
Opaque: api/Opaque.md
OpaquePredicate: api/OpaquePredicate.md
OptState: api/OptState.md
Optimizer: api/Optimizer.md
Parameter: api/Parameter.md
Expand All @@ -71,12 +75,16 @@ nav:
Tree: api/Tree.md
TreeMeta: api/TreeMeta.md
TreePart: api/TreePart.md
Treex: api/Treex.md
add_field_info: api/add_field_info.md
apply: api/apply.md
compact: api/compact.md
compact_module: api/compact_module.md
copy: api/copy.md
field: api/field.md
filter: api/filter.md
flatten_mode: api/flatten_mode.md
in_compact: api/in_compact.md
losses:
CosineSimilarity: api/losses/CosineSimilarity.md
Crossentropy: api/losses/Crossentropy.md
Expand Down Expand Up @@ -116,6 +124,7 @@ nav:
BatchNorm: api/nn/BatchNorm.md
Conv: api/nn/Conv.md
Dropout: api/nn/Dropout.md
Embed: api/nn/Embed.md
Flatten: api/nn/Flatten.md
FlaxModule: api/nn/FlaxModule.md
HaikuModule: api/nn/HaikuModule.md
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "treex"
version = "0.6.7"
version = "0.6.8"
description = ""
authors = ["Cristian Garcia <cgarcia.e88@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion treex/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.6.7"
__version__ = "0.6.8"

import treeo
from flax.linen import initializers
Expand Down

0 comments on commit 1e24884

Please sign in to comment.