Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Commit

Permalink
updated text to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brechmos committed Mar 29, 2019
1 parent b89315e commit d9f0011
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
0.3 (unreleased)
0.3 (2019-03-29)
================

New Features
------------

- Added DOI badge to the README file.
- Integrate new SpecViz (#484)
- Integrate new SpecViz

Bug Fixes
---------
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

For documentation see http://cubeviz.readthedocs.io/en/latest/

## Release 0.2.1
## Release 0.3

We are pleased to announce the release of CubeViz, a visualization and analysis tool for data cubes from integral field units (IFUs). This is an early release (v0.2.1) and we would appreciate your feedback. It is built on top of the "glue" visualization tool.
We are pleased to announce the release of CubeViz, a visualization and analysis tool for data cubes from integral field units (IFUs). This is an early release (v0.3) and we would appreciate your feedback. It is built on top of the "glue" visualization tool.

To install:
* Install [Minconda3](https://conda.io/miniconda.html) if it is not on your system (**)
* To install, type: `$ conda create -n cubeviz020 -c glueviz cubeviz`
* To install, type: `$ conda create -n cubeviz030 python=3.6`, activate the environment `$ conda activate cubeviz030` and pip install cubeviz `$ pip install cubeviz`.

To run:
* Activate the environment: `$ source activate cubeviz020`
* Activate the environment: `$ source activate cubeviz030`
* Run cubeviz: `$ cubeviz`
* Once done, deactivate the environment: `source deactivate`

Expand All @@ -25,9 +25,9 @@ Read the Docs: http://cubeviz.readthedocs.io/en/latest/

More info on glue: http://glueviz.org

If you run into any issues or have suggestions for new features, we encourage you to create issues on GitHub or send comments to https://www.susankassin.com/contact/
If you run into any issues or have suggestions for new features, we encourage you to create issues on GitHub.

This release requires Python 3.5 or 3.6.
This release requires Python 3.6.

** Note: There have been some issues with Miniconda3 with conda version less than 4.5. If you see any problems with installation or running cubeviz and your conda version is less than 4.5 it is best to update to 4.5. See [upgrade instructions](https://conda.io/miniconda.html) for more information.

Expand Down

0 comments on commit d9f0011

Please sign in to comment.