Skip to content

Commit ece8c99

Browse files
committed
Update changes
1 parent 601ae74 commit ece8c99

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed
Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
1+
Pyvisgrid 0.2.0 (2025-09-25)
2+
============================
3+
4+
5+
API Changes
6+
-----------
7+
8+
9+
Bug Fixes
10+
---------
11+
112
- Downgraded the pinned version for ``numpy`` in ``pyproject.toml`` to avoid potential conflicts.
213
- Updated the docstring for the ``vis_data`` attribute in `GridData` to specify its shape for better clarity.
14+
- Improved data selection and masking logic in ``GridData.from_ms`` to ensure correct row selection, flag masking, and shape alignment for measurement and channel data. This also fixes the handling of flagged data and ensures that the returned arrays are correctly filtered and shaped. [`#29 <https://github.com/radionets-project/pyvisgrid/pull/29>`__]
15+
16+
17+
Data Model Changes
18+
------------------
19+
20+
21+
New Features
22+
------------
23+
24+
25+
Maintenance
26+
-----------
27+
328

4-
- Improved data selection and masking logic in ``GridData.from_ms`` to ensure correct row selection, flag masking, and shape alignment for measurement and channel data. This also fixes the handling of flagged data and ensures that the returned arrays are correctly filtered and shaped.
29+
Refactoring and Optimization
30+
----------------------------

0 commit comments

Comments
 (0)