Releases: mattiaverga/PyOngc
Releases · mattiaverga/PyOngc
0.6.1
0.6.0
0.5.1
Changes from 0.5.0
Enhancements
- It is now possible to use the module with
import pyongc
instead offrom pyongc import ongc
Bugfixes
- Docstrings have been updated to the latest version
0.5.0
Changes from 0.4.0
Enhancements
- Allow to search objects by their common name #16
- Allow multiple values for type and constellation filters #17
- Updated OpenNGC database to 20191019
Incompatible changes
- CLI option
--named
has been renamed to--withname
- the
type
and theconstellation
arguments ofongc.listObjects()
method now accept a list in input instead of a string.
0.4.0
Changes from 0.3.1
Enhancements
- Added min and max RA/Dec search filters #13
- Added objects from ONGC addendum; Dso objects can now be created directly from alternative identifier name #15
- Documentation now available on ReadTheDocs https://pyongc.readthedocs.io/en/latest/
Bug fixes
- Corrected wrong position angle values returned in
xephemFormat()
Incompatible changes
ra
anddec
columns in database have been changed from H:M:S/D:M:S (text) to radians (float)- dropped
searchAltId()
- dropped
translate
CLI option
0.3.1
Changes from 0.3.0
Enhancement
- update OpenNGC database version to 20190303
Installation
You can download the files provided here or just install with pip install --user pyongc
0.3.0
Changes from 0.2.90
Bugfixes
- install_requires numpy package
Installation
You can download the files provided here or just install with pip install --user pyongc
0.2.90
Changes from 0.2.0
Enhancements
- Use a more precise formula to calculate apparent separation between objects 9ee7a84
- Speed enhancements when searching for object neighbors c860362
- new
nearby()
method to search objects by coordinates 080d898 - Switch CLI from argparse to click, renamed
ongcbrowse
to justongc
and use setuptools to install the script - Increase test coverage
Bug fixes
- Fixed declination string representation
- Fixed wrong apparent distance calculation
- Fixed object name recognition a127921
API changes
- getNeighbors() parameter
filter
has been renamed tocatalog
a7cf4f5
Installation
You can download the files provided here or just install with pip install --user pyongc
0.2.0
Bump version to 0.2.0 Remove Python 2.7 support for now