Skip to content

Releases: rootCircle/cpast_mono

cscrapper v0.1.2

17 Mar 01:29
0d90d92
Compare
Choose a tag to compare

Chore

  • update non-cloudflare blocked codeforces mirror(slow)

Commit Statistics

  • 1 commit contributed to the release over the course of 1 calendar day.
  • 1 day passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Update non-cloudflare blocked codeforces mirror(slow) (4f80917)

cpast v0.10.3

17 Mar 01:29
0d90d92
Compare
Choose a tag to compare

Chore

  • fix --problem_url maturity message

Other

  • some Makefile and ci improvements

Commit Statistics

  • 2 commits contributed to the release.
  • 1 day passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Some Makefile and ci improvements (2000467)
    • Fix --problem_url maturity message (ba0d255)

clex_llm v0.3.1

17 Mar 01:29
0d90d92
Compare
Choose a tag to compare

Bug Fixes

  • correct language name assignment in test_code_generator

Commit Statistics

  • 1 commit contributed to the release over the course of 1 calendar day.
  • 1 day passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Correct language name assignment in test_code_generator (cc1fddc)

clex_gen v0.3.3

17 Mar 01:29
0d90d92
Compare
Choose a tag to compare

Other

  • update rand to 0.9

Commit Statistics

  • 1 commit contributed to the release.
  • 15 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized

cscrapper v0.1.1

15 Mar 12:50
f90f9a3
Compare
Choose a tag to compare

Bug Fixes

  • increase timeout

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized

cscrapper v0.1.0

15 Mar 11:48
b7f3958
Compare
Choose a tag to compare

Chore

  • remove thread sleep in codechef (fixes #10)

Bug Fixes

  • update keywords in Cargo.toml for accuracy

Documentation

  • fix toml warning in readme
  • modified/add README for better segregation

New Features

  • introduce new code and clex generators with updated API integration
  • add problem URL parsing for CodeChef and Codeforces with tests
  • introduce --debug flag (closes #5)
  • new file store interface and mig to rust 2024
  • scrapper port to rust
  • make 'utoipa' optional and add 'api' feature to ccode_runner; update LanguageName enum to conditionally derive ToSchema
  • add description, categories, and keywords to Cargo.toml

Other

  • update msrv
  • use worspace deps

Commit Statistics

  • 16 commits contributed to the release over the course of 137 calendar days.
  • 13 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Update keywords in Cargo.toml for accuracy (e211a8d)
    • Release cscrapper v0.1.0, cpast v0.10.0 (b88b38e)
    • Add description, categories, and keywords to Cargo.toml (0d908d6)
    • Release ccode_runner v0.3.4, cscrapper v0.1.0, cpast v0.10.0 (51e0827)
    • Make 'utoipa' optional and add 'api' feature to ccode_runner; update LanguageName enum to conditionally derive ToSchema (02cb1ce)
    • Introduce new code and clex generators with updated API integration (06c5c95)
    • Remove thread sleep in codechef (fixes #10) (6717bb0)
    • Feat(cscrapper): refactor problem scraper to support async operations and add new migration for clex column (fixes #9) feat(cpast_api): evaluate route with_code_and_platform and tests (d460a2c)
    • Add problem URL parsing for CodeChef and Codeforces with tests (9cf1453)
    • Introduce --debug flag (closes #5) (18f1c51)
    • New file store interface and mig to rust 2024 (a29a4c1)
    • Fix toml warning in readme (1dede18)
    • Modified/add README for better segregation (e670b0c)
    • Update msrv (139c68a)
    • Use worspace deps (0a04f6f)
    • Scrapper port to rust (d1f5932)

cpast v0.10.2

15 Mar 13:00
1df653f
Compare
Choose a tag to compare

Other

  • update cscraper to v0.1.1

Commit Statistics

  • 2 commits contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Update cscraper to v0.1.1 (41feaa1)
    • Release cscrapper v0.1.1 (f90f9a3)

cpast v0.10.1

15 Mar 12:25
34f90d3
Compare
Choose a tag to compare

Bug Fixes

  • test args were mistaken for --correct

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Test args were mistaken for --correct (371d1ec)

cpast v0.10.0

15 Mar 11:56
c8b2ef1
Compare
Choose a tag to compare

Bug Fixes

  • update cscrapper dependency version in Cargo.toml

New Features

  • expose default codegen language type
    feat(cpast): --problem_url args in ai and test routes

    feat(cscrapper): new ProgramStore api new_from_language

    chore(cpast_api): updated schema to store language name in cache and use language from clex_llm instead of c++ as default

  • introduce new code and clex generators with updated API integration

  • code compilation to temp dir

Performance

  • add bench code

New Features (BREAKING)

  • update API key references from GEMINI_API_KEY to GOOGLE_API_KEY and add secrets setup script for CI

Commit Statistics

  • 13 commits contributed to the release over the course of 10 calendar days.
  • 13 days passed between releases.
  • 6 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Update cscrapper dependency version in Cargo.toml (6d8101e)
    • Release cpast v0.10.0 (5682510)
    • Release cscrapper v0.1.0, cpast v0.10.0 (b7f3958)
    • Release cscrapper v0.1.0, cpast v0.10.0 (b88b38e)
    • Release ccode_runner v0.3.4, cscrapper v0.1.0, cpast v0.10.0 (51e0827)
    • Release ccode_runner v0.3.3, clex_llm v0.3.0, cscrapper v0.1.0, cpast v0.10.0, safety bump cpast v0.10.0 (3c24521)
    • Expose default codegen language type (d1f3bcf)
    • Introduce new code and clex generators with updated API integration (06c5c95)
    • Feat(cscrapper): refactor problem scraper to support async operations and add new migration for clex column (fixes #9) feat(cpast_api): evaluate route with_code_and_platform and tests (d460a2c)
    • Update API key references from GEMINI_API_KEY to GOOGLE_API_KEY and add secrets setup script for CI (e2cdab5)
    • Feat(java_classname): add utility to extract public class name from Java source text feat(ccode_runner): enhance source file naming for Java and random languages feat(cpast): add tests for Java public class extraction and code evaluation (35c6c11)
    • Code compilation to temp dir (3488984)
    • Add bench code (ae5e16e)

clex_llm v0.3.0

15 Mar 11:24
3c24521
Compare
Choose a tag to compare

New Features

  • expose default codegen language type
    feat(cpast): --problem_url args in ai and test routes

    feat(cscrapper): new ProgramStore api new_from_language

    chore(cpast_api): updated schema to store language name in cache and use language from clex_llm instead of c++ as default

  • update code generation to support C++ solutions and enhance input handling

  • add caching for code evaluation and new evaluate route with_platform

  • introduce new code and clex generators with updated API integration

  • add LLM API key configuration and integrate into evaluation routes

New Features (BREAKING)

  • update API key references from GEMINI_API_KEY to GOOGLE_API_KEY and add secrets setup script for CI

Commit Statistics

  • 6 commits contributed to the release over the course of 1 calendar day.
  • 13 days passed between releases.
  • 6 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Expose default codegen language type (d1f3bcf)
    • Update code generation to support C++ solutions and enhance input handling (a7be429)
    • Add caching for code evaluation and new evaluate route with_platform (ab31151)
    • Introduce new code and clex generators with updated API integration (06c5c95)
    • Update API key references from GEMINI_API_KEY to GOOGLE_API_KEY and add secrets setup script for CI (e2cdab5)
    • Add LLM API key configuration and integrate into evaluation routes (7ea37a3)