Skip to content

Conversation

@lars-reimann
Copy link
Member

@lars-reimann lars-reimann commented Mar 30, 2024

Closes #582
Closes #585

Summary of Changes

Mark the following API elements as internal:

  • Static method Schema.merge_multiple_schemas
  • Instance method SupportVectorMachineKernel.get_sklearn_kernel
  • Module config

@lars-reimann lars-reimann requested a review from a team as a code owner March 30, 2024 15:38
@lars-reimann lars-reimann linked an issue Mar 30, 2024 that may be closed by this pull request
@github-actions
Copy link
Contributor

github-actions bot commented Mar 30, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON black 12 0 0 1.1s
✅ PYTHON mypy 12 0 2.22s
✅ PYTHON ruff 12 0 0 0.15s
✅ REPOSITORY git_diff yes no 0.22s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@codecov
Copy link

codecov bot commented Mar 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (ce53153) to head (2dbf8af).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #587   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           53        53           
  Lines         3198      3198           
=========================================
  Hits          3198      3198           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lars-reimann lars-reimann merged commit ea176fc into main Mar 30, 2024
@lars-reimann lars-reimann deleted the 582-supportvectormachineget_sklearn_kernel-should-be-internal branch March 30, 2024 15:45
lars-reimann pushed a commit that referenced this pull request Apr 3, 2024
## [0.20.0](v0.19.0...v0.20.0) (2024-04-03)

### Features

* add deterministic hash methods to all types ([#573](#573)) ([f6a3ca7](f6a3ca7))
* add fnn functionality ([#529](#529)) ([ce53153](ce53153)), closes [#522](#522)
* add suffixes to models to indicate their task ([#588](#588)) ([d490dee](d490dee))
* added lag_plot ([#548](#548)) ([0fb38d2](0fb38d2)), closes [#519](#519)
* added normal plot for time series ([#550](#550)) ([dbdf11e](dbdf11e)), closes [#549](#549)
* when using from table to time series feature must be given ([#572](#572)) ([ca23f0f](ca23f0f)), closes [#571](#571)

### Bug Fixes

* incorrect type hint for `number_of_bins` parameter ([#567](#567)) ([b434e53](b434e53))
* mark various API elements as internal ([#587](#587)) ([ea176fc](ea176fc)), closes [#582](#582) [#585](#585)
@lars-reimann
Copy link
Member Author

🎉 This PR is included in version 0.20.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@lars-reimann lars-reimann added the released Included in a release label Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

released Included in a release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Schema.merge_multiple_schemas should be internal SupportVectorMachine.get_sklearn_kernel should be internal

2 participants