Skip to content

Commit

Permalink
Merge pull request #97 from hlasimpk/master
Browse files Browse the repository at this point in the history
v0.1.14
  • Loading branch information
hlasimpk committed Nov 20, 2018
2 parents 3c9cbec + 1625213 commit a68a196
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,22 @@ Added
Changed
~~~~~~~

0.1.14
------

Added
~~~~~
- Added code to Pyrvapi to allow SIMBAD to work on CCP4online
- Added reference manager code
- Added bibtex file containing SIMBAD references
- Added citation tab to pyvapi

Changed
~~~~~~~
- Changed `-morda_db` argument in `simbad.command_line.simbad-database` and `simbad.command_line` so that it now has a default location and so that after generating the database the `-morda_db` flag doesn't need to be called every time.
- Fixed a bug in how pointless was called that was changing the a,b,c,alpha,beta,gamma order.
- tidied up clean up function

0.1.13
------

Expand Down
2 changes: 1 addition & 1 deletion simbad/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Maintain sematantic versioning. Further information can
# be found here [http://semver.org/]
__version_info__ = (0, 1, 13)
__version_info__ = (0, 1, 14)

# ======================================================
# Do __NOT__ change anything below here
Expand Down

0 comments on commit a68a196

Please sign in to comment.