Skip to content

Commit 7e94859

Browse files
author
David Stirling
committed
Release 3.0.0 prep, test build system
1 parent bf44f16 commit 7e94859

4 files changed

Lines changed: 45 additions & 46 deletions

File tree

.github/workflows/release.yml

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -80,42 +80,42 @@ jobs:
8080
matrix:
8181
os: [macos-10.15, windows-2019]
8282
python-version: [ "3.8" ]
83-
# upload:
84-
# name: upload
85-
# needs: build
86-
# runs-on: ubuntu-latest
87-
# steps:
88-
# - uses: actions/checkout@v2
89-
# - env:
90-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
91-
# id: create_release
92-
# uses: actions/create-release@v1
93-
# with:
94-
# draft: true
95-
# prerelease: true
96-
# release_name: ${{ github.ref }}
97-
# tag_name: ${{ github.ref }}
98-
## - uses: actions/download-artifact@v1
99-
## with:
100-
## name: CellProfiler-macOS-4.1.3.zip
101-
## path: ./
102-
# - uses: actions/download-artifact@v1
103-
# with:
104-
# name: CellProfiler-Analyst-Windows-3.0.0.exe
105-
# path: ./
106-
## - env:
107-
## GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
108-
## uses: actions/upload-release-asset@v1
109-
## with:
110-
## asset_content_type: application/zip
111-
## asset_name: CellProfiler-macOS-4.1.3.zip
112-
## asset_path: /home/runner/work/CellProfiler/CellProfiler/CellProfiler-macOS-4.1.3.zip
113-
## upload_url: ${{ steps.create_release.outputs.upload_url }}
114-
# - env:
115-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
116-
# uses: actions/upload-release-asset@v1
117-
# with:
118-
# asset_content_type: application/exe
119-
# asset_name: CellProfiler-Analyst-3.0.0rc1.exe
120-
# asset_path: /home/runner/work/CellProfiler/CellProfiler-Analyst/CellProfiler-Windows-4.1.3.exe
121-
# upload_url: ${{ steps.create_release.outputs.upload_url }}
83+
upload:
84+
name: upload
85+
needs: build
86+
runs-on: ubuntu-latest
87+
steps:
88+
- uses: actions/checkout@v2
89+
- env:
90+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
91+
id: create_release
92+
uses: actions/create-release@v1
93+
with:
94+
draft: true
95+
prerelease: true
96+
release_name: ${{ github.ref }}
97+
tag_name: ${{ github.ref }}
98+
- uses: actions/download-artifact@v1
99+
with:
100+
name: CellProfiler-Analyst-macOS-3.0.0.zip
101+
path: ./
102+
- uses: actions/download-artifact@v1
103+
with:
104+
name: CellProfiler-Analyst-Windows-3.0.0.exe
105+
path: ./
106+
- env:
107+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
108+
uses: actions/upload-release-asset@v1
109+
with:
110+
asset_content_type: application/zip
111+
asset_name: CellProfiler-Analyst-macOS-3.0.0.zip
112+
asset_path: /home/runner/work/CellProfiler-Analyst/CellProfiler-Analyst/CellProfiler-Analyst-macOS-3.0.0.zip
113+
upload_url: ${{ steps.create_release.outputs.upload_url }}
114+
- env:
115+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
116+
uses: actions/upload-release-asset@v1
117+
with:
118+
asset_content_type: application/exe
119+
asset_name: CellProfiler-Analyst-Windows-3.0.0.exe
120+
asset_path: /home/runner/work/CellProfiler-Analyst/CellProfiler-Analyst/CellProfiler-Analyst-Windows-3.0.0.exe
121+
upload_url: ${{ steps.create_release.outputs.upload_url }}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
| **`Version`** | **`Documentation`** | **`Forum`** |
77
|---------------|----------------|-----------------|
8-
| [![Build Status](https://img.shields.io/badge/version-2.2.1-green.svg)](https://cellprofileranalyst.org/releases) | [![Build Status](https://img.shields.io/badge/documentation-3.0.0-brightgreen.svg)](https://cellprofiler-manual.s3.amazonaws.com/CellProfiler-Analyst-3.0.0/index.html) | [![Build Status](https://img.shields.io/badge/forum-CPA-blue.svg)](https://forum.image.sc/tag/cellprofiler-analyst) |
8+
| [![Build Status](https://img.shields.io/badge/version-3.0.0-green.svg)](https://cellprofileranalyst.org/releases) | [![Build Status](https://img.shields.io/badge/documentation-3.0.0-brightgreen.svg)](https://cellprofiler-manual.s3.amazonaws.com/CellProfiler-Analyst-3.0.0/index.html) | [![Build Status](https://img.shields.io/badge/forum-CPA-blue.svg)](https://forum.image.sc/tag/cellprofiler-analyst) |
99

1010
**CellProfiler Analyst** allows interactive exploration and analysis of data,
1111
particularly from high-throughput, image-based experiments. Included is a
@@ -79,7 +79,7 @@ BMC Bioinformatics (2008) doi:10.1186/1471-2105-9-482
7979

8080
## Contributors
8181

82-
David Dao, Adam Fraser, Vebjorn Ljosa, Thouis R. Jones, Jane Hung, Shantanu Singh, Mark Bray, Lee Kamentsky, Anne Carpenter
82+
David Dao, Adam Fraser, David Stirling, Pearl Ryder, Beth Cimini, Vebjorn Ljosa, Thouis R. Jones, Jane Hung, Shantanu Singh, Mark Bray, Lee Kamentsky, Anne Carpenter
8383

8484
## Kudos
8585

cpa/imagereader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from .errors import ClearException
1010

1111
p = Properties()
12-
IMAGEIO_FORMATS = (".tif", ".tiff", ".bmp", ".png", ".jpeg")
12+
IMAGEIO_FORMATS = (".tif", ".tiff", ".bmp", ".gif", ".png", ".jpeg")
1313

1414
class ThrowingURLopener(urllib.request.URLopener):
1515
def http_error_default(*args, **kwargs):

cpa/util/version.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
'''version.py - Version fetching and comparison.
22
3-
CellProfiler is distributed under the GNU General Public License,
3+
CellProfiler Analyst is distributed under the GNU General Public License,
44
but this file is licensed under the more permissive BSD license.
55
See the accompanying file LICENSE for details.
66
77
Copyright (c) 2003-2009 Massachusetts Institute of Technology
8-
Copyright (c) 2009-2011 Broad Institute
9-
Copyright (c) 2015 Broad Institute
8+
Copyright (c) 2009-2021 Broad Institute
109
1110
All rights reserved.
1211
@@ -23,7 +22,7 @@
2322
_cached_description = None
2423

2524
__version__ = '3.0.0' # Version used by update checker, must be in format "N.N.N"
26-
_sub_version = 'rc6' # Use this to tag release candidates, betas, etc.
25+
_sub_version = '' # Use this to tag release candidates, betas, etc.
2726

2827
display_version = __version__ + _sub_version
2928

0 commit comments

Comments
 (0)