Skip to content

Commit a681369

Browse files
authored
Remove warning in README.md (#151)
* Update README.md * Update IntegrationTest.yml
1 parent e2a0f32 commit a681369

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/IntegrationTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
package:
17-
- {user: TuringLang, repo: AdvancedPS.jl, ref: releases}
17+
- {user: TuringLang, repo: AdvancedPS.jl, ref: master}
1818
- {user: TuringLang, repo: Turing.jl, ref: master}
1919

2020
steps:

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,15 @@ a = copy(ttask)
8787
@show consume(ttask) # 3
8888
```
8989

90-
Note: The [Turing](https://github.com/TuringLang/Turing.jl)
91-
probabilistic programming language uses this task copying feature in
90+
Notes:
91+
92+
- The [Turing](https://github.com/TuringLang/Turing.jl) probabilistic programming
93+
language uses this task copying feature in
9294
an efficient implementation of the [particle
9395
filtering](https://en.wikipedia.org/wiki/Particle_filter) sampling
9496
algorithm for arbitary order [Markov
9597
processes](https://en.wikipedia.org/wiki/Markov_model#Hidden_Markov_model).
9698

97-
## Disclaimer
98-
99-
- This feature is still experimental and should only be used with caution.
10099
- From v0.6.0, Libtask is implemented by recording all the computing
101100
to a tape and copying that tape. Before that version, it is based on
102101
a tricky hack on the Julia internals. You can check the commit

0 commit comments

Comments
 (0)