Skip to content

Commit

Permalink
update CHANGELOG, fix link to v0.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgmyr committed Jun 18, 2020
1 parent 833e6f0 commit d0339b5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,27 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 0.3 [Unreleased]
## 0.4 [Unreleased]

No updates yet.

## 0.3

### Changed

- Increased flexibility of included scripts
- Converted `docs/*.md` files to `*.rst`
- Minor paper and bibliography corrections/fixes

### Added

- Built `sphinx`-generated html docs
- Built `sphinx`-generated html docs, hosted on `readthedocs`
- Implemented `CoreColumn.iter_chunks()`
- Added a `CoreColumn` demo notebook
- Added demo/inspection notebooks:
- `column_demo.ipynb`
- `segmenter_demo.ipynb`
- `inspect_dataset.ipynb`
- Added explanatory Markdown to `select_model.ipynb`
- Added restriction in `setup.py` to require `tensorflow` before install

## 0.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $ cd corebreakout

### Download data (optional)

To make use of the provided dataset and model, or to train new a model starting from the pretrained COCO weights, you will need to download the `assets.zip` folder from the [v0.2 Release](https://github.com/rgmyr/corebreakout/releases).
To make use of the provided dataset and model, or to train new a model starting from the pretrained COCO weights, you will need to download the `assets.zip` folder from the [v0.2 Release](https://github.com/rgmyr/corebreakout/releases/tag/v0.2).

Unzip and place this folder in the root directory of the repository (its contents will be ignored by `git` -- see the `.gitignore`). If you would like to place it elsewhere, you should modify the paths in [corebreakout/defaults.py](https://github.com/rgmyr/corebreakout/blob/master/corebreakout/defaults.py) to point to your preferred location.

Expand Down

0 comments on commit d0339b5

Please sign in to comment.