We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae49b2 commit 71ab820Copy full SHA for 71ab820
CHANGES.md
@@ -1,12 +1,18 @@
1
## v2.4.0
2
3
+### New features
4
+
5
+ - Add normalized moments by name for moments measurements.
6
+ Also add uncertainties.
7
8
### Compatibility
9
- - Update to use either numpy>2. or 1.x
10
+ - Update to use either numpy>2. or 1.x (Arun K.)
11
- ### Misc
12
+### Misc
13
14
- Raise an exception if negative integers are passed to ``get_flags_str``.
15
+ (Arun K.)
16
17
## v2.3.2
18
ngmix/_version.py
@@ -1 +1 @@
-__version__ = '2.3.2' # noqa
+__version__ = '2.4.0' # noqa
0 commit comments