Skip to content

GitHub Actions cache@v1 is now depreciated#15

Merged
erjel merged 3 commits intochangelogsfrom
actions_cache
Mar 6, 2025
Merged

GitHub Actions cache@v1 is now depreciated#15
erjel merged 3 commits intochangelogsfrom
actions_cache

Conversation

@erjel
Copy link
Copy Markdown
Owner

@erjel erjel commented Mar 6, 2025

No description provided.

@erjel erjel merged commit 4837b6d into changelogs Mar 6, 2025
7 checks passed
@erjel erjel deleted the actions_cache branch March 6, 2025 07:43
erjel added a commit that referenced this pull request Feb 3, 2026
* Initial commit

* Add doc files from imgaug repo

* Remove .idea folder

* Add images of main repo readme

* Add ChannelShuffle, update Rot90, fix overview heatmap sizes

* Improve design of gifs and gif-table, merge gifs of same augmenters

* Improve gifs table design

* Add source code of library for now

Due to RTD no longer understanding git submodules,
the docs will have to be built directly from imgaug-doc.
This requires this repo to contain the current source
code of the library in order to autogenerate the
API docs. Hence it is added.

* Uncomment drawing functions

* Increase version to 0.2.7

* Update code to latest state of library

* Add dtype parsing script

* Update code to latest state from main repo

* Change write path of dtype images

* Add dtype support documentation

* Reformulate and update library description

* Update to latest state of main repo

* Improve dtype images design and update to code state

* Update code to latest state in main repo

* Update code to main repo state

* Update dtype doc

* Add new histogram-based contrast augmenters; fix seed problem

* Update code to latest version

* Add performance doc page

* Update code to latest version

* Add performance measurments scripts

* Improve performance docs

* Rename Scale to Resize

* Rename all .cut_out_of_image() to .clip_out_of_image()

* Update code to latest version of main repo

* Add notebooks readme

* Update code to latest version in main repo

* Increase version number

* Add notebook about stochastic parameters

* Add doc page for jupyter notebooks

* Update to newest version of main repo

* Add polygons to small overview images

* Add polygons to augmenters gifs

* Improve images for small overview

* Rename notebooks

* Add polygon aug notebook

* Update notebook links in readme

* Add control flow notebook

* Add notebook about copying random states

* Update main repo code to line string version

* Adapt to new argument names

* Rename *_line to *_lines to LS/poly drawing

* Add line string notebook to readme

* Add line strings notebook to RTD

* Update doc sources overlay -> blend

* Readd script to generate doc images & update BB code examples

* Update BB docs to newest lib version & increase quality

* Update basic examples to newest lib version

* Update keypoints docs to newest lib version

* Update heatmaps docs to newest lib version + increase jpg quality

* Update segmap docs to 0.2.9; Fix examples; Increase jpg quality

* Update code to 0.2.9

* Update version number to 0.2.9

* Update copyright year to 2019

* Add project description

* Add missing files to API

* Fix formatting error

* Fix docstring errors

* Add a clarification about Fliplr/Flipud

* Update code for output_buffer_size

* Add conda install section

* Update library code to latest version

* Add API source page for augmenters.edges module

* Add API source page for augmenters.pooling module

* Remove 'Beta' notice in segmaps docs

* Update RTD segmap to 0.3.0 & improve style & fix typos

* Improve heatmaps RTD doc style

* Enforce linebreak in code segment

* Rename source file of augmenter overview page

* Improve style of augmenter overview page

* Add todos for missing augmenters to overview & reorder sections

* Split overview page into multiple subpages

* Move flip-related notes to bottom of each subsection

* Redesign 'note' blocks for flipud/fliplr

* Add performance notes

* Split generate_documentation_images.py into subfiles

* Decrease compression strength of RTD images

* Add RTD overview for AdditiveLaplaceNoise

* Fix outdated RTD overview AdditiveGaussianNoise, decrease img compression

* Add RTD overview for AdditivePoissonNoise

* Fix typos in RTD arithm overview & improve formulations

* Add RTD overview for ReplaceElementwise

* Add RTD overview for ImpulseNoise

* Add RTD overview for SaltAndPepper

* Add RTD overview for CoarseSaltAndPepper

* Add RTD overview for Salt, Pepper, CoarseSalt, CoarsePepper

* Add RTD overview for JpegCompression

* Add RTD overview for BilateralBlur

