Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
093da5a
Merge pull request #2 from ronja-koistinen/update-time
juhoinkinen Jun 5, 2026
6b242f1
Migrate CI pipeline to GH Actions
juhoinkinen Jun 5, 2026
7930b32
Remove unnecessary conditions and steps from all jobs
juhoinkinen Jun 9, 2026
ea5c152
Build wheels for maintained Python versions (except on Win); for sdis…
juhoinkinen Jun 9, 2026
48a0d01
Add release workflow publishing to TestPyPI
juhoinkinen Jun 11, 2026
cc41aef
Postfix uploaded artifact names with OS and arch
juhoinkinen Jun 11, 2026
938ad15
Fix referencing removed env
juhoinkinen Jun 11, 2026
fb7479d
Fix indent
juhoinkinen Jun 11, 2026
055b4bb
Fix referencing runner OS and arch
juhoinkinen Jun 11, 2026
d82583d
Add Python version to artifact names
juhoinkinen Jun 11, 2026
2d8c3f7
Remove unnecessary env sdist and condition on it
juhoinkinen Jun 11, 2026
3a80e1f
Remove always uploading artifacts as unnecessary and possibly probele…
juhoinkinen Jun 11, 2026
87d1e5f
Migrate CI pipeline badge
juhoinkinen Jun 11, 2026
f9cecb5
Merge pull request #4 from NatLibFi/migrate-cicd-to-gh-actions-cleane…
juhoinkinen Jun 11, 2026
7caafd5
Fix trigger of release workflow (#5)
juhoinkinen Jun 11, 2026
1ddac2e
Fix artifacts not being available across workflows (#6)
juhoinkinen Jun 11, 2026
588a245
Use project name omikuji2 in TestPyPI
juhoinkinen Jun 11, 2026
00473c7
Delete less
juhoinkinen Jun 12, 2026
0c09ad5
Migrate from milksnake to Maturin
juhoinkinen Jul 14, 2026
2c66425
Format code; use omikuji name
juhoinkinen Jul 14, 2026
630c282
Fix path to Cargo.toml for maturin build
juhoinkinen Jul 15, 2026
3f527ac
Upgrade pyo3 to latest version, 0.29, to fix CI
juhoinkinen Jul 15, 2026
c1b7b5f
Adapt Rust code to pyo3 version upgrade
juhoinkinen Jul 15, 2026
a412f95
Fix import name
juhoinkinen Jul 15, 2026
eb61f4c
Add classmethods to the PyO3 Model class for backward compatibility
juhoinkinen Jul 15, 2026
5e96667
Make HyperParam attributes writable
juhoinkinen Jul 15, 2026
c890f59
Fix MacOS job not finding maturin
juhoinkinen Jul 15, 2026
1504220
Do not build MacOS x86_64 wheels
juhoinkinen Jul 15, 2026
335937b
Build release-optimized wheels
juhoinkinen Jul 15, 2026
2d6461e
Make beam_size and top_k optional with defaults to match old behaviour
juhoinkinen Jul 15, 2026
befa94e
Install rust before installing project
juhoinkinen Jul 15, 2026
dbdd27d
Really build source distribution in sdist job
juhoinkinen Jul 15, 2026
9716d49
Ensure running maturin with correct Python
juhoinkinen Jul 15, 2026
d90c3f0
Build only source distribution in sdist job
juhoinkinen Jul 15, 2026
5788efd
Remove unsupported maturin option in sdist job
juhoinkinen Jul 15, 2026
30028ad
Default max_sparse_density to 0.1 to match old behaviour
juhoinkinen Jul 15, 2026
7a662cd
Make thread pool operation match old behaviour
juhoinkinen Jul 15, 2026
1d6c7a7
Fix code format
juhoinkinen Jul 15, 2026
31bb51e
Try making thread stuff fork-safe
juhoinkinen Jul 15, 2026
127b27a
Sort and validate feature index
juhoinkinen Jul 16, 2026
1601e0d
Add capitalized aliases for LossTypes to match old implementation
juhoinkinen Jul 16, 2026
c342b03
Expose tree_structure_only and train_trees_1_by_1 to be used via Pyth…
juhoinkinen Jul 16, 2026
70b3937
Restore Cargo.lock format version to 4
juhoinkinen Jul 16, 2026
5bc85c4
Move monkeypatched Python classmethods to native PyO3 classmethods
juhoinkinen Jul 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
101 changes: 0 additions & 101 deletions .ci/azure-pipelines.yml

This file was deleted.

178 changes: 0 additions & 178 deletions .ci/azure-python-build.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .ci/azure-setup-rust.yml

This file was deleted.

Loading