Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
big-brain
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Louis
big-brain
Commits
f8ba965b
Unverified
Commit
f8ba965b
authored
4 years ago
by
Kat Marchán
Browse files
Options
Downloads
Patches
Plain Diff
docs: add changelog
parent
94460423
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.clog.toml
+5
-0
5 additions, 0 deletions
.clog.toml
CHANGELOG.md
+24
-0
24 additions, 0 deletions
CHANGELOG.md
with
29 additions
and
0 deletions
.clog.toml
0 → 100644
+
5
−
0
View file @
f8ba965b
[clog]
repository
=
"https://github.com/zkat/big-brain"
subtitle
=
""
changelog
=
"CHANGELOG.md"
from-latest-tag
=
true
This diff is collapsed.
Click to expand it.
CHANGELOG.md
0 → 100644
+
24
−
0
View file @
f8ba965b
<a
name=
"0.3.0"
></a>
## 0.3.0 (2021-04-14)
This is a major overhaul of the Bevy API. It removes
`.ron`
support
altogether, in favor of plain old Rust builders.
#### Breaking Changes
*
The
`.ron`
Thinker definition API is gone. Use the ThinkerBuilder API instead.
*
The
`Action`
and
`Scorer`
derive macros are gone, including all of
`big_brain_derive`
.
*
Measures and Weights are gone.
*
`big-brain`
no longer exports everything from the toplevel. Use
`big_brain::prelude::*`
instead.
#### Bug Fixes
Probably.
#### Features
*
New builder-based Thinker API!
*
Composite Scorers:
`FixedScore`
,
`AllOrNothing`
, and
`SumOfScorers`
.
*
Composite Action:
`Steps`
, for sequential Action execution.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment