v0.13.2
This release contains major performance improvements for Spack environments, as well as some bugfixes and minor changes. * allow missing modules if they are blacklisted (#13540) * speed up environment activation (#13557) * mirror path works for unknown versions (#13626) * environments: don't try to modify run-env if a spec is not installed (#13589) * use semicolons instead of newlines in module/python command (#13904) * verify.py: os.path.exists exception handling (#13656) * Document use of the maintainers field (#13479) * bugfix with config caching (#13755) * hwloc: added 'master' version pointing at the HEAD of the master branch (#13734) * config option to allow gpg warning suppression (#13744) * fix for relative symlinks when relocating binary packages (#13727) * allow binary relocation of strings in relative binaries (#13724) -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE66LpLMoO/R9IDVxKZrJLkFD90LgFAl3onZYACgkQZrJLkFD9 0LhYWg/6AjduuaoKjv+9kfqr1fpcb01U8Cf87M+jGDBzztHUUovnRvDgOVO+jLjW EyaUA6kXpI5meLGVhl9Oyr/oMbzj6x+V+pexPRQTQauGRFTWeACa/mMt82x5vtKd sz+ZCZlY66jOZRePMYSXXjzB7sN1p6c0LVzsZOPZCC/GYJaXZ+IgvBd5urX9qiyy NRlJCv72meuTuK6RnmbcbqqqXJhbqIQOUbeb7iR1+/l+aRjELAKeARPByZvoITYX ZSX7c6NtDChWUE6zAl+7mmb8oNiV3z0CKx5BROTZiaLax+5kP5TzFy83jnoAdVNB jP6fp7/7W//c3g8/EywMb674bQqZV3/nHs8z4FzuuZlEuZcG+a7BScqadLPTz/yr uic9bQ52PcB9ixp4nQQda/hZ6Fu34LAoOF8EVXB5e48edS4f1RM/kc1CsRvy7Ykv wdbNRM3dOTAINuQxcicNp/fYd32Prv99JhDxPfP5ifOxW2hkDRSUiZ60GdDH7eZc A+oi+feW3W/hBM9s7g8xggo+CFofaglo7+8AnLJOHEeoUAtk+b7B6rajqROuYfhw wZba8OesaNFh61WNY+OZ3U8SC+kJoiyiWnGjFvcJLG9UgU8/2kLZkKy1XHwFFq+E BPDkI8lKDeMoIroq2QZGMvXnpQFdfL0RAHpjv96IcrCH5Le+Rog= =+nb/ -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE66LpLMoO/R9IDVxKZrJLkFD90LgFAl3onf0ACgkQZrJLkFD9 0LiZ4Q//QQsfAoKcUhxsddnAdsR7hyXZKXOwYsqvubauo1tRwGLqjvoBm0BnEPas nOFguZd0bT+SkF5/sl4eq0DmSfJhahijngQI7WMBiNHqGGHEbeC5Kp3MTZj419Nd +hBFCHLzOjommCGkM9CZUGfXejmQPHDKiYfzbB47Jf9qlpDjxIsbaRJOcAzgR9bt Vv2xAxinC4fAXkoSZ4nd0MaTn9kRvXxiH+9VPrOlf+pET7ruFkFAqr5l0c3Ly618 HHJawwge1s0iynOval/JbYHoTwBjBzVbHA3la/AD+ATYKoQcHN/Y7vO1dXfewyHw rFNTpD/bB7bzbUYZ+dF5cAinI9AyAOquz9SYfGO2Gjfjglh567vBq3Fo1l5JyLCQ 4pz5Ep1MR5NnrVDHxDIJkPsvkrtpvfKm5LEqYfmRgtSeZzgD4obViDynPWpspTun w9DPH6zr0W7/C2+KlSQeBBHzcO6SaaFIQp9LaHNURvPRb624HewndjcgoVrMd0YR KZQxNg2aWaEDcjGG2kBhW0xKMCvTQ6z39dK9l2CJY+tbofhUHlNIU883NTFekcnG fYdh/ubpRuIsk3I3hXTIdtWM+ZcIgXKVkXwf1bu3ekgEAEuECloR6wMyyYSPqFTQ tIcFCqGbPTBnytVcTu/7F+J9knBiwDL1Dno6pbhVCqY0xHFFrcA= =tMoQ -----END PGP SIGNATURE----- Merge tag 'v0.13.2' into develop v0.13.2 This release contains major performance improvements for Spack environments, as well as some bugfixes and minor changes. * allow missing modules if they are blacklisted (#13540) * speed up environment activation (#13557) * mirror path works for unknown versions (#13626) * environments: don't try to modify run-env if a spec is not installed (#13589) * use semicolons instead of newlines in module/python command (#13904) * verify.py: os.path.exists exception handling (#13656) * Document use of the maintainers field (#13479) * bugfix with config caching (#13755) * hwloc: added 'master' version pointing at the HEAD of the master branch (#13734) * config option to allow gpg warning suppression (#13744) * fix for relative symlinks when relocating binary packages (#13727) * allow binary relocation of strings in relative binaries (#13724)
This commit is contained in:
commit
55ee2aecdf
40
CHANGELOG.md
40
CHANGELOG.md
@ -1,3 +1,43 @@
|
||||
# v0.13.2 (2019-12-04)
|
||||
|
||||
This release contains major performance improvements for Spack environments, as
|
||||
well as some bugfixes and minor changes.
|
||||
|
||||
* allow missing modules if they are blacklisted (#13540)
|
||||
* speed up environment activation (#13557)
|
||||
* mirror path works for unknown versions (#13626)
|
||||
* environments: don't try to modify run-env if a spec is not installed (#13589)
|
||||
* use semicolons instead of newlines in module/python command (#13904)
|
||||
* verify.py: os.path.exists exception handling (#13656)
|
||||
* Document use of the maintainers field (#13479)
|
||||
* bugfix with config caching (#13755)
|
||||
* hwloc: added 'master' version pointing at the HEAD of the master branch (#13734)
|
||||
* config option to allow gpg warning suppression (#13744)
|
||||
* fix for relative symlinks when relocating binary packages (#13727)
|
||||
* allow binary relocation of strings in relative binaries (#13724)
|
||||
|
||||
# v0.13.1 (2019-11-05)
|
||||
|
||||
This is a bugfix release on top of `v0.13.0`. Specific fixes include:
|
||||
|
||||
* `spack find` now displays variants and other spec constraints
|
||||
* bugfix: uninstall should find concrete specs by DAG hash (#13598)
|
||||
* environments: make shell modifications partially unconditional (#13523)
|
||||
* binary distribution: relocate text files properly in relative binaries (#13578)
|
||||
* bugfix: fetch prefers to fetch local mirrors over remote resources (#13545)
|
||||
* environments: only write when necessary (#13546)
|
||||
* bugfix: spack.util.url.join() now handles absolute paths correctly (#13488)
|
||||
* sbang: use utf-8 for encoding when patching (#13490)
|
||||
* Specs with quoted flags containing spaces are parsed correctly (#13521)
|
||||
* targets: print a warning message before downgrading (#13513)
|
||||
* Travis CI: Test Python 3.8 (#13347)
|
||||
* Documentation: Database.query methods share docstrings (#13515)
|
||||
* cuda: fix conflict statements for x86-64 targets (#13472)
|
||||
* cpu: fix clang flags for generic x86_64 (#13491)
|
||||
* syaml_int type should use int.__repr__ rather than str.__repr__ (#13487)
|
||||
* elpa: prefer 2016.05.004 until sse/avx/avx2 issues are resolved (#13530)
|
||||
* trilinos: temporarily constrain netcdf@:4.7.1 (#13526)
|
||||
|
||||
# v0.13.0 (2019-10-25)
|
||||
|
||||
`v0.13.0` is our biggest Spack release yet, with *many* new major features.
|
||||
|
Loading…
Reference in New Issue
Block a user