Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: JuliaLang/PackageCompiler.jl

v2.2.1

29 May 00:30
e87610c
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

PackageCompiler v2.2.1

Diff since v2.2.0

Merged pull requests:

Closed issues:

  • PackageCompiler never ends on julia 1.11.0 with --threads=6 (#963)
  • Creating sysimage for BFloat16s.jl fails on Windows (#1016)
  • Compiled app hangs in Ubuntu (#1025)
  • Precompiling a forked repo (or a local version of a package) (#1040)

Contributors

  • @IanButterworth
  • @DilumAluthge
  • @dependabot
  • @PatrickHaecker
IanButterworth, DilumAluthge, and 2 other contributors
Assets2
Loading
eliascarv reacted with rocket emoji
1 person reacted

v2.2.0

06 Dec 05:37
1c35331
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

CI (Continuous Integration)

  • Bump julia-actions/julia-runtest from 1.10.0 to 1.11.1 by@dependabot in#999

New Contributors

Full Changelog

Full Changelog:v2.1.24...v2.2.0

Contributors

  • @KristofferC
  • @DilumAluthge
  • @raphasampaio
  • @dependabot
KristofferC, DilumAluthge, and 2 other contributors
Loading
eliascarv and raphasampaio reacted with rocket emoji
2 people reacted

v2.1.24: Last release for Julia 1.6 through 1.9

23 Nov 22:19
530b392
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Summary

This will be the last release for Julia 1.6 through 1.9.

What's Changed: CI (Continuous Integration)

Full Changelog

Full Changelog:v2.1.23...v2.1.24

Contributors

  • @KristofferC
  • @DilumAluthge
KristofferC and DilumAluthge
Loading
eliascarv reacted with rocket emoji
1 person reacted

v2.1.23: Fix building of fresh (non-incremental) sysimages on Julia master (1.12)

21 Nov 16:09
b6e3d1b
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Summary

This release fixes building of fresh (non-incremental) sysimages on Julia master (1.12).

The bug in question was#989, and the bugfix PR was#1002.

What's Changed

CI (continuous integration)

  • CI: Add thepre version, but keep it commented out for now (since there's not currently a prerelease available) by@DilumAluthge in#993

Full Changelog

Full Changelog:v2.1.22...v2.1.23

Contributors

  • @KristofferC
  • @DilumAluthge
KristofferC and DilumAluthge
Loading
eliascarv reacted with rocket emoji
1 person reacted

v2.1.22: Fix non-incremental sysimage builds on Julia 1.11

29 Oct 22:29
221968a
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Summary

The purpose of this release is to fix non-incremental sysimage builds on Julia 1.11.

The bug in question was#976, and the bugfix PR was#987.

What's Changed

CI (Continuous Integration)

  • CI: Run thebuild-mylib job on both LTS (1.10) and stable (currently 1.11) by@DilumAluthge in#985

Full Changelog

Full Changelog:v2.1.21...v2.1.22

Contributors

  • @KristofferC
  • @DilumAluthge
KristofferC and DilumAluthge
Loading
eliascarv, AshlinHarris, ValentinKaisermayer, and matt-888 reacted with rocket emoji
4 people reacted

v2.1.21: Changes to the PackageCompiler testsuite

22 Oct 04:51
c0c4279
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Summary

The purpose of this release is to get some recent testsuite changes (specifically,#984) into PkgEval.

What's Changed

  • Test suite: When skipping tests, skip them ONLY in GitHub Actions CI; do NOT skip them in other CI (such as PkgEval) by@DilumAluthge in#984
  • Bump version number from2.1.20 to2.1.21 by@DilumAluthge in#986

CI (Continuous Integration)

  • Resume CI on Julia 1.9, but only 64-bit (skip 32-bit); also, skip theLLVMExtra_jll-related tests on Julia 1.9 by@DilumAluthge in#979
  • CI: Run a single job on Julia nightly (but skip theincremental=false tests on Julia 1.12) by@DilumAluthge in#982
  • CI: Test bothincremental={true,false} on "slow CI"; also, stop considering Apple Silicon macOS as "slow CI" by@DilumAluthge in#983

Full Changelog

Full Changelog:v2.1.20...v2.1.21

Contributors

  • @DilumAluthge
DilumAluthge
Loading
eliascarv reacted with rocket emoji
1 person reacted

v2.1.20: Fix `embedding_wrapper.c` for Julia 1.11

18 Oct 00:03
85cdb03
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Summary

This release fixesembedding_wrapper.c for Julia 1.11.

What's Changed

  • Fixembedding_wrapper.c for Julia 1.11; also, run CI on 1.11, but skip theincremental=false tests on 1.11 by@ufechner7 in#954
  • Bump version from 2.1.19 to 2.1.20 by@DilumAluthge in#977

CI (Continuous Integration)

  • CI: Resume testing 32-bit Julia on Windows for Julia 1.6 and 1.10, but keep 1.9 disabled for now by@DilumAluthge in#968
  • CI: Usejulia-actions/cache in thebuild-mylib job by@DilumAluthge in#971
  • Run macOS CI on both Intel and Apple Silicon by@DilumAluthge in#970

New Contributors

Full Changelog

Full Changelog:v2.1.19...v2.1.20

Contributors

  • @ufechner7
  • @DilumAluthge
ufechner7 and DilumAluthge
Loading
eliascarv and mzy2240 reacted with rocket emoji
2 people reacted

v2.1.19: Fix the "system image file fails consistency check" bug seen on macOS

16 Oct 04:24
57cffb0
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Summary

This release fixes the "system image file fails consistency check" bug seen on macOS (#738).

What's Changed

  • Change naming convention of object files to follow what Base Julia does; also, start testing on macOS again (but only Intel macOS) by@gbaraldi in#930
  • Bump version from 2.1.18 to 2.1.19 by@DilumAluthge in#969

CI (Continuous Integration)

  • Fix CI, and temporarily disable some CI jobs, and use theHelloWorldC artifact (instead of thefooifier artifact) by@DilumAluthge in#965
  • More CI tweaks, and temporarily disable some more CI jobs by@DilumAluthge in#966

New Contributors

Full Changelog

Full Changelog:v2.1.18...v2.1.19

Contributors

  • @DilumAluthge
  • @gbaraldi
DilumAluthge and gbaraldi
Loading
eliascarv and Moelf reacted with rocket emoji
2 people reacted

v2.1.18

09 Oct 09:33
0c8c5c7
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

PackageCompiler v2.1.18

Diff since v2.1.17

Merged pull requests:

Closed issues:

  • Julia in debug build fails duringcreate_app (#664)
  • package(s) MyPackage not in project (#667)
  • [BUG] "Could not load library" Error and Suspected Julia Installation Breakage (#676)
  • Segmentation fault (#744)
  • Incremental sysimage build doesn't support packages with same name but different uuid (#768)
  • incremental = false mode causesPkg.precompile to overload all threads when multithreading (#778)
  • High memory usage of compilation (windows) (#854)
  • GPUCompiler problems. (#896)
  • Sysimage withPlots.jl breaks loading some shared libraries in R (viaRCall.jl) (#926)
  • Compiled app errors when loading depencies (#927)
  • Building "examples/MyLib" fails on macOS (#928)
  • Error occurred while compiling code that includesusing LoopVectorization (#939)
  • Zarr and DimensionalData in same package will not compile on macOS (#941)
  • Failed consistency check when trying to relocate compiled app (MacOS) (#943)
  • Error for compiled executable program ran in another machine (#945)

Contributors

  • @KristofferC
  • @sjkelly
  • @sloede
  • @DilumAluthge
  • @krynju
  • @dependabot
  • @nhz2
  • @ashutosh-b-b
  • @topolarity
  • @spaette
KristofferC, sjkelly, and 8 other contributors
Loading
Felix-Gauthier reacted with thumbs up emojieliascarv reacted with rocket emoji
2 people reacted

v2.1.17

10 Jan 16:36
a682aa4
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

PackageCompiler v2.1.17

Diff since v2.1.16

Merged pull requests:

Closed issues:

  • UndefRefError in docker image (#898)
  • Package Compiler Fails on Julia v1.10 (#911)

Contributors

  • @JeffBezanson
  • @KristofferC
JeffBezanson and KristofferC
Loading
eliascarv and Moelf reacted with rocket emoji
2 people reacted
Previous1345678
Previous

[8]ページ先頭

©2009-2025 Movatter.jp