Skip to content

Releases: mattiaverga/PyOngc

0.6.1

06 Mar 10:28
bc0816f
Compare
Choose a tag to compare

Changes from 0.6.0

Enhancements

  • Add get() method. This is now the preferred way for end users to retrieve an object from the database. If an object is not found or the name is not recognized, the method return None instead of raising an exception. #23

Bug fixes

  • Updated database to v20210306

0.6.0

29 Mar 09:59
Compare
Choose a tag to compare

Changes from 0.5.1

Enhancements

  • Added custom exceptions #20
  • DSO objects data can now be retrieved in JSON format with to_json() method #22

Bug fixes

  • Updated database to v20200329

Incompatible changes

  • many DSO class methods have been converted into object properties #19

0.5.1

24 Nov 17:43
Compare
Choose a tag to compare

Changes from 0.5.0

Enhancements

  • It is now possible to use the module with import pyongc instead of from pyongc import ongc

Bugfixes

  • Docstrings have been updated to the latest version

0.5.0

24 Nov 11:48
Compare
Choose a tag to compare

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 the constellation arguments of ongc.listObjects() method now accept a list in input instead of a string.

0.4.0

22 Jun 08:34
Compare
Choose a tag to compare

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 and dec 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

07 Apr 13:48
Compare
Choose a tag to compare

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

13 Nov 10:01
Compare
Choose a tag to compare

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

28 Oct 13:22
Compare
Choose a tag to compare
0.2.90 Pre-release
Pre-release

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 just ongc 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 to catalog a7cf4f5

Installation

You can download the files provided here or just install with pip install --user pyongc

0.2.0

25 Mar 14:35
Compare
Choose a tag to compare
Bump version to 0.2.0

Remove Python 2.7 support for now

0.1.1

04 Feb 10:35
Compare
Choose a tag to compare