Version 2.3.3
This version adds many new features including:
- The
UVCal.newandUVData.newmethods to create self-consistent object from scratch from a set of flexible input parameters. - A new
fast_concatmethod onUVCal. - A new generic
readmethod onUVCalthat supports all file types and a newUVCal.from_fileclass method.
A new required dependency, docstring_parser was also added.
Full changes detailed below and in our changelog:
What's Changed
- Transactional FastUVH5Meta by @steven-murray in #1285
- Add
fast_concat, genericread, andfrom_filemethods to UVCal by @bhazelton in #1271 - feat: new_uvdata function for simple initialization by @steven-murray in #1281
- fix: error when times or freqs are length 1 by @steven-murray in #1287
- Fix error on ntimes one by @steven-murray in #1289
- Deprecate the 'unknown' cal_type by @bhazelton in #1288
- Deprecate the
input_flag_arrayattribute on UVCal by @bhazelton in #1275 - Cal init method by @steven-murray in #1284
- Update CI by @bhazelton in #1295
- Prepare for v2.3.3 release by @bhazelton in #1297
Full Changelog: v2.3.2...v2.3.3