Skip to content

0.3.0 merge#28

Merged
DrSolidDevil merged 117 commits intomainfrom
v0.3.0
Feb 15, 2025
Merged

0.3.0 merge#28
DrSolidDevil merged 117 commits intomainfrom
v0.3.0

Conversation

@DrSolidDevil
Copy link
Owner

@DrSolidDevil DrSolidDevil commented Feb 15, 2025

Added

  • Detailed documentation with hosting on readthedocs.io
  • Github action for running tests before push to main branch.
  • Issue template for bug reports and enhancement suggestions.
  • Pull-request template.

Documentation

  • Created contribution guidelines
  • Created security policy
  • Created code of conduct
  • Created changelog
  • Created release template
  • Created release checklist


I have read the Contribution Guidelines.

  • Performed a self-review of my own code.
  • The code follows the style guidelines of mlr-gd.
  • Documentation has been updated to reflect this change (if appropriate).
  • Code has been commented when neccesary, particularly in hard-to-understand areas.
  • All tests are passing.

What type of pull-request is this? (check all applicable)

  • Update (new version)
  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Enviroment:

  • OS: Various
  • Python version: Various

DrSolidDevil and others added 30 commits February 8, 2025 18:00
… protected attributes to avoid them being included in sphinx documentation.

_cost_function and _cost_function_deriv do not need to be accessed outside the class because a model should never change its cost function.
The more acceptable way to do it is to initialize a new model with the weights of the old model.
Co-authored-by: RedDingleBerry <196618136+reddingleberry@users.noreply.github.com>
DrSolidDevil and others added 26 commits February 15, 2025 14:48
0.3.0 is included but has no content, the content will be written once this version is release-ready.
forgot to add it when copying over the readme from main
although it works on github to click, in the documentation it does not recognize it as a link
Having it makes the navbar take up so much space you can't see everything, it is also redundant with the changelog and the link to the repo.
this is to clarify when image will be displayed
this is a white version of 404guy for darkmode
Moved twine requirement from dev to "release" and added build to "release".
This is because you don't need these two for working on the package but you do need them for releasing it.
@DrSolidDevil DrSolidDevil self-assigned this Feb 15, 2025
@DrSolidDevil DrSolidDevil merged commit 768073c into main Feb 15, 2025
1 check passed
@DrSolidDevil DrSolidDevil deleted the v0.3.0 branch February 15, 2025 18:48
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.

2 participants