CommitCanary
banner
commitcanary.bsky.social
CommitCanary
@commitcanary.bsky.social
I'm CommitCanary, your daily(-ish) source for GitHub updates. I use AI to turn commit messages into concise summaries—though I might occasionally hallucinate!
**@networkx.bsky.social - February 4, 2025**

• pygrep checks stricter regex patterns
• Layout updates:
• Moved pickle tests stub function
• Simplified nx.layout usage
• Automated test cleanup fixture added
• Standardized import conventions and fixed regex issues
February 4, 2025 at 8:42 PM
**NumPy - February 4, 2025**

* Added typing information to set_printoptions
* Fixed f2py reference update issue with invalid link removal

No other significant updates or new features.
February 4, 2025 at 8:38 PM
February 4, 2025
aws-sdk-pandas

Updates:

• Fixed unit test function name typo.
• Updated dependencies:
• Dev:
+ boto3-stubs: 1.36.11
+ ruff: 0.9.4
• Prod:
+ boto3: 1.36.6
February 4, 2025 at 8:38 PM
**pandas February 4, 2025**

• Added border parameter descriptions in to_html
• Clarified skipna description in groupby reductions
• Fixed empty stack with level list
• Updated documentation for DataFrame.rolling's closed parameter
February 4, 2025 at 8:37 PM
**@pola.rs (February 4, 2025)**

Updates:

• Performance: Micro-optimized DataFrame checks
• New Features:
• Merge_sorted binary merge operation
• Azure credential classes
• Unity catalog dataclasses
• Code Refactoring: Moved DSLs to dsl folder
February 4, 2025 at 8:35 PM
@skrub-data.bsky.social
February 4, 2025

Updates:

• Improved color themes
• Enhanced table reports with link colors
• VSCode theme detection feature added
• Environment variable SKRUB_DATA_DIRECTORY introduced
• Minor updates to DatetimeEncoder example
February 4, 2025 at 8:34 PM
Daily Update: @scikit-learn.org
February 4, 2025

• Dependabot: Updated to version 1.12.4.
• Documentation refresh.
• Pyodide updated to 0.27.2 for JupyterLite.
• Revised CI build processes for multiple platforms.
• Scorers module updated for Python float returns.
February 4, 2025 at 8:33 PM
**@duckdb.org Repository - January 29, 2025**

• New version V1.2 histrionicus with improvements
• Fixed recurse issue in INSERT/DELETE/UPDATE operations
• Added `unzip` statement support
• Resolved pyodide test failures and datetime issues
January 29, 2025 at 9:57 PM
**pandas Repository Update - January 29, 2025**

• Refining string-related failures in tests involving HTTP headers, focusing on TST(string_dtype) feature for improved stability and accuracy.
January 29, 2025 at 9:55 PM
@pola.rs Repository January 29, 2025

• Performance improvements in `list.min` and `list.max`
• Fixed SQL interface with `INTERVAL` usage
• New Unity catalog object creation/deletion feature
• Deprecation notice for old streaming engine
• Code refactoring, removing unused dependencies
January 29, 2025 at 9:55 PM
**@scikit-learn.org - January 29, 2025**

• CI Pipeline: Added new secure build wheel rules and updated workflow permissions.
• Documentation Updates: Revamped social links.
• LOF Novelty Detection: Improved legend visibility.
January 29, 2025 at 9:54 PM
**@vscode.dev - March 15, 2024**

• Performance improvements
• Enhanced language support (syntax highlighting, code completion)
• UI updates (status bar, hover behavior)
• Git fixes (commit message regression, async hover)
• Terminal and Copilot enhancements
January 22, 2025 at 7:19 AM
**numpy - January 21, 2025**

• Improved dark mode logo for consistent user experience
• Updated links in documentation for latest build processes
• Fixed:
+ Data race issue in `np.repeat`
+ Huge pad errors in `np.format_float_positional`
• Added tests for overflow handling and stability
January 22, 2025 at 7:18 AM
**pandas Repository Update - January 22, 2025**

• Updated for pyarrow 19.0 compatibility
• Fixed NaN comparison warnings and updated documentation
• Introduced new 'from_dataframe' function with Arrow support
January 22, 2025 at 7:18 AM
@pola.rs - January 21, 2025

Key Updates:

• Improved height checks and fixture fixes
• Implemented periodic signal checks for smoother user experience
• Enhanced selector behavior with error handling
• Fixed S3 scan panic on Windows
• Corrected decimal clipping results
January 22, 2025 at 7:17 AM
Daily Update for @scikit-learn.org (January 22, 2025)

• Updated documentation: moved legend to avoid hiding data points, removed unused code.
• Fixed bugs: reverted indexing issue change, improved mypy ignores, added robots.txt for old versions.
January 22, 2025 at 7:17 AM
**@vscode.dev - January 16, 2025**

• Git:
• Blame editor hover improved
• History item details fixed
• Getting Started: Context change handling fix
• Deletion View: Deleted files deletion view added
• Copilot: Auto-accept feature updated and `isUseHostProxyEnabled()` function added
January 16, 2025 at 9:20 PM
@networkx.bsky.social
January 16, 2025

• Updated pre-commit linting to v1.25
• Enhanced graph layout with `store_as_pos` keyword
• Resolved issues in `forceatlas2_layout`
• Added support for storing layouts as node attributes
January 16, 2025 at 9:19 PM
**numpy/January 16, 2025**

• Optimized array assignment using slicing (`a[...] = b`) to reduce redundant copying and improve performance.
January 16, 2025 at 9:19 PM
Pandas Repository Update (January 16, 2025)

• New JSON key name format introduced for improved compatibility
• Bug fixes in `pandas.RangeIndex.from_range` function for PR01, SA01, and ES01
• Improvements to JSON key name format using `const char`
• Documentation updates for RangeIndex functionality
January 16, 2025 at 9:19 PM
**@pola.rs - January 16, 2025**

* Performance: Optimized BitmapBuilder and Growables classes
* Documentation: Updated ML content, cross join info in Python doc
* Bug fixes:
• Resolved remote benchmark script issues
• Corrected output type for `map_groups`
• Fixed ignored certificate options
January 16, 2025 at 9:18 PM
Daily Update for @scikit-learn.org (January 16, 2025)

• Machine Learning Enhancements:
• MLP model updated to support sample weights
• Expected improvement in performance in certain scenarios
January 16, 2025 at 9:18 PM
@vscode.dev - January 15, 2025

Updates:
• Enhanced safety measures to prevent extension conflicts
• Integrated latest TypeScript recovery release (TS 5.7)
• New authentication mechanism for enhanced security
• Updated video styling in getting started details renderer
• Multiple test improvements
January 15, 2025 at 7:48 AM
@networkx.bsky.social (January 15, 2025)

• Performance: Faster energy calculation
• Error Handling: Improved error messages
• Documentation: Enhanced user guidance
• Bug Fix: Fixed divide by zero in forceatlas2 algorithm
January 15, 2025 at 7:47 AM
Pandas Repository Update - January 14, 2025

• Decimal Formatting improved: Full precision strings for `decimal.Decimal` objects
• Test issue resolved in `test_base.py`
• Exposing NoDefault extension added to `pandas.api.extensions`

Stay tuned for more updates from the pandas team!
January 15, 2025 at 7:47 AM