Releases: jharwell/sierra
Releases · jharwell/sierra
Release 1.3.11
feature(#315): Support python 3.10+ Revamp CI workflow, condense files and jobs down, using matrices where possible. Main idea: test with {earliest python+OS version, latest python+OS version}, and assume that if those work then everything in between will work too. - Fix subtle nasty bug with pipeline where a nested usage of the actions/checkout@v3 action caused inner the publish job always to run against the master branch. - Fix issue in upload-artifact excluding dotfiles by default (who introduces breaking changes without major version increment???). - Add caching for {homebrew, apt} packages and build files to try to get the pipeline execution time down.
Development release 1.3.11.beta
feature(#315): Support python 3.10+ Revamp CI workflow, condense files and jobs down, using matrices where possible. Main idea: test with {earliest python+OS version, latest python+OS version}, and assume that if those work then everything in between will work too. - Fix subtle nasty bug with pipeline where a nested usage of the actions/checkout@v3 action caused inner the publish job always to run against the master branch. - Fix issue in upload-artifact excluding dotfiles by default (who introduces breaking changes without major version increment???). - Add caching for {homebrew, apt} packages and build files to try to get the pipeline execution time down.
Development release 1.3.10.beta
feature(#315): Support python 3.10+ Revamp CI workflow, condense files and jobs down, using matrices where possible. Main idea: test with {earliest python+OS version, latest python+OS version}, and assume that if those work then everything in between will work too. - Fix subtle nasty bug with pipeline where a nested usage of the actions/checkout@v3 action caused inner the publish job always to run against the master branch. - Fix issue in upload-artifact excluding dotfiles by default (who introduces breaking changes without major version increment???). - Add caching for {homebrew, apt} packages and build files to try to get the pipeline execution time down.
Development release 1.3.9.beta
Development release 1.3.8.beta
Development release 1.3.7.beta
Release 1.3.6
Update broken links in docs - Also minor pipeline rework to increase parallelism (I think)
Release 1.3.5
Hotfix for new seaborn colorblind style name
Development release 1.3.5.beta
Development release 1.3.3.beta
Commits
- bb07234: Misc. cleanup (John Harwell)