Added .yaml for build and test#7
Open
amiraadum wants to merge 66 commits into
Open
Conversation
Add dataset of Manhattan restaurants near NYU
Add initial project structure
Add pyproject.toml with build metadata for eatnyc package
chore: update Pipfile and structure
chore: update Pipfile
refactor: revise it according to the professor’s file structure
Completed the implementation of the top_n function in core.py, including input validation, flexible sorting, and error handling. Added comprehensive tests in tests/test_top_n.py to verify sorting, parameter validation, and edge cases. Also fixed a typo in __init__.py for __all__.
Implement and test top_n function for sorting data
Add demo.py, improve load_data and tests, update pyproject.toml and README
e for 'build and test'
update Pipfile dev dependencies; add format_card() function
Filter function implementation
add test function for format_card
Update README, build.yaml, and version to 0.1.1
update init.py
feat: add sample_dish function
Replaces 'borough' with 'neighborhood' in the filter_restaurants example to reflect the correct parameter name.
Added comments for better documentation
add Makefile
Added a production PyPI publish step to the GitHub Actions workflow for automated releases. Expanded the README with detailed function documentation, updated the install example to use version 0.1.1, and provided usage examples for all major functions.
…build-yaml Add PyPI production publish step and expand README docs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.