Skip to content

Releases: alercebroker/alerce_client

1.3.0

02 Jan 12:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...1.3.0

Release 1.2.0

15 Dec 15:57
d3fc7a5
Compare
Choose a tag to compare

Added the ability to query the HTTP API with a postgres query.

Detail

Minor requirements change

26 Mar 18:44
Compare
Choose a tag to compare

To avoid package dependency error, the requirements for dev and normal use are split.

Release 1.0.0

26 Mar 18:21
Compare
Choose a tag to compare

Major changes to the ALeRCE Database and ALeRCE ZTF Pipeline.

Added new documentation structure as tutorials.

  • To query ZTF data now the parameters can be passed as named parameters.
  • Objects can now be queried as a list of object ids (oids).

Release 0.2.4

15 Mar 19:58
8fa11ef
Compare
Choose a tag to compare

Added deprecation warnings

API client refactoring

08 Nov 14:53
Compare
Choose a tag to compare

New Documentation

The client documentation is now public here

Major Changes in client

  • Now every table returned by the methods are by default astropy.table.Table following the VO standard, also there is a retrocompatibility to previous versions using format="pandas" to get a pandas.DataFrame or pandas.Series
  • There are simple tests to validate changes in the client.

Whats new?

  • Added get_stamps() method to AlerceAPI(). This method can be used to download the stamps for an alert directly to python.