Skip to content

Releases: brainiak/brainiak

v0.12

06 Jan 23:14
be703ac
Compare
Choose a tag to compare
Fix Docker and add v0.12 release notes (#559)

Install from sdist in Dockerfile.

Update Matplotlib API in notebook example used to showcase Docker at
brainiak.org.

Fix Docker instructions in README.

Include test data in sdist.

v0.12rc0

10 Dec 23:47
69d7158
Compare
Choose a tag to compare
v0.12rc0 Pre-release
Pre-release
Document Windows support; fix Conda instructions (#558)

v0.12a5

26 Nov 21:41
1ffcd78
Compare
Choose a tag to compare
v0.12a5 Pre-release
Pre-release

What's Changed

Full Changelog: v0.12a4...v0.12a5

v0.12a4: Remove quotes from anaconda upload command (#555)

26 Nov 15:40
3fda3d0
Compare
Choose a tag to compare
It seems I forgot to remove quotes from the upload command. I think this
should do it.

v0.12a3: Fix anaconda release (#554)

25 Nov 23:25
5321d4a
Compare
Choose a tag to compare
Pre-release
The anaconda upload command was just echoing and not actually running.
This fix should hopefully work.

v0.12a2: Fix release publish (#552)

17 Nov 03:28
7962502
Compare
Choose a tag to compare
Pre-release
I think I screwed up the conditional for publishing releases. I think
its supposed to be like this. Basing it off of
https://github.com/scientific-python/cookie/blob/c7b897cf4f2f4d8f374d112d1fc694d92a2793a7/%7B%7Bcookiecutter.project_name%7D%7D/.github/workflows/%7B%25%20if%20cookiecutter.__type%3D%3D'compiled'%20%25%7Dcd.yml%7B%25%20endif%20%25%7D#L67

This should allow it to be triggered by clicking creating a new release
through the github page.