Skip to content

Commit

Permalink
Merge pull request #387 from dphogan/v0.3.0
Browse files Browse the repository at this point in the history
Updating version to 0.3.0
  • Loading branch information
dphogan committed Jul 16, 2020
2 parents 4df1cbc + ecce097 commit fe7cc53
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,24 @@ When a new version of `solaris` is released, all of the changes in the Unrelease
## Unreleased

### Added
- 20200701, dphogan: Added multimodal preprocessing subpackage (#360)
- 20200716, dphogan: Added three-part tutorial for preprocessing subpackage
### Removed
### Changed
### Fixed
### Deprecated
### Security

---

## Version 0.3.0

### Added
- 20200701, dphogan: Added multimodal preprocessing subpackage (#360)
- 20200716, dphogan: Added three-part tutorial for preprocessing subpackage
### Fixed
- 20200630, dphogan: Remove edge case numeric values from loss function tests (#358)
- 20200706, dphogan: Added API reference entry for utils.data
- 20200706, roshanr11: fixed `checkpoint_frequency` parameter in YAML files to work as intended
- 20200706, roshanr11: tqdm progress bar fixed, follow-up on previous issue (#335)
### Deprecated
### Security

---

Expand All @@ -45,7 +52,6 @@ When a new version of `solaris` is released, all of the changes in the Unrelease
- 20200401, rbavery: fixed bug where aoi boundary was not intersected with src_img extent prior to tiling
- 20200401, rbavery/nrweir: adapted `_check_crs` to convert `pyproj.CRS` or pass through `rasterio.crs.CRS` class when rasterio crs object is required (for example, reprojecting in the tilers)
- 20200414, zaburo-ch: fixed `val_datagen` to point to the correct augmentation pipeline
---

---

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.2.2'
version = '0.2.2'
release = '0.3.0'
version = '0.3.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.2.2"
__version__ = "0.3.0"

0 comments on commit fe7cc53

Please sign in to comment.