Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Commit

Permalink
Merge branch 'release/0.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
jisantuc committed May 14, 2018
2 parents d930919 + c8a43c9 commit dd7c5ce
Show file tree
Hide file tree
Showing 17 changed files with 983 additions and 220 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -98,3 +98,6 @@ ENV/
/site
/.idea/
/raster-foundry-python-client.iml

# MacOS
.DS_Store
153 changes: 120 additions & 33 deletions CHANGELOG.rst
@@ -1,45 +1,132 @@
0.5.0
------
Change Log
==========

- Add RV integration for creating project files and running predictions on prjects
- Support analysis preview and raw export
- Add option to allow for raw (non-color-corrected) exports
- Updates to posting projects
`0.6.0 <https://github.com/raster-foundry/raster-foundry-python-client/tree/0.6.0>`__ (2018-05-14)
--------------------------------------------------------------------------------------------------

0.4.1
-----
`Full
Changelog <https://github.com/raster-foundry/raster-foundry-python-client/compare/0.5.0...0.6.0>`__

- Minor usability fixes (#26)
- Fix ipyleaflet install (#25)
**Merged pull requests:**

0.4.0
-----
- Support async exports
`#50 <https://github.com/raster-foundry/raster-foundry-python-client/pull/50>`__
- Point to user-configable swagger spec location
`#49 <https://github.com/raster-foundry/raster-foundry-python-client/pull/49>`__
- Updates for Raster Vision integration
`#44 <https://github.com/raster-foundry/raster-foundry-python-client/pull/44>`__

- Add *args and **kwargs to no_op function in notebook support check (#24)
- Include Uploads example notebook (#23)
`0.5.0 <https://github.com/raster-foundry/raster-foundry-python-client/tree/0.5.0>`__ (2018-01-26)
--------------------------------------------------------------------------------------------------

0.3.0
-----
- Install cryptography 2.0+ (#22)
`Full
Changelog <https://github.com/raster-foundry/raster-foundry-python-client/compare/0.4.1...0.5.0>`__

0.2.1
-----
**Merged pull requests:**

- Correct repo references (#21)
- Add method to post annotations for project
`#42 <https://github.com/raster-foundry/raster-foundry-python-client/pull/42>`__
- Support analysis preview and raw export
`#40 <https://github.com/raster-foundry/raster-foundry-python-client/pull/40>`__
- Add option to allow for raw (non-color-corrected) exports
`#38 <https://github.com/raster-foundry/raster-foundry-python-client/pull/38>`__
- Add method to evaluate a raster-vision model
`#36 <https://github.com/raster-foundry/raster-foundry-python-client/pull/36>`__
- Add options to start\_prep\_train\_data
`#34 <https://github.com/raster-foundry/raster-foundry-python-client/pull/34>`__
- Add Planet Upload Support
`#33 <https://github.com/raster-foundry/raster-foundry-python-client/pull/33>`__
- Add method to start prep\_train\_data job
`#32 <https://github.com/raster-foundry/raster-foundry-python-client/pull/32>`__
- Start raster-vision predict job
`#30 <https://github.com/raster-foundry/raster-foundry-python-client/pull/30>`__
- Include missing install command in README
`#28 <https://github.com/raster-foundry/raster-foundry-python-client/pull/28>`__

0.2.0
-----
`0.4.1 <https://github.com/raster-foundry/raster-foundry-python-client/tree/0.4.1>`__ (2017-09-27)
--------------------------------------------------------------------------------------------------

- Make imports in api.py relative (#20)
- Improve scene search and spec cleanup (#18)
- Support local file uploads (#15)
- Add scenes post body parameters to spec (#13)
- Include token with api request (#12)
- Fix install for Mac OS (#9)
- Add convenience methods for exports and visualization to projects (#4)
- Add leaflet support to project model (#2)
`Full
Changelog <https://github.com/raster-foundry/raster-foundry-python-client/compare/0.4.0...0.4.1>`__

0.1.0
-----
**Merged pull requests:**

- Initial release.
- Minor usability fixes
`#26 <https://github.com/raster-foundry/raster-foundry-python-client/pull/26>`__
- Fix ipyleaflet install
`#25 <https://github.com/raster-foundry/raster-foundry-python-client/pull/25>`__

`0.4.0 <https://github.com/raster-foundry/raster-foundry-python-client/tree/0.4.0>`__ (2017-09-07)
--------------------------------------------------------------------------------------------------

`Full
Changelog <https://github.com/raster-foundry/raster-foundry-python-client/compare/0.3.0...0.4.0>`__

**Merged pull requests:**

- Add \*args and \*\*kwargs to no\_op function in notebook support
check
`#24 <https://github.com/raster-foundry/raster-foundry-python-client/pull/24>`__
- Include Uploads example notebook
`#23 <https://github.com/raster-foundry/raster-foundry-python-client/pull/23>`__

`0.3.0 <https://github.com/raster-foundry/raster-foundry-python-client/tree/0.3.0>`__ (2017-08-15)
--------------------------------------------------------------------------------------------------

`Full
Changelog <https://github.com/raster-foundry/raster-foundry-python-client/compare/0.2.1...0.3.0>`__

**Merged pull requests:**

- Bump cryptography version to 2.x
`#22 <https://github.com/raster-foundry/raster-foundry-python-client/pull/22>`__

`0.2.1 <https://github.com/raster-foundry/raster-foundry-python-client/tree/0.2.1>`__ (2017-08-10)
--------------------------------------------------------------------------------------------------

`Full
Changelog <https://github.com/raster-foundry/raster-foundry-python-client/compare/0.2.0...0.2.1>`__

**Merged pull requests:**

- Correct repo references
`#21 <https://github.com/raster-foundry/raster-foundry-python-client/pull/21>`__

`0.2.0 <https://github.com/raster-foundry/raster-foundry-python-client/tree/0.2.0>`__ (2017-08-10)
--------------------------------------------------------------------------------------------------

`Full
Changelog <https://github.com/raster-foundry/raster-foundry-python-client/compare/0.1.0...0.2.0>`__

**Merged pull requests:**

- Make imports in api.py relative
`#20 <https://github.com/raster-foundry/raster-foundry-python-client/pull/20>`__
- Add scene search, make various fixes
`#18 <https://github.com/raster-foundry/raster-foundry-python-client/pull/18>`__
- Support local file uploads from client
`#15 <https://github.com/raster-foundry/raster-foundry-python-client/pull/15>`__
- Add scenes post body parameters
`#13 <https://github.com/raster-foundry/raster-foundry-python-client/pull/13>`__
- Include token with api request
`#12 <https://github.com/raster-foundry/raster-foundry-python-client/pull/12>`__
- Fix install for Mac OS
`#9 <https://github.com/raster-foundry/raster-foundry-python-client/pull/9>`__
- Add convenience methods to projects
`#4 <https://github.com/raster-foundry/raster-foundry-python-client/pull/4>`__
- Add leaflet support to project model
`#2 <https://github.com/raster-foundry/raster-foundry-python-client/pull/2>`__

`0.1.0 <https://github.com/raster-foundry/raster-foundry-python-client/tree/0.1.0>`__ (2017-05-04)
--------------------------------------------------------------------------------------------------

`Full
Changelog <https://github.com/raster-foundry/raster-foundry-python-client/compare/8b008ceb45c28f8790cf6998fd34e337cda07378...0.1.0>`__

**Merged pull requests:**

- Port Python client from main repository
`#1 <https://github.com/raster-foundry/raster-foundry-python-client/pull/1>`__

- *This Change Log was automatically generated by
`github\_changelog\_generator <https://github.com/skywinder/Github-Changelog-Generator>`__*
20 changes: 19 additions & 1 deletion README.rst
Expand Up @@ -21,6 +21,17 @@ Usage
# Get TMS URl without token
one_project.tms()
Versions
~~~~~~~~

The latest version of `rasterfoundry` always points to the most recently released swagger spec in
the raster-foundry/raster-foundy-api-spec repository. If you need to point to a different spec
version, either install a version of the python client that refers to the appropriate spec, or
set the `RF_API_SPEC_PATH` environment variable to a url or local file path pointing to the
version of the spec that you want to use.

Generally this shouldn't matter, because the Raster Foundry API shouldn't have breaking changes.


Installation
------------
Expand Down Expand Up @@ -70,7 +81,14 @@ Releases are automatically published to PyPI through Travis CI when commits are
.. code:: bash
$ git flow release start X.Y.Z
$ vim CHANGELOG.rst
$ docker run -ti --rm -v "${PWD}:/changelog" -w "/changelog" "quay.io/azavea/github-changelog-generator:v1.14.3" \
--token "${GITHUB_TOKEN}" \
--future-release "X.Y.Z" \
--no-issues \
--no-author \
--release-branch develop
$ pandoc CHANGELOG.md -o CHANGELOG.rst
$ rm CHANGELOG.md
$ vim setup.py
$ git commit -m "X.Y.Z"
$ git flow release publish X.Y.Z
Expand Down

0 comments on commit dd7c5ce

Please sign in to comment.