issues
search
sun-data
/
named-arrays
Python library that implements named tensors with Astropy Quantity support.
https://named-arrays.readthedocs.io
4
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Added `named_arrays.histogram()` function which can compute the n-dimensional histogram for scalars, vectors, and functions.
#100
byrdie
closed
16 hours ago
1
Modified the behavior of `named_arrays.histogram2d` to return an unbroadcasted version of the edges.
#99
byrdie
closed
3 days ago
1
Relaxed the type constraints in `named_arrays.plt.rgbmesh()`.
#98
byrdie
closed
6 days ago
1
Added a `random` argument to `named_arrays.AbstractArray.cell_centers()` which selects a random point within each cell.
#97
byrdie
closed
1 week ago
1
Added `named_arrays.regridding` module, a wrapper around the `regridding` package.
#96
byrdie
closed
1 week ago
1
Added `named_arrays.plt.rgbmovie()` function to plot 4D arrays.
#95
byrdie
closed
1 week ago
1
Added `named_arrays.plt.rgbmesh()` function which can plot 3d distributions as an RGB image.
#94
byrdie
closed
1 week ago
1
Added `named_arrays.AbstractArray.cell_centers()`, a method to convert from cell vertices to cell centers.
#93
byrdie
closed
1 week ago
1
Bump `colorsynth` to version 0.1.5
#92
byrdie
closed
1 week ago
1
Added `named_arrays.plt.stairs()` function, a thin wrapper around `matplotlib.pyplot.stairs()`.
#91
byrdie
closed
2 weeks ago
1
Modified the behavior of `named_arrays.colorsynth.rgb_and_colorbar()` to allow for the `wavelength` argument to be defined on cell edges as well as cell centers.
#90
byrdie
closed
2 weeks ago
1
Changed the behavior of matrix multiplication to ignore zero-valued elements to save memory.
#89
byrdie
closed
2 weeks ago
1
Fixed a bug in `named_arrays.interp()` where the resulting axes were not being set correctly.
#88
byrdie
closed
2 weeks ago
1
Added `named_arrays.PolynomialFunctionArray`
#87
byrdie
opened
2 weeks ago
1
Added `named_arrays.despike()` function, a wrapper around `astroscrappy.detect_cosmics()`.
#86
byrdie
closed
2 weeks ago
1
Added `twinx()`, `twiny()`, `invert_xaxis()`, and `invert_yaxis()` to the `named_arrays.plt` module.
#85
byrdie
closed
1 month ago
1
Modified the behavior of `named_arrays.AbstractArray.to_string_array()` to accept more general format strings.
#84
byrdie
closed
1 month ago
1
Changed behavior of `named_arrays.plt.plot()` to broadcast against the input Axes.
#83
byrdie
closed
1 month ago
1
Changed the behavior of `named_arrays.plt.subplots()` to put the origin of the subplot grid in the lower-left corner.
#82
byrdie
closed
1 month ago
1
Added `named_arrays.AbstractArray.to_string_array()` method.
#81
byrdie
closed
1 month ago
1
Added `get_xlabel()`, `get_ylabel()`, `get_title()`, `get_xscale()`, `get_yscale()`, `get_aspect()`, `transAxes()`, and `transData()` functions to the `named_arrays.plt` module.
#80
byrdie
closed
1 month ago
1
Added support for `numpy.char.mod()` function.
#79
byrdie
closed
1 month ago
1
Added `set_xlabel()`, `set_ylabel()`, `set_title()`, `set_xscale()`, `set_yscale()`, and `set_aspect()` functions to the `named_arrays.plt` subpackage.
#78
byrdie
closed
1 month ago
1
Added missing elements to `named_arays.transformations.__all__`.
#77
byrdie
closed
1 month ago
1
Fixed bug where units weren't being checked properly for `named_arrays.random` functions.
#76
byrdie
closed
1 month ago
1
Added `named_arrays.ndfilters.variance_filter()` function.
#75
byrdie
closed
2 months ago
1
Increased the default max line width when printing.
#74
byrdie
closed
2 months ago
1
Added momentum to `named_arrays.optimize.minimize_gradient_descent()`
#73
byrdie
closed
2 months ago
1
Fixed bug in `named_arrays.random` where all vector components were initialized with the same seed.
#72
byrdie
closed
2 months ago
1
Bump codecov action to v4 in Github test workflow.
#71
byrdie
closed
2 months ago
1
Added missing `mode` and `proportion` keyword arguments to `named_arrays.ndfilters.trimmed_mean_filter()`.
#70
byrdie
closed
2 months ago
1
Added `ExplictTemporalSpectralWcsPositionalVector` class.
#69
byrdie
closed
3 months ago
0
Added `named_arrays.ndfilter.trimmed_mean_filter()` function.
#68
byrdie
closed
3 months ago
0
Restore Python 3.10 support
#67
byrdie
closed
3 months ago
0
Fixed type annotations in `named_arrays.ExplicitTemporalWcsSpectralPositionalVectorArray`.
#66
byrdie
closed
3 months ago
0
Added `named_arrays.plt.pcolormovie()` function.
#65
byrdie
closed
3 months ago
1
Updated to use colorsynth 0.1.3
#64
byrdie
closed
3 months ago
1
What's missing from xarray?
#63
TomNicholas
opened
3 months ago
4
Added `named_arrays.colorsynth` module.
#62
byrdie
closed
4 months ago
1
Fixed bug where `numpy.histogram2d()` was not propagating units.
#61
byrdie
closed
4 months ago
1
Added `named_arrays.AbstractCartesian3dVectorArray.solid_angle_cell()` method.
#60
byrdie
closed
4 months ago
1
Added `named_arrays.transformations.AbstractTransformation.shape` property.
#59
byrdie
closed
4 months ago
1
Added `named_arrays.random.binomial()` function.
#58
byrdie
closed
4 months ago
1
Upgrade to Numpy 2.x
#57
byrdie
closed
4 months ago
1
Added `named_arrays.ndfilters.mean_filter()` function.
#56
byrdie
closed
5 months ago
1
Added `named_arrays.AbstractArray.volume_cell()` method, an n-dimensional generalization of `numpy.diff()`.
#55
byrdie
closed
5 months ago
1
Added support for the `numpy.diff()` function.
#54
byrdie
closed
5 months ago
1
Added support for `numpy.repeat()`.
#53
byrdie
closed
6 months ago
1
Modified `named_arrays.AbstractArray.interp_linear()` to cast to float before interpolating.
#52
byrdie
closed
6 months ago
1
Added `named_arrays.AbstractCartesian2dVectorArray.area()` method
#51
byrdie
closed
6 months ago
1
Next