Releases: opencadc/caom2tools
Releases · opencadc/caom2tools
Fix for `Observable.ucd` type
Quick fix of Observable
Ucd
field type.
Works with insecure https connections (self-signed server certs)
caom2repo=1.6.2 Updated version of `caom2repo` to 1.6.2
Added missing `Observable` CAOM2.4 element
caom2=2.6.3 Update version to 2.6.3
No replace flag in `cadcput`
The replace
flag in cadcput
no longer necessary
Add hdf5 support for TAOSII
General updates
- blueprints
- parsers and wcs_parsers packages
- change ProductType dictionary
- add CustomWCS setter
- data_util.py accepts the use case where fully qualified directory name is ./
- support the Gemini MAROON-X use case that has no positional axes.
Fix potential incompatibility with `numpy2.0`
Use str
instead of repr
for string representation of float.
Extended the ProductType dictionary with the new IVOA terms
Updated ProductType dictionary (#181) * Updated ProductType dictionary --------- Co-authored-by: Adrian Damian <[email protected]>
Fix outdate import library
Replaced outdated imp
library with importlib
Out 2.7, in 3.11
Try to fix CI (#162) * Removed 2.7 code
Remove Python 2.7 support
Added support for Python 3.11.