|
| 1 | +# v0.13.2 (2019-12-04) |
| 2 | + |
| 3 | +This release contains major performance improvements for Spack environments, as |
| 4 | +well as some bugfixes and minor changes. |
| 5 | + |
| 6 | +* allow missing modules if they are blacklisted (#13540) |
| 7 | +* speed up environment activation (#13557) |
| 8 | +* mirror path works for unknown versions (#13626) |
| 9 | +* environments: don't try to modify run-env if a spec is not installed (#13589) |
| 10 | +* use semicolons instead of newlines in module/python command (#13904) |
| 11 | +* verify.py: os.path.exists exception handling (#13656) |
| 12 | +* Document use of the maintainers field (#13479) |
| 13 | +* bugfix with config caching (#13755) |
| 14 | +* hwloc: added 'master' version pointing at the HEAD of the master branch (#13734) |
| 15 | +* config option to allow gpg warning suppression (#13744) |
| 16 | +* fix for relative symlinks when relocating binary packages (#13727) |
| 17 | +* allow binary relocation of strings in relative binaries (#13724) |
| 18 | + |
| 19 | +# v0.13.1 (2019-11-05) |
| 20 | + |
| 21 | +This is a bugfix release on top of `v0.13.0`. Specific fixes include: |
| 22 | + |
| 23 | +* `spack find` now displays variants and other spec constraints |
| 24 | +* bugfix: uninstall should find concrete specs by DAG hash (#13598) |
| 25 | +* environments: make shell modifications partially unconditional (#13523) |
| 26 | +* binary distribution: relocate text files properly in relative binaries (#13578) |
| 27 | +* bugfix: fetch prefers to fetch local mirrors over remote resources (#13545) |
| 28 | +* environments: only write when necessary (#13546) |
| 29 | +* bugfix: spack.util.url.join() now handles absolute paths correctly (#13488) |
| 30 | +* sbang: use utf-8 for encoding when patching (#13490) |
| 31 | +* Specs with quoted flags containing spaces are parsed correctly (#13521) |
| 32 | +* targets: print a warning message before downgrading (#13513) |
| 33 | +* Travis CI: Test Python 3.8 (#13347) |
| 34 | +* Documentation: Database.query methods share docstrings (#13515) |
| 35 | +* cuda: fix conflict statements for x86-64 targets (#13472) |
| 36 | +* cpu: fix clang flags for generic x86_64 (#13491) |
| 37 | +* syaml_int type should use int.__repr__ rather than str.__repr__ (#13487) |
| 38 | +* elpa: prefer 2016.05.004 until sse/avx/avx2 issues are resolved (#13530) |
| 39 | +* trilinos: temporarily constrain netcdf@:4.7.1 (#13526) |
| 40 | + |
1 | 41 | # v0.13.0 (2019-10-25) |
2 | 42 |
|
3 | 43 | `v0.13.0` is our biggest Spack release yet, with *many* new major features. |
|
0 commit comments