Skip to content

Tags: Wirg/stqdm

Tags

v0.2.1

Toggle v0.2.1's commit message
bump: version v0.2.1

v0.2.0

Toggle v0.2.0's commit message
ci: restore automatic release publishing

v0.0.5

Toggle v0.0.5's commit message
bump to version v0.0.5

v0.0.5a3

Toggle v0.0.5a3's commit message
bump to version v0.0.5a3

v0.0.5a0

Toggle v0.0.5a0's commit message
bump to version v0.0.5a0

v0.0.5-alpha.1

Toggle v0.0.5-alpha.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release => 0.0.5-alpha.1 into releases (#51)

* add initial dependencies

* add black to pyproject.toml

* add v1 code for stqdm

* add examples

* add keywords

* add ci

* rename master to main in ci workflows

* remove tensorflow version and augment number of python version

* remove support for py34

* add pytest config

* fix pytest config options parsing

* use tqdm auto instead of std

* add first test

* black it

* add test

* add test badge

* optimize imports

* add stqdm examples in doc

* update version and add readme and home page / repo

* add install to doc

* add simple presentation and demo gif

* update readme

* fix path to assets in readme

* add codecov badge

* use absolute link for demo gif to work in pypi

* add classifiers

* loosen dependencies

* add check for different tqdm version

* FIX: matrix variable expension in ci

* FIX: bad streamlit version in CI

* Add build-dependencies jobs to speed up workflows

* correct typo in step name

* change tqdm dependencies to have tqdm.auto

* improve caching to avoid dvc add --lock

* more restriction on tqdm to match signature

* fix streamlit dependencies to have deltagenerator

* v0.0.2 loosen up dependencies

* remove unkown classifier

* fix poetry dependencies

* update version 0.0.3

* add backend and frontend options to tqdn

* improve README.md

* [Release] v0.0.4

* Update issue templates

* Update bug report template

* add codeql badge to readme

* add-codeql-base-setup

* add release drafter test

* Bump ipython from 7.16.1 to 7.16.3 (#13)

* Bump ipython from 7.16.1 to 7.16.3

Bumps [ipython](https://github.com/ipython/ipython) from 7.16.1 to 7.16.3.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@7.16.1...7.16.3)

---
updated-dependencies:
- dependency-name: ipython
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* poetry update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Arnault Chazareix <arnaultc@sicara.com>

* update dependencies (#15)

* update dependencies

* update test matrix

* update matrixes for github actions

* test for ptython 3.7 minimal

* try simplifying github actions workflow

* add step to define dependencies

* use pip cache

* fix version in pyproject.toml and update to speed up

* reduce black version to be able to use click <8

* requirements.txt does not take python-version into accounts in cache

* cache poetry lock instead and improve concurency

* install project for tests

* change cache key to update ot

* Improve ci speed (#19)

* remove release drafter and add schedule tests for everyday at 4 am

* add-workflow-to-update-dependencies

* lint update dependencies

* try: using pip instead of poetry to speed up dependencies install in tests workflow

* try moving actions checkout

* rename action file

* try: adding shell to action

* do not use >= in depdencies

* remove build requirement lock

* add missing init

* ci: update actions (#20)

* ci: update actions

* update minimal python version in ci

* Deal with no length (#21)

* stqdm display text iterations if no length

* add example for no total no length

* add tests for stqdm with no length and no total and only no length but total

* add release workflows (#22)

* add release workflows

* add pre-commit to ev dependencies and push python version to >3.7

* add precommit config

* fix some issues in new workflows

* Bump numpy from 1.19.5 to 1.21.0 (#23)

Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 to 1.21.0.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst)
- [Commits](numpy/numpy@v1.19.5...v1.21.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add release workflows (#25)

* limit bump version to myself

* change git workflow

* fix(ci): correct assign -> assignee in bump version

* fix(ci): add missing github token

* fix(ci): double -> single quote in if statement

* fix(ci): correct gh pr create

* ci: set pr to auto merge

* ci: add releases to branch tested by tests workflow

* ci: add auto merge actions & update bump version to auto merge

* add other release types

* ci: add automated-release-pr label to auto pr

* fix(ci): github workflow create-release remove circular dependecy

* ci: default value to install dependencies

* ci: update create-release

* ci: simplify description of version argument in dispatch

* fix(ci): move github token env to step

* fix(ci): add missing shell in composite action

* fix(ci): Fix not working secrest in composite by providing it as input & squash

* add name to stage

* [Release] v0.0.5-alpha.0 => main (#36)

bump to version v0.0.5-alpha.0

Co-authored-by: Wirg <Wirg@users.noreply.github.com>

* Fix releases (#40)

* fix(ci): poetry -n cmd -> poetry cmd -n

* remove useless with

* ci: update codeql analysis

* fix(ci): add missing file codeql-config

* ci: adapt concurency stop

* [Release] v0.0.5-alpha.1 => main (#42)

* [Release] v0.0.5-alpha.0 => releases (#35)

* Bump numpy from 1.19.5 to 1.21.0 (#23)

Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 to 1.21.0.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst)
- [Commits](numpy/numpy@v1.19.5...v1.21.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add release workflows (#25)

* limit bump version to myself

* change git workflow

* fix(ci): correct assign -> assignee in bump version

* fix(ci): add missing github token

* fix(ci): double -> single quote in if statement

* fix(ci): correct gh pr create

* ci: set pr to auto merge

* ci: add releases to branch tested by tests workflow

* ci: add auto merge actions & update bump version to auto merge

* add other release types

* ci: add automated-release-pr label to auto pr

* fix(ci): github workflow create-release remove circular dependecy

* ci: default value to install dependencies

* ci: update create-release

* ci: simplify description of version argument in dispatch

* fix(ci): move github token env to step

* fix(ci): add missing shell in composite action

* fix(ci): Fix not working secrest in composite by providing it as input & squash

* add name to stage

* bump to version v0.0.5-alpha.0

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Arnault <Wirg@users.noreply.github.com>

* bump to version v0.0.5-alpha.1

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Arnault <Wirg@users.noreply.github.com>

* ci: improve naming and concurrency (#43)

* remove update_dependencies

* fix replace squash by merge (#48)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v0.0.5-alpha.0

Toggle v0.0.5-alpha.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Release] v0.0.5-alpha.0 => releases (#35)

* Bump numpy from 1.19.5 to 1.21.0 (#23)

Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 to 1.21.0.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst)
- [Commits](numpy/numpy@v1.19.5...v1.21.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add release workflows (#25)

* limit bump version to myself

* change git workflow

* fix(ci): correct assign -> assignee in bump version

* fix(ci): add missing github token

* fix(ci): double -> single quote in if statement

* fix(ci): correct gh pr create

* ci: set pr to auto merge

* ci: add releases to branch tested by tests workflow

* ci: add auto merge actions & update bump version to auto merge

* add other release types

* ci: add automated-release-pr label to auto pr

* fix(ci): github workflow create-release remove circular dependecy

* ci: default value to install dependencies

* ci: update create-release

* ci: simplify description of version argument in dispatch

* fix(ci): move github token env to step

* fix(ci): add missing shell in composite action

* fix(ci): Fix not working secrest in composite by providing it as input & squash

* add name to stage

* bump to version v0.0.5-alpha.0

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Arnault <Wirg@users.noreply.github.com>

v0.0.4

Toggle v0.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #6 from Wirg/release-0.0.4

[Release] v0.0.4

v0.0.2

Toggle v0.0.2's commit message
remove unkown classifier

0.0.1

Toggle 0.0.1's commit message
add codecov badge