Skip to content

Commit

Permalink
Merge pull request #405 from dphogan/v0.4.0
Browse files Browse the repository at this point in the history
Update version number to 0.4.0
  • Loading branch information
dphogan authored Aug 21, 2020
2 parents b132e71 + 45d5e2b commit 07a22d4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ When a new version of `solaris` is released, all of the changes in the Unrelease

## Unreleased

### Added
### Removed
### Changed
### Fixed
### Deprecated
### Security

---

## Version 0.4.0

### Added
- 20200803, jshermeyer: Added mAP metric
- 20200701, dphogan: Added SpaceNet Change and Object Tracking (SCOT) metric
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
copyright = u'2018-{}, CosmiQ Works: an IQT Lab'.format(time.strftime("%Y"))

# The full version, including alpha/beta/rc tags
release = '0.3.0'
version = '0.3.0'
release = '0.4.0'
version = '0.4.0'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion solaris/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from . import bin, data, eval, nets, preproc, raster, tile, utils, vector

__version__ = "0.3.0"
__version__ = "0.4.0"

0 comments on commit 07a22d4

Please sign in to comment.