Releases: wikirate/wikirate4py
Releases · wikirate/wikirate4py
2.0.2
Refactor: Code cleanup and nomenclature updates
- Thorough refactoring of multiple methods for improved readability, structure, and performance.
- Updated nomenclature: RelationshipAnswer(s) renamed to Relationship(s).
- Enhanced parameter validation and error handling.
- Improved documentation across key functions for clarity and consistency.
- Reduced redundancy in filter and parameter handling.
- Optimized API request methods and logging for easier debugging.
1.2.8
1.2.5
1.2.4
- Introduction of generate_url_key: Added a new function for creating URL-friendly string entity identifiers.
- Enhancements to get_answers method: Allows users to retrieve answers for Wikirate entities using both numeric and alphanumeric identifiers.
- Refactor and rename of get_relationship_answers_by_metric_id: Renamed to get_relationship_answers, enabling users to provide numeric or alphanumeric identifiers for entity retrieval of relevant relationship answers.
- Renaming of get_relationship_answers to get_relationship_metric_answers: Improved method naming for clarity.