Skip to content

Commit

Permalink
release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WitoldFracek committed Nov 27, 2024
1 parent d2d328b commit efefe25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 74 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "qwlist"
version = "1.2.0"
version = "1.3.0"
authors = [
{ name="Witold Frącek" },
]
Expand Down
77 changes: 4 additions & 73 deletions src/todo.md
Original file line number Diff line number Diff line change
@@ -1,73 +1,4 @@
QList, Lazy, EagerQList
### take_while
[x] [x] [x] implemented \
[x] [x] [x] documented \
[x] [x] [x] tested

### all
[x] [x] [x] implemented \
[x] [x] [x] documented \
[x] [x] [x] tested

### any
[x] [x] [x] implemented \
[x] [x] [x] documented \
[x] [x] [x] tested

### scan
[x] [x] [x] implemented \
[x] [x] [x] documented \
[x] [x] [x] tested

### min
[x] [x] [x] implemented \
[x] [x] [x] documented \
[x] [x] [x] tested

### max
[x] [x] [x] implemented \
[x] [x] [x] documented \
[x] [x] [x] tested

### sum
[x] [x] [x] implemented \
[x] [x] [x] documented \
[x] [x] [x] tested

### full_flatten
[x] [x] [x] implemented \
[x] [x] [x] documented \
[x] [x] [x] tested

### merge
[x] [x] [x] implemented \
[x] [x] [x] documented \
[x] [x] [x] tested

### chain
[x] [x] [x] implemented \
[x] [x] [x] documented \
[x] [x] [x] tested

### batch
[x] [x] [x] implemented \
[x] [x] [x] documented \
[x] [x] [x] tested

### batch_by
[x] [x] [x] implemented \
[x] [x] [x] documented \
[x] [x] [x] tested

### window
[x] [x] [x] implemented \
[x] [x] [x] documented \
[x] [x] [x] tested

### iter
[x] [x] [x] implemented \
[x] [x] [x] documented \
[x] [x] [x] tested

w assertach jest res == expected
^ kolejność
git add .
git commit -m "Your commit message"
git tag -a v1.0 -m "Tag message"
git push origin main --tags

0 comments on commit efefe25

Please sign in to comment.