Skip to content

Releases: spacetelescope/vo-models

v0.4.2 - Update SQL/ADQL keywords and improve handling

21 Oct 14:05
4e8bdb6
Compare
Choose a tag to compare

What's Changed

Updates the reserved ADQL/SQL keyword list to include new reserved words included as part of ADQL 2.1.
Additionally, adds handling for potentially malformed, or unescaped keywords in the creation of VODataservice & VOSITables models

v0.4.2.dev0

18 Oct 17:39
Compare
Choose a tag to compare
v0.4.2.dev0 Pre-release
Pre-release

Expand handling for reserved ADQL/SQL keywords.

Full Changelog: v0.4.1...v0.4.2.dev0

v0.4.1 - Static typing improvements

08 Oct 14:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0 - VOSICapabilities, TAPRegExt, VOResource

02 Oct 16:15
58f02c5
Compare
Choose a tag to compare

What's Changed

  • Add py.typed file by @rra in #22
  • Update deprecated Pydantic constructions by @rra in #23
  • Support multivalued UWS parameters by @rra in #24
  • VOSICapabilities / TAPRegExt / VOResource by @jwfraustro in #25

New Contributors

  • @rra made their first contribution in #22

Full Changelog: v0.3.1...v0.4.0

v0.4.0.dev1 - Fix Namespace in VOSI Capabilities

30 Sep 20:47
Compare
Choose a tag to compare

Update to include the VODataservice namespace in the VOSI Capabilities namespace map.

Full Changelog: v0.4.0.dev0...v0.4.0.dev1

v0.4.0.dev0 - VOSICapabilities, TAPRegExt, VOResource

27 Sep 16:03
Compare
Choose a tag to compare

What's Changed

  • Addition of TAPRegExt, VOResource, and VOSI Capabilities
  • Add py.typed file by @rra in #22
  • Update deprecated Pydantic constructions by @rra in #23
  • Support multivalued UWS parameters by @rra in #24

New Contributors

  • @rra made their first contribution in #22

Full Changelog: v0.3.1...v0.4.0.dev0

v0.3.1

15 Jun 03:47
9ea15d8
Compare
Choose a tag to compare

versioning hotfix

v0.3.0 - VOSI Tables

15 Jun 02:51
6432dbf
Compare
Choose a tag to compare
  • Adds support for the VOSI Tables standard
  • Adds required minimal support for VODataService
  • Adds documentation for VOSI Tables/VODataService examples, API

v0.3.0rc1 - VOSITables support

19 Jan 23:23
Compare
Choose a tag to compare
Pre-release
  • Adds support for the VOSI Tables standard
  • Adds required minimal support for VODataService
  • Adds documentation for VOSI Tables/VODataService examples, API

v0.2.2

19 Dec 16:47
2753176
Compare
Choose a tag to compare
  • Updates documentation for Parameters
  • Changes the type hint for Parameter to be any primitive type
  • adds the required default=None for optional fields in Availability