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

Minor issues with documentation of Image #600

Closed
5 tasks done
lars-reimann opened this issue Apr 1, 2024 · 0 comments · Fixed by #534
Closed
5 tasks done

Minor issues with documentation of Image #600

lars-reimann opened this issue Apr 1, 2024 · 0 comments · Fixed by #534
Assignees
Labels
documentation 📖 Improvements or additions to documentation

Comments

@lars-reimann
Copy link
Member

lars-reimann commented Apr 1, 2024

  • Image.__eq__ parameter description not rendered (docs). The description must be on a new line.
  • Image.__sizeof__ result description is treated as type (docs). The description must be on a new lines + a name must be added.
  • Image.adjust_color_balance Raises section missing.
  • Image.crop parameter descriptions not rendered (docs). The descriptions must be on a new line.
  • Image.resize Parameters section missing.
@lars-reimann lars-reimann added the documentation 📖 Improvements or additions to documentation label Apr 1, 2024
@Marsmaennchen221 Marsmaennchen221 self-assigned this Apr 5, 2024
Marsmaennchen221 added a commit that referenced this issue Apr 9, 2024
feat: Added missing errors and warnings #599
fix: Fixed wrong indices in `ImageList.remove_images_with_size`
refactor: Moved transformation error and warning checks to utils file
@Marsmaennchen221 Marsmaennchen221 linked a pull request Apr 9, 2024 that will close this issue
Marsmaennchen221 added a commit that referenced this issue Apr 10, 2024
Closes #528, #599, #600

### Summary of Changes

Added ImageList class.

---------

Co-authored-by: megalinter-bot <129584137+megalinter-bot@users.noreply.github.com>
Co-authored-by: WinPlay02 <winplay02_gh@woberlaender.de>
lars-reimann pushed a commit that referenced this issue Apr 17, 2024
## [0.21.0](v0.20.0...v0.21.0) (2024-04-17)

### Features

* add ARIMA model ([#577](#577)) ([8b9c7a9](8b9c7a9)), closes [#570](#570)
* Add ImageList class ([#534](#534)) ([3cb74a2](3cb74a2)), closes [#528](#528) [#599](#599) [#600](#600)
* more hash, sizeof and eq implementations ([#609](#609)) ([2bc0b0a](2bc0b0a))

### Performance Improvements

* Add special case to `Table.add_rows` to increase performance ([#608](#608)) ([ffb8304](ffb8304)), closes [#606](#606)
* improve performance of model & forward layer ([#616](#616)) ([e856cd5](e856cd5)), closes [#610](#610)
* lazily import our modules and external libraries ([#624](#624)) ([20fc313](20fc313))
* treat Tables specially when calling add_rows ([#606](#606)) ([e555b85](e555b85)), closes [#575](#575)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation 📖 Improvements or additions to documentation
Projects
Status: ✔️ Done
Development

Successfully merging a pull request may close this issue.

2 participants