Releases: cocopo-codes/getInsight
Releases · cocopo-codes/getInsight
v1.2.0
Project improvements in this release:
Virtual Environment and Dependency Management
- Created a new virtual environment (marsenv) to isolate project dependencies
- Installed and configured required packages (pandas, numpy, requests, etc.)
- Added a requirements.txt file for easy dependency installation
- Set up a Jupyter kernel specific to the project
Documentation Enhancements
- Completely rewrote the README.md with comprehensive instructions
- Added detailed setup guide for new users
- Included step-by-step instructions for:
- Cloning the repository
- Creating a virtual environment
- Installing dependencies
- Running Jupyter notebooks
Notebook Documentation
- Added a section explaining the available notebooks
- Provided context for each notebook's purpose and features
- Created a detailed guide on how to read and interpret the Excel output
Data Interpretation Guidance
- Added a comprehensive section explaining the Excel sheet structure
- Included columns and their meanings
- Provided tips for understanding Martian weather data
- Suggested visualization approaches
- Highlighted data limitations
Troubleshooting Support
- Included a troubleshooting section addressing common issues
- Offered guidance on resolving module import errors
- Explained kernel selection and activation
Project Accessibility
- Made the project more user-friendly and approachable
- Provided clear, concise instructions for setup and usage
- Added context about the Mars Weather API and data collection
Full Changelog: v1.1.0...v1.2.0
Initial Release
This is the very first release of the first two working Jupyter notebooks to the public.