Skip to content

Commit

Permalink
Release v0.5.1 updates (#155)
Browse files Browse the repository at this point in the history
* Version 0.5.1 release
* Remove some dependencies that aren't needed
* Fixing more dependencies
  • Loading branch information
wtgee authored Dec 2, 2017
1 parent e2ff144 commit ae6251d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8 deletions.
14 changes: 14 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## [Unreleased]

## [0.5.1] - 2017-12-02
### Added
- First real release!
- Working POCS features:
+ mount (iOptron)
+ cameras (DSLR, SBIG)
+ focuer (Birger)
+ scheduler (simple)
- Relies on separate repositories PEAS and PACE
- Automated testing with travis-ci.org
- Code coverage via codecov.io
- Basic install scripts
2 changes: 1 addition & 1 deletion pocs/tests/test_observatory.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def test_standard_headers(observatory):

test_headers = {
'airmass': 1.091778,
'creator': 'POCSv0.1.2',
'creator': 'POCSv0.5.1',
'elevation': 3400.0,
'ha_mnt': 1.6844671878927793,
'latitude': 19.54,
Expand Down
4 changes: 2 additions & 2 deletions pocs/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# this file was automatically generated
major = 0
minor = 1
release = 2
minor = 5
release = 1

version = '{}.{}.{}'.format(major, minor, release)
7 changes: 2 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
astropy >= 2.0.0
pymongo >= 3.2.2
coloredlogs >= 5.0
matplotlib >= 1.5.1
pandas >= 0.18.0
matplotlib >= 2.0.0
pytest >= 2.8.5
scikit_image >= 0.12.3
transitions >= 0.4.0
Expand All @@ -15,13 +14,11 @@ pyzmq >= 15.3.0
pycodestyle
wcsaxes
readline
gcloud
ccdproc
astroplan
codecov
ffmpy
pygraphviz
google-cloud-storage
dateparser
coveralls

coveralls

0 comments on commit ae6251d

Please sign in to comment.