* Add RTD overview for MotionBlur

* Add RTD overview for Alpha

* Add RTD overview for AlphaElementwise

* Add RTD overview for SimplexNoiseAlpha

* Add RTD overview for FrequencyNoiseAlpha

* Improve RTD overview for WithColorspace

* Add RTD overview for WithHueAndSaturation

* Add RTD overview for MultiplyHueAndSaturation

* Add RTD overview for MultiplyHue

* Add RTD overview for MultiplySaturation

* Add RTD overview for AddToHueAndSaturation

* Add RTD overview for AddToHue

* Add RTD overview for AddToSaturation

* Add RTD overview for KMeansColorQuantization

* Add RTD overview for UniformColorQuantization

* Add RTD overview for GammaContrast

* Add RTD overview for SigmoidContrast

* Add RTD overview for LogContrast

* Add RTD overview for LinearContrast

* Add RTD overview for AllChannelsCLAHE

* Add RTD overview for CLAHE

* Add RTD overview for AllChannelsHistogramEqualization

* Add RTD overview for HistogramEqualization

* Add RTD overview for Canny

* Add RTD overview for PerspectiveTransform

* Add RTD overview for Rot90

* Add RTD overview for ChannelShuffle

* Add RTD overview for AveragePooling

* Add RTD overviews for MaxPooling, MinPooling and MedianPooling

* Add RTD overviews for all Voronoi augmenters

* Add RTD overviews for Pad- and CropToFixedSize

* Add RTD overview for KeepSizeByResize

* Add RTD overviews for weather augmenters

* Add example sub-headlines to overview pages

* Change year in docs to automatically adjust to current year

* Fix rst errors

* Add import statements to RTD overviews

* Add API links to RTD overviews

* Add .random module API page

* Add .validation module API page

* Update code to latest version

* Fix jupyter notebook link

* Update library code to latest version

* Add readme gifs for v0.3.0 augmenters

* Synchronize requirements.txt with main repo

* Improve dtype coll. script (error messages, hide private funcs)

* Update library files to latest commit

* Update dtype support docs to latest library commit

* Update performance numbers to 0.3.0

* Synchronize code with main repo

* Improve performance docs

* Synchronize code with main repo

* Change version number to 0.3.0

* Update docs to v0.4.0 (#15)

This patch updates the documentation to release 0.4.0.

Rough changes:
* Updated code base to main repo version at release.
* Updated API pages to 0.4.0 state.
* Updated augmenter overview to 0.4.0 augmenters.
* Updated performance numbers and corresponding script to 0.4.0 state.
* Updated dtype support to 0.4.0 augmenters and functions.
* Updated script that generates augmenter gifs used in main repo README to 0.4.0 augmenters.
* Updated installation description.
* Updated jupyter notebooks to use newer augmentation calls and no longer deprecated methods.
* Moved jupyter notebook on deterministic mode to the "advanced" section of notebooks.
* Partially updated page on blending augmenters.
* Added images and generation script for 0.4.0 changelog.

* Increase version number to 0.4.0

* Add output-stripped notebooks

* Remove unnecessary imgaug code

* Moved files to docs/

* [skip ci] rf: include docs directory in repo

* [skip ci]: changed: Moved _downloader.py from checks to imgaug

* [skip ci] refactored: Cached download of online images for example images in docs

* Enable dtype support matrix script on Windows

* Multiple fixes in `collect_dtype_support.py`

* Fix tempfile issue for readme image generation script

* Add `beautifulsoup4` as explicit dependency for building the documentation

* utils cannot be imported with a relative import

* Fix incorrect dtype docstrings

* moved collect_dtype_support.py

* move generate_rtd_images to new directory

* move measure performance scripts to new directory

* move changelog generation script to new location

* move readme example generation to new location

* Use python based script trigger

* Sucessfully local build verified

* fix: Use Wikimedia prefered thumbnail sizes

* doc: Add pull request link

* docs: try to build the docs [skip ci]

* doc: Create readme images as part of the documentation [skip ci]

* docs: Use RTD images for github README file [skip ci]

---------

Co-authored-by: Alexander Jung <kontakt@ajung.name>
Co-authored-by: Alexander Jung <alexander.jung@zenuity.com>
Co-authored-by: Vicram Rajagopalan <42707603+vicramr@users.noreply.github.com>
Co-authored-by: ericj <ericj@noreply.codeberg.org>
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.

1 participant