Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
qmlcode
/
qmllib
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
27
Code
Issues
0
Pull requests
1
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Feature/release workflow
- #28
#28
Closed
andersx
wants to merge 27 commits into
qmlcode:main
qmlcode/qmllib:main
from
andersx:feature/release-workflow
andersx/qmllib:feature/release-workflow
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Closed
Feature/release workflow
#28
andersx
wants to merge 27 commits into
qmlcode:main
qmlcode/qmllib:main
from
andersx:feature/release-workflow
andersx/qmllib:feature/release-workflow
Copy head branch name to clipboard
Commits
Commits on Feb 16, 2026
Fix CMake build system and remove legacy build files
Show description for 0704c51
andersx
committed
0704c51
View commit details
Copy full SHA for 0704c51
Browse repository at this point
Add pybind11 bindings for Fortran solver functions
Show description for f7f82c5
andersx
committed
f7f82c5
View commit details
Copy full SHA for f7f82c5
Browse repository at this point
Refactor fsolvers.f90 to eliminate code duplication
Show description for 1123b89
andersx
committed
1123b89
View commit details
Copy full SHA for 1123b89
Browse repository at this point
Add pybind11 bindings for representations and utils modules
Show description for d914edb
andersx
committed
d914edb
View commit details
Copy full SHA for d914edb
Browse repository at this point
Add input validation back to representation functions
Show description for e02c9d4
andersx
committed
e02c9d4
View commit details
Copy full SHA for e02c9d4
Browse repository at this point
Add comprehensive input validation to all representation functions
Show description for e953de5
andersx
committed
e953de5
View commit details
Copy full SHA for e953de5
Browse repository at this point
Remove example kernel files and build configuration
Show description for 6fbefac
andersx
committed
6fbefac
View commit details
Copy full SHA for 6fbefac
Browse repository at this point
Restore compiler optimization flags for all modules
Show description for e01dad2
andersx
committed
e01dad2
View commit details
Copy full SHA for e01dad2
Browse repository at this point
Merge pull request #1 from andersx/fix/cmake-build-system
Show description for 94ed569
andersx
authored
94ed569
View commit details
Copy full SHA for 94ed569
Browse repository at this point
Add pybind11 bindings for kernels
andersx
authored
6c70f21
View commit details
Copy full SHA for 6c70f21
Browse repository at this point
Convert gradient kernels from f2py to pybind11 (#3)
andersx
authored
2ab7e37
View commit details
Copy full SHA for 2ab7e37
Browse repository at this point
Convert SLATM to pybind11 and remove ARAD representation (#4)
andersx
authored
f12aa9e
View commit details
Copy full SHA for f12aa9e
Browse repository at this point
WIP: Migrate FCHL representations from f2py to pybind11 (#5)
Show description for 1e09b07
andersx
authored
1e09b07
View commit details
Copy full SHA for 1e09b07
Browse repository at this point
Commits on Feb 17, 2026
Complete FCHL migration from f2py to pybind11 (#6)
andersx
authored
97ead18
View commit details
Copy full SHA for 97ead18
Browse repository at this point
Feature/fix gradient kernels (#7)
andersx
authored
958f797
View commit details
Copy full SHA for 958f797
Browse repository at this point
Commits on Feb 18, 2026
Fix/fchl openmp race conditions (#8)
andersx
authored
68429c1
View commit details
Copy full SHA for 68429c1
Browse repository at this point
Fix local kernel functions to handle arbitrary representation sizes (#9)
andersx
authored
68d58e9
View commit details
Copy full SHA for 68d58e9
Browse repository at this point
Fix test_gdml_derivative and add diagnostics to remaining xfail tests (#10)
andersx
authored
cc8b248
View commit details
Copy full SHA for cc8b248
Browse repository at this point
Convert README from RST to Markdown
Show description for 7a3594b
andersx
committed
7a3594b
View commit details
Copy full SHA for 7a3594b
Browse repository at this point
Remove README.rst in favor of README.md (#11)
andersx
authored
5396700
View commit details
Copy full SHA for 5396700
Browse repository at this point
Add strict ruff and mypy linting (#12)
andersx
authored
e8ed1b7
View commit details
Copy full SHA for e8ed1b7
Browse repository at this point
Migrate from mypy to ty for type checking (#13)
andersx
authored
919394a
View commit details
Copy full SHA for 919394a
Browse repository at this point
Migrate fqrlq_solve, fcond, and fcond_ge from f2py to pybind11 (#14)
andersx
authored
a7adc2c
View commit details
Copy full SHA for a7adc2c
Browse repository at this point
Commits on Feb 19, 2026
Separate integration tests from unit tests for faster CI (#15)
Show description for e66b12c
andersx
authored
e66b12c
View commit details
Copy full SHA for e66b12c
Browse repository at this point
Optimize FCHL kernel tests with symmetry
andersx
authored
522e576
View commit details
Copy full SHA for 522e576
Browse repository at this point
WAdded ci build for macos (#17)
Show description for 155a2b0
andersx
authored
155a2b0
View commit details
Copy full SHA for 155a2b0
Browse repository at this point
Commits on Feb 20, 2026
Add release workflow for PyPI wheel publishing
Show description for 9862ca7
andersx
committed
9862ca7
View commit details
Copy full SHA for 9862ca7
Browse repository at this point
You can’t perform that action at this time.