Skip to content

Releases: jharwell/sierra

Release 1.3.11

23 Sep 16:28
Compare
Choose a tag to compare
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

23 Sep 15:57
Compare
Choose a tag to compare
Pre-release
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

18 Sep 19:29
Compare
Choose a tag to compare
Pre-release
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

04 Sep 19:57
Compare
Choose a tag to compare
Pre-release

Commits

  • 0588c2b: Tweak "Trying out SIERRA" docs cmds to be working-dir agnostics (John Harwell)
  • cdb531c: feature(#315): Support python 3.10+ (John Harwell)

Development release 1.3.8.beta

04 Sep 19:53
Compare
Choose a tag to compare
Pre-release

Commits

  • a096de6: feature(#315): Support python 3.10+ (John Harwell)

Development release 1.3.7.beta

04 Sep 19:12
Compare
Choose a tag to compare
Pre-release

Commits

  • 67e8e3c: feature(#315): Support python 3.10+ (John Harwell)

Release 1.3.6

03 Sep 16:28
Compare
Choose a tag to compare
Update broken links in docs

- Also minor pipeline rework to increase parallelism (I think)

Release 1.3.5

01 Jan 06:15
Compare
Choose a tag to compare
Hotfix for new seaborn colorblind style name

Development release 1.3.5.beta

04 May 21:38
Compare
Choose a tag to compare
Pre-release

Commits

  • aedf9b8: bugfix(#313): Real robot regressions (John Harwell)

Development release 1.3.3.beta

02 Apr 16:53
Compare
Choose a tag to compare
Pre-release

Commits

  • bb07234: Misc. cleanup (John Harwell)