-
-
Notifications
You must be signed in to change notification settings - Fork 1
20250210_00-rel #20
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
Merged
20250210_00-rel #20
Conversation
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
… script sourcing prevention across include files - Remove redundant directory existence checks - Streamline mkdir -p usage - Clean up code organization in shell includes
- Implement consistent script sourcing prevention across include files - Remove redundant directory existence checks - Streamline mkdir -p usage - Clean up code organization in shell includes - Picking lint
- See changelog for more information
- Fixed bug in config_lib.sh
- Checking pre-commit - Big in wrapper_lib.sh
- bug in th ewrapper_lib fixed
- Restructured library loading sequence through venvutil_lib.sh as primary entry point - Fixed circular dependencies between core libraries - Improved variable declaration consistency across all libraries - Enhanced configuration management in config_lib.sh with pkg-config style handling - Moved color handling from errno_lib.sh to string_lib.sh - Updated error handling and debug support across core libraries - Added documentation improvements across codebase
unixwzrd
commented
Feb 11, 2025
Owner
Author
unixwzrd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finally released with improvements and much debugging. See README and other documenattion additional detaails.
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.
Merge for release - many many changes, refactoring,m new functions and features added.
Script for handling ChatGPT logs, chunking script.
The JSON chat history extractor is build for my Safariu extension and the JSON from ChatGPT sessions downloaded by the extension.
New features for
lenvwhich now has the Python versuion with the virtual environment.vdiff- will give the diffs betwen two virtual environments.renv- for renaming virtual environments.Testing scripts for checking performance on Apple Silicon between one or more virtual environment with each other.
The NumPy build recipe has been scripted and will run for any version higher than 1.26 to link with Apple Silicon Accelerate framework.
Extra logging and better logging added to the pip and conda wrappers.
Some performance improvements.
Documentation updates.
See CHANGELOG.md for more information.