Skip to content

Releases: brainiak/brainiak

v0.12

Choose a tag to compare

@mihaic mihaic released this 06 Jan 23:14
be703ac
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

v0.12rc0 Pre-release
Pre-release

Choose a tag to compare

@mihaic mihaic released this 10 Dec 23:47
69d7158
Document Windows support; fix Conda instructions (#558)

v0.12a5

v0.12a5 Pre-release
Pre-release

Choose a tag to compare

@davidt0x davidt0x released this 26 Nov 21:41
1ffcd78

What's Changed

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

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

Choose a tag to compare

@mihaic mihaic released this 26 Nov 15:40
3fda3d0
It seems I forgot to remove quotes from the upload command. I think this
should do it.

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

Pre-release

Choose a tag to compare

@mihaic mihaic released this 25 Nov 23:25
5321d4a
The anaconda upload command was just echoing and not actually running.
This fix should hopefully work.

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

Pre-release

Choose a tag to compare

@mihaic mihaic released this 17 Nov 03:28
7962502
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.