Version 2.3.3
This version adds many new features including:
- The
UVCal.new
andUVData.new
methods to create self-consistent object from scratch from a set of flexible input parameters. - A new
fast_concat
method onUVCal
. - A new generic
read
method onUVCal
that supports all file types and a newUVCal.from_file
class 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_file
methods 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_array
attribute 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