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

fix: updated docs for Clustering algorithms #1297

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

kikoso
Copy link
Collaborator

@kikoso kikoso commented Jan 19, 2024

The following PR improves documentation for the algorithms used in Clustering.


  • Make sure to open a GitHub issue as a bug/feature request before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Edit the title of this pull request with a semantic commit prefix (e.g. "fix: "), which is necessary for automated release workflows to decide whether to generate a new release and what type it should be.
  • Will this cause breaking changes to existing Java or Kotlin integrations? If so, ensure the commit has a BREAKING CHANGE footer so when this change is integrated a major version update is triggered. See: https://www.conventionalcommits.org/en/v1.0.0/
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #1288 🦕

@dkhawk dkhawk changed the title docs: updated docs for Clustering algorithms fix: updated docs for Clustering algorithms Jun 20, 2024
@dkhawk dkhawk merged commit fc2e940 into main Jun 20, 2024
9 checks passed
@dkhawk dkhawk deleted the docs/updated_cluster_algorithms branch June 20, 2024 21:40
googlemaps-bot pushed a commit that referenced this pull request Jun 20, 2024
## [3.8.3](v3.8.2...v3.8.3) (2024-06-20)

### Bug Fixes

* updated docs for Clustering algorithms ([#1297](#1297)) ([fc2e940](fc2e940))
@googlemaps-bot
Copy link
Contributor

🎉 This PR is included in version 3.9.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve javadoc descriptions to marker clustering algorithms
3 participants