Vedavyasa

Results 7 issues of Vedavyasa

### Feature description Currently, the divide_numbers(a, b) function in maths/division.py performs basic division but lacks input validation for zero denominators. While Python’s built-in behavior raises a ZeroDivisionError, adding explicit validation...

enhancement

### Describe your change: * [Yes ] Add an algorithm? * [x] Fix a bug or typo in an existing algorithm? * [x] Add or change doctests? -- Note: Please...

awaiting reviews

This PR removes the outdated informational notice referring to the Text Link Counter and Internal Linking Analysis features that used to appear in the SEO data optimization tool. The notice...

community-patch

This PR adds a simple example that demonstrates how to represent many-to-many relationships in Featuretools using an association (bridge) entity. ### Details - Added new example: `docs/source/examples/many_to_many_relationship.py` - Shows how...

Summary Removed duplicated theme constants in `/frontend/src/util/themes/index.js` and consolidated them into a single exported object. This ensures a single source of truth for theme values and improves maintainability. Changes Made...

Improved clarity and structure of the *Continuous Documentation Deployment* section. Changes Made - Rewrote the introduction for better readability and accuracy. - Added a clear step-by-step explanation of how webhooks...