Skip to content

Commit

Permalink
DOC: fixing changelog for 1.4.1 and adding historical corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Mar 8, 2023
1 parent 11e4e99 commit ad84c29
Showing 1 changed file with 78 additions and 54 deletions.
132 changes: 78 additions & 54 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
1.5 (unreleased)
================
1.4.1 (unreleased)
==================

- registry.regsearch now accepts an optional maxrec argument rather than
automatically passing the service's hard limit. [#375]

- fixed the RegTAP fragment for the discovery of EPN-TAP tables. [#395]

- Removing defaults for optional SIAv1 and SSA query parameters to avoid
unnecessarily overriding the server-side defaults. [#366]
unnecessarily overriding the server-side defaults. [#367]

- Error messages from uws jobs are now in job.errorsummary.message
rather than job.message (where one wouldn't expect them given the UWS
schema). [#432]

- Avoid raising ``AttributeError`` for None responses. [#392]


1.4 (2022-09-26)
================

Expand All @@ -37,19 +40,28 @@
- Allow session to be passed through in SSA and DataLink. [#327]

- pyvo.dal.tap.AsyncTAPJob treats parameter names as case-insensitive when
retrieving the query from the job record. [#356]
retrieving the query from the job record. [#357]

- Adding support for prototype features via the ``prototype_feature``
decorator . [#309]

- No longer formatting microseconds into SSA time literals. [#351]

- Adding operating system to User-Agent. [#344]


1.3 (2022-02-19)
==================

- pyvo deals with non-core terms in datalink.bysemantics again. [#299]

- Versions of Python <3.8 are no longer supported. [#290]


1.2.1 (2022-01-12)
==================

- Get wraps decorator from functools instead of astropy (no functional change) [#283]
- Get wraps decorator from functools instead of astropy. [#283]


1.2 (2021-12-17)
Expand All @@ -61,6 +73,8 @@

- Added VOResource 1.1 mirrorurl and testquerystring to vosi.Interface [#269]

- Versions of Python <3.7 are no longer supported. [#255]


1.1 (2020-06-26)
================
Expand All @@ -77,6 +91,8 @@

- Add kwargs to sia2. [#222]

- Fix handling relative result URLs. [#192]


1.0 (2019-09-20)
================
Expand All @@ -93,69 +109,73 @@

- Replace example's usage of pyvo.object2pos() with SkyCoord.from_name() [#171]

- Stop installing files from scripts to /usr/local/bin. Move them to examples/images instead. [#166]
- Stop installing files from scripts to /usr/local/bin. Move them to
examples/images instead. [#166]

- Update ex_casA_image_cat example. [#172]

- Fix waveband option in registry.regsearch [#175]

- Fix to regtap.ivoid2service(), few decode()'s, para_format_desc was moved to utils. [#177]
- Fix to regtap.ivoid2service(), few decode()'s, para_format_desc was moved
to utils. [#177]

- Fix default result id for fetch_results of async TAP. [#148]


0.9.3 (2019-05-30)
==================

- Fix parsing of SecurityMethod in capabilities.
- Fix parsing of SecurityMethod in capabilities. [#114]

- Keep up to date with upstream astropy changes.

- Move into astropy GitHub organization and README updates.
- Move into astropy GitHub organization and README updates. [#133]

- Replace mimetype functions with library-based ones.


0.9.2
=====
0.9.2 (2018-10-05)
==================

- Fix typo fornat -> format.
- Fix typo fornat -> format. [#106]


0.9.1
=====
0.9.1 (2018-10-02)
==================

- Don't use OR's in RegTAP queries.

- Add a timeout to job wait.


0.9
===
0.9 (2018-09-18)
================

- Add a describe method to services to print a human-readable description.

- Use a customized user agent in http requests.

- Fix some python2/3 issues.

- Add general datalink processing method.
- Add general datalink processing method. [#103]


0.8.1
=====
0.8.1 (2018-06-27)
==================

- Pass use_names_over_ids=True to astropy's to_table.


0.8
===
0.8 (2018-06-07)
================

- Make XML handling more generic.


0.7rc1
======
0.7rc1 (2018-02-18)
===================

- Rework VOSI parsing using astropy xml handling.
- Rework VOSI parsing using astropy xml handling. [#88]

- Describe service object bases on vosi capabilities.

Expand All @@ -164,8 +184,8 @@
- Fixes and Improvements.


0.6.1
=====
0.6.1 (2017-06-29)
==================

- Add Datalink interface.

Expand All @@ -174,8 +194,8 @@
- Minor fixes and improvements.


0.6
===
0.6 (2017-04-17)
================

- Using RegTAP as the only registry interface.

Expand All @@ -191,70 +211,74 @@
- Allow astropy's SkyCoord and Quantity as input parameters.


0.5.2
=====
0.5.2 (2017-02-09)
==================

- Remove trailing ? from query urls.
- Remove trailing ? from query urls. [#78]

- VOTable fieldnames are now gathered from names only instead of ID and name.


0.5.1
=====
0.5.1 (2017-02-02)
==================

- Fix content decoding related error in async result handling.

0.5
===

- Added a RegTAP interface.
0.5 (2017-01-13)
================

- Added a RegTAP interface. [#73]

- Removed urllib in favor of the requests library.
- Removed urllib in favor of the requests library. [#74]

- Deprecated vao registry interface.

- Minor improvements and fixes.

0.4.1
=====

0.4.1 (2016-12-02)
==================

- Fix a bug where maxrec wasn't send to the server.


0.4
===
0.4 (2016-12-02)
================

- Use astropy tables for table metadata.
- Use astropy tables for table metadata. [#71]

- Fix another content encoding error.
- Fix another content encoding error. [#72]


0.3.2
=====
0.3.2 (2016-12-02)
==================

- Adding table property to DALResults. This is a shortcut to access the
astropy table.

- Improved Error Handling.

- Adding ``upload_methods`` to TAPService. [#69]

0.3.1
=====

- Fix an error where the content wasn't decoded properly.
0.3.1 (2016-12-02)
==================

- Fix an error where the content wasn't decoded properly. [#67]

- Fix a bug where POST parameters are submitted as GET parameters.


0.3
===
0.3 (2016-12-02)
================

- Adding TAP API.
- Adding TAP API. [#58, #66]


0.1
===
0.1 (2016-12-02)
================

- This is the last release that supports Python 2.6.
- This is the last release that supports Python 2.6. [#62]

- This release only contains bug fixes beyond 0.0beta2.

0 comments on commit ad84c29

Please sign in to comment.