-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated update by Adabot (adafruit/adabot@20241128)
Updating https://github.com/jposada202020/CircuitPython_BMP581 to 0.2.1 from 0.2.0: > Merge pull request jposada202020/CircuitPython_BMP581#2 from bradcar/master > upd Updating https://github.com/jposada202020/CircuitPython_Candlesticks to 0.7.2 from 0.7.1: > Update build.yml > Update .pre-commit-config.yaml > Merge pull request jposada202020/CircuitPython_Candlesticks#4 from jepler/metadata > docs > Merge remote-tracking branch 'origin/main' > docs > docs > Update README.rst Updating https://github.com/jposada202020/CircuitPython_color_picker to 0.4.5 from 0.4.4: > Merge pull request jposada202020/CircuitPython_color_picker#1 from jepler/metadata > Update build.yml > docs > docs Updating https://github.com/jposada202020/CircuitPython_equalizer to 0.5.4 from 0.5.3: > Merge pull request jposada202020/CircuitPython_equalizer#2 from jepler/metadata > Update build.yml > docs > docs > docs Updating https://github.com/jposada202020/CircuitPython_scales to 0.6.1 from 0.6.0: > Merge pull request jposada202020/CircuitPython_scales#7 from jepler/metadata > Update build.yml > docs > docs > docs Updating https://github.com/jposada202020/CircuitPython_slider to 0.4.5 from 0.4.4: > Merge pull request jposada202020/CircuitPython_slider#4 from jepler/metadata > Update build.yml > update > docs > docs > Update pyproject.toml Updating https://github.com/jposada202020/CircuitPython-UBoxplot to 0.1.5 from 0.1.3: > Merge pull request jposada202020/CircuitPython_UBoxplot#2 from jepler/metadata > Update build.yml > Merge remote-tracking branch 'origin/main' > upd > docs > docs > Update README.rst > Update uboxplot_simpletest.py > Update README.rst
- Loading branch information
1 parent
32dc289
commit 71b424d
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Submodule bmp581
updated
15 files
+1 −34 | .gitignore | |
+5 −12 | .pre-commit-config.yaml | |
+4 −279 | .pylintrc | |
+2 −6 | .readthedocs.yaml | |
+4 −5 | bmp581.py | |
+3 −0 | docs/api.rst | |
+0 −59 | docs/conf.py | |
+1 −1 | docs/requirements.txt | |
+2 −2 | examples/bmp581_output_data_rate.py | |
+2 −2 | examples/bmp581_power_mode.py | |
+2 −2 | examples/bmp581_pressure_oversample_rate.py | |
+3 −2 | examples/bmp581_simpletest.py | |
+3 −2 | examples/bmp581_temperature.py | |
+2 −2 | examples/bmp581_temperature_oversample_rate.py | |
+0 −3 | pyproject.toml |
Submodule candlesticks
updated
18 files
+95 −5 | .github/workflows/build.yml | |
+4 −4 | .pre-commit-config.yaml | |
+19 −0 | .readthedocs.yaml | |
+0 −7 | .readthedocs.yml | |
+8 −5 | README.rst | |
+0 −2 | README.rst.license | |
+2 −5 | docs/api.rst | |
+0 −3 | docs/api.rst.license | |
+0 −3 | docs/candlestick.png.license | |
+1 −1 | docs/examples.rst | |
+0 −3 | docs/examples.rst.license | |
+0 −19 | docs/index.rst | |
+0 −3 | docs/index.rst.license | |
+5 −0 | docs/requirements.txt | |
+0 −3 | examples/candlesticks_simpletest.py | |
+3 −0 | optional_requirements.txt | |
+2 −2 | pyproject.toml | |
+0 −55 | setup.py |
Submodule color_picker
updated
21 files
+95 −5 | .github/workflows/build.yml | |
+0 −4 | .pre-commit-config.yaml | |
+19 −0 | .readthedocs.yaml | |
+0 −7 | .readthedocs.yml | |
+0 −137 | CODE_OF_CONDUCT.md | |
+0 −7 | README.rst | |
+0 −2 | README.rst.license | |
+0 −6 | docs/api.rst | |
+0 −3 | docs/api.rst.license | |
+0 −3 | docs/color_picker.png.license | |
+0 −3 | docs/examples.rst.license | |
+0 −8 | docs/index.rst | |
+0 −3 | docs/index.rst.license | |
+5 −0 | docs/requirements.txt | |
+0 −3 | examples/wheel100.bmp.license | |
+0 −3 | examples/wheel150.bmp.license | |
+0 −3 | examples/wheel200.bmp.license | |
+0 −3 | examples/wheel50.bmp.license | |
+3 −0 | optional_requirements.txt | |
+1 −1 | pyproject.toml | |
+0 −55 | setup.py |
Submodule equalizer
updated
18 files
+95 −5 | .github/workflows/build.yml | |
+0 −4 | .pre-commit-config.yaml | |
+19 −0 | .readthedocs.yaml | |
+0 −7 | .readthedocs.yml | |
+0 −137 | CODE_OF_CONDUCT.md | |
+0 −7 | README.rst | |
+0 −2 | README.rst.license | |
+0 −6 | docs/api.rst | |
+0 −3 | docs/api.rst.license | |
+0 −3 | docs/equalizer.gif.license | |
+1 −1 | docs/examples.rst | |
+0 −3 | docs/examples.rst.license | |
+0 −7 | docs/index.rst | |
+0 −3 | docs/index.rst.license | |
+5 −0 | docs/requirements.txt | |
+3 −0 | optional_requirements.txt | |
+2 −2 | pyproject.toml | |
+0 −55 | setup.py |
Submodule scales
updated
6 files
+95 −5 | .github/workflows/build.yml | |
+19 −0 | .readthedocs.yaml | |
+0 −7 | .readthedocs.yml | |
+5 −0 | docs/requirements.txt | |
+0 −0 | optional_requirements.txt | |
+1 −1 | pyproject.toml |
Submodule slider
updated
19 files
+95 −5 | .github/workflows/build.yml | |
+7 −10 | .gitignore | |
+5 −12 | .pre-commit-config.yaml | |
+4 −281 | .pylintrc | |
+2 −6 | .readthedocs.yml | |
+0 −137 | CODE_OF_CONDUCT.md | |
+0 −14 | README.rst | |
+0 −2 | README.rst.license | |
+2 −0 | docs/api.rst | |
+0 −3 | docs/api.rst.license | |
+10 −104 | docs/conf.py | |
+1 −1 | docs/examples.rst | |
+0 −3 | docs/examples.rst.license | |
+0 −3 | docs/index.rst.license | |
+0 −3 | docs/slider.png.license | |
+0 −1 | examples/slider_simpletest.py | |
+3 −0 | optional_requirements.txt | |
+1 −2 | pyproject.toml | |
+7 −22 | slider.py |
Submodule uboxplot
updated
from c3e1d1 to 0c7a8c