-
Notifications
You must be signed in to change notification settings - Fork 0
Release v*.*.* #2
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
base: main
Are you sure you want to change the base?
Conversation
PR #1 Summary - Added to Release PRGenerated on: 2025-05-08 13:49:59 Bugs
New Features
Documentation
Maintenance
This comment was automatically generated by the release workflow. |
PR #3 Summary - Added to Release PRGenerated on: 2025-05-09 15:58:12 Bugs
New features
Documentation updates
Maintenance
This comment was automatically generated by the release workflow. |
PR #4 Summary - Added to Release PRGenerated on: 2025-05-09 17:29:01 Bugs
New Features
Documentation
Maintenance
This comment was automatically generated by the release workflow. |
Refactored the documentation configuration in `conf.py` to use Pathlib for better path management. Updated the logic for copying example files and the CONTRIBUTING.md file to the documentation source directory. Removed the old CONTRIBUTING.rst file as part of this update, streamlining the documentation structure and ensuring all necessary files are correctly referenced. This change enhances maintainability and prepares for future documentation updates.
Eliminated unused commented-out code related to example paths in `conf.py`. This change helps to clean up the documentation configuration file, improving readability and maintainability without affecting functionality.
Changed the assignment of SRC_DIR in `conf.py` to use the parent directory of the current file. This adjustment improves path management and aligns with the updated structure established in previous commits, enhancing maintainability of the documentation configuration.
Included `myst_parser` in the docu 8000 mentation dependencies within `pyproject.toml`. This addition enables support for MyST Markdown, enhancing the documentation capabilities and allowing for more flexible content formatting.
Replaced multiple individual development dependencies with a single entry for `matgraphdb[docs,tests]`. This change simplifies the dependency management in the project and ensures that all necessary packages for documentation and testing are included in one line, improving clarity and maintainability of the configuration.
Moved the tutorials form the docs source to the examples directory. Updated the index.rst file to include links to the new tutorial notebooks, ensuring easy navigation for users seeking to learn about MatGraphDB.
Added pyrightconfig.json to .gitignore to prevent tracking of the configuration file. Removed the existing pyrightconfig.json file as it was no longer needed, streamlining the project structure and ensuring unnecessary files are not included in version control.
Enhanced the README by adding documentation and project links for better navigation. Clarified the relationship with `ParquetGraphDB` and updated references to the CONTRIBUTING and LICENSE files. This improves user experience and accessibility of important resources.
Modified the .gitignore file to ensure the data directory is ignored by adding a wildcard entry for *data/. This change prevents tracking of any files within the data directory, maintaining a cleaner project structure and avoiding unnecessary file inclusion in version control.
Introduced a new Jupyter notebook for building a materials graph database using the MPNearHull dataset. This example demonstrates the process of importing libraries, downloading data, and setting up a MatGraphDB instance. Updated the index.rst files to include links to the new tutorials and applications sections, improving navigation for users seeking to explore MatGraphDB functionalities.
Removed links to the tutorials section in index.rst as they are no longer relevant. This change streamlines the documentation and improves clarity for users navigating the examples of MatGraphDB.
Changed the title in index.rst from "Getting Started" to "MPNearHull Dataset" to accurately represent the content of the example. This update improves navigation and clarity for users exploring the MatGraphDB documentation.
PR #5 Summary - Added to Release PRGenerated on: 2025-05-15 12:57:13 Bugs
New Features
Documentation
Maintenance
This comment was automatically generated by the release workflow. |
Introduced a new CSS file, notebook.css, to cap output areas at 15 lines and enable scrolling for better readability in Jupyter notebooks. Updated conf.py to include this new stylesheet alongside the existing custom.css, enhancing the visual presentation of output in the documentation.
PR #6 Summary - Added to Release PRGenerated on: 2025-05-15 13:03:44 Bugs
New features
Documentation updates
Maintenance
This comment was automatically generated by the release workflow. |
Automated Release PR for next-release