-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from JuliaAstro/eq2hor
Change arguments of eq2hor and hor2eq
- Loading branch information
Showing
5 changed files
with
146 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
History of AstroLib.jl | ||
====================== | ||
|
||
v0.3.0 (2017-1?-??) | ||
------------------- | ||
|
||
### Breaking Changes | ||
|
||
* `eq2hor` and `hor2eq` now take as mandatory arguments either the name of an | ||
observatory in `AstroLib.observatories` or the coordinates (latitude, | ||
longitude and, optionally, altitude) of the observing site. Keywords `lat`, | ||
`lon`, `altitude` and `obsname` are no longer accepted. There is no more a | ||
default observing site, you always have to provide it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.