Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dependencies #15

Merged
merged 13 commits into from
Mar 2, 2022
Merged

update dependencies #15

merged 13 commits into from
Mar 2, 2022

Conversation

Wirg
Copy link
Owner

@Wirg Wirg commented Mar 1, 2022

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Mar 2, 2022

Codecov Report

Merging #15 (02a75cc) into main (9fd431d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #15   +/-   ##
=======================================
  Coverage   97.67%   97.67%           
=======================================
  Files           2        2           
  Lines          43       43           
=======================================
  Hits           42       42           
  Misses          1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9fd431d...02a75cc. Read the comment docs.

@Wirg Wirg merged commit a7ceea6 into main Mar 2, 2022
@Wirg Wirg deleted the update-dependencies branch March 2, 2022 13:45
Wirg added a commit that referenced this pull request May 30, 2022
* 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
Wirg added a commit that referenced this pull request May 30, 2022
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants