Merged
Conversation
- WORDSIZE changed from 32 to 64 (nautyL1.a) - New -R switch for aromaticity detection filtering - New -h and -C switches for ring restrictions - Updated canonsdf utility Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
macOS clang creates .dSYM directories when compiling with -g. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Fix nauty download URL: nauty29r3.tar.gz -> nauty2_9_3.tar.gz (404 fix) - README: use dynamic brew --prefix path for Homebrew symlink example - README: add -I /path/to/nauty to gcc compilation examples - CI: add C4H10 test to Windows build for parity with other platforms Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
GitHub has deprecated macos-13 (x86_64) runners. Use macos-14 and macos-15 (both arm64 Apple Silicon) for CI builds. Release workflow now produces a single macOS ARM64 binary. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Inspired by PR #3 (ferchault). Switch from Ubuntu 24.04 to Alpine 3.21 for both build and runtime stages. Static linking eliminates runtime dependencies, producing a ~9MB image instead of ~80MB. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
nautyL1.ainstead ofnautyW1.a)-Rswitch for aromaticity detection (filters duplicate Kekule structures)-h#/-h#:#for 6-membered cycle restrictions-C#/-C#:#for chord-free carbon 6-ring restrictionscanonsdfutilityv*tags — builds platform binaries and creates a draft GitHub releaseTest Plan
surge -u C6H6→ 217 structures (correct)surge -u C4H10→ 2 structures (correct)surge -S C3H8→CCC(correct SMILES)-R C10H8,-h2 C10H8🤖 Generated with Claude Code