Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / yt-project/unyt issues and pull requests
#560 - BUG: fix an issue where hdf5 io wouldn't roundtrip properly for a unyt_quantity object
Pull Request -
State: open - Opened by neutrinoceros 12 days ago
Labels: bug
#559 - hdf5 reading for unyt.quantity.
Issue -
State: open - Opened by aaramburo 12 days ago
- 3 comments
Labels: bug
#558 - [pre-commit.ci] pre-commit autoupdate
Pull Request -
State: closed - Opened by pre-commit-ci[bot] 15 days ago
#557 - RFC: handle `np.vecdot` as a ufunc rather than an arrayfunc
Pull Request -
State: closed - Opened by kyleaoman 18 days ago
- 2 comments
#556 - `ndarray.reshape` prototype mismatch
Issue -
State: open - Opened by kyleaoman 19 days ago
- 3 comments
#554 - Quantity API
Issue -
State: open - Opened by andrewgsavage about 2 months ago
- 1 comment
#553 - BUG: fix a regression where `np.linspace`'s num argument would be ignored for `unyt_array`s
Pull Request -
State: closed - Opened by neutrinoceros about 2 months ago
- 1 comment
Labels: bug
#552 - `convert_to_unit` a `unyt_array` may cause problem in previously created slices.
Issue -
State: open - Opened by haoenz about 2 months ago
- 4 comments
#551 - BUG: fix unit handling for `np.take` and `unyt_array.take`
Pull Request -
State: closed - Opened by kyleaoman about 2 months ago
- 2 comments
Labels: bug
#550 - BUG: allow subclassing in `unyt_array.__array_func__`
Pull Request -
State: closed - Opened by kyleaoman 2 months ago
- 12 comments
Labels: bug, enhancement
#549 - BUG: numpy function `take` strips units with scalar index input
Issue -
State: closed - Opened by kyleaoman 2 months ago
- 3 comments
Labels: bug
#548 - BUG: `apply_over_axes` no longer assumes user-supplied function preserves units
Pull Request -
State: closed - Opened by kyleaoman 2 months ago
- 2 comments
Labels: bug
#547 - Fix typo in array function implementations (ftt -> fft)
Pull Request -
State: open - Opened by neutrinoceros 2 months ago
- 4 comments
#546 - numpy `fft` functions are labelled "ftt"
Issue -
State: open - Opened by kyleaoman 2 months ago
- 1 comment
#545 - Should `apply_over_axes` "ignore" units?
Issue -
State: closed - Opened by kyleaoman 2 months ago
- 3 comments
Labels: bug
#544 - BUG: `linspace` and `logspace` give incorrect results or crash with some inputs
Pull Request -
State: closed - Opened by kyleaoman 2 months ago
- 11 comments
Labels: bug
#543 - BUG: `linspace` with `retstep` fails
Issue -
State: closed - Opened by kyleaoman 2 months ago
Labels: bug
#542 - BUG: `logspace` incorrectly accepts units
Issue -
State: closed - Opened by kyleaoman 2 months ago
Labels: bug
#541 - BUG: fix an issue where `np.histogramdd` could create infinite recursion on some inputs
Pull Request -
State: closed - Opened by neutrinoceros 2 months ago
Labels: bug
#540 - Segmentation fault with `u.Msun`
Issue -
State: closed - Opened by kyleaoman 2 months ago
- 6 comments
Labels: bug
#539 - BUG: `np.histogram*` functions give correct units when `weights` and/or `density` are set
Pull Request -
State: closed - Opened by kyleaoman 2 months ago
- 5 comments
Labels: bug
#538 - Incorrect units or crash in histograms when density and/or weights present
Issue -
State: closed - Opened by kyleaoman 2 months ago
#537 - BUG: fix incorrect output unit for `np.prod` with an `axis` argument
Pull Request -
State: closed - Opened by kyleaoman 2 months ago
- 3 comments
Labels: bug
#536 - Incorrect units when using `np.prod` with an `axis` kwarg
Issue -
State: closed - Opened by kyleaoman 2 months ago
#535 - [pre-commit.ci] pre-commit autoupdate
Pull Request -
State: closed - Opened by pre-commit-ci[bot] 3 months ago
#534 - Incorrect Computation
Issue -
State: open - Opened by yohad 3 months ago
- 3 comments
#533 - [pre-commit.ci] pre-commit autoupdate
Pull Request -
State: closed - Opened by pre-commit-ci[bot] 4 months ago
#532 - DEP: make `pyproject.toml` the one source of truth for test-only dependencies
Pull Request -
State: open - Opened by neutrinoceros 4 months ago
- 3 comments
#531 - BUG: fix return units from numpy.ftt functions
Pull Request -
State: closed - Opened by JBorrow 4 months ago
Labels: bug
#530 - unyt processes units for FFTs incorrectly
Issue -
State: closed - Opened by JBorrow 4 months ago
- 3 comments
Labels: bug
#529 - Typo fixes and documentation fix
Pull Request -
State: closed - Opened by BioGeek 4 months ago
- 2 comments
#528 - MNT: switch Python 3.9 + mac testing from macos-12 to macos-13
Pull Request -
State: closed - Opened by neutrinoceros 4 months ago
- 1 comment
#527 - REL: automate release upload to PyPI
Pull Request -
State: open - Opened by neutrinoceros 4 months ago
- 1 comment
#526 - TST: use numpy.testing.overrides API for NEP 18/35 completion tests
Issue -
State: open - Opened by neutrinoceros 4 months ago
- 1 comment
#525 - TST: add CPython 3.13 to regular test matrix
Pull Request -
State: open - Opened by neutrinoceros 4 months ago
- 3 comments
#524 - BUG: fix raising a unyt array to an array power in sensible cases
Pull Request -
State: open - Opened by neutrinoceros 4 months ago
- 5 comments
Labels: bug
#523 - [pre-commit.ci] pre-commit autoupdate
Pull Request -
State: closed - Opened by pre-commit-ci[bot] 4 months ago
#522 - An error occurs when the exponent is an array
Issue -
State: open - Opened by xshaokun 4 months ago
- 5 comments
Labels: bug
#521 - add foe and Bethe units
Pull Request -
State: closed - Opened by zingale 5 months ago
Labels: enhancement
#520 - Fix Stephan-Boltzmann constant accuracy and add radiation constant
Pull Request -
State: closed - Opened by zingale 5 months ago
- 7 comments
Labels: bug, enhancement
#519 - DEP: Can we drop support for Python 3.9 ?
Issue -
State: open - Opened by neutrinoceros 5 months ago
- 1 comment
#518 - ENH: add support for NEP-35 (numpy constructors with a `like` argument)
Issue -
State: open - Opened by neutrinoceros 5 months ago
#517 - Particle IDs are converted to floats although saved as unsigned integers
Issue -
State: closed - Opened by arkordt 5 months ago
- 2 comments
#516 - [pre-commit.ci] pre-commit autoupdate
Pull Request -
State: closed - Opened by pre-commit-ci[bot] 6 months ago
#515 - TST: enable doctests in bleeding-edge CI
Pull Request -
State: closed - Opened by neutrinoceros 6 months ago
- 1 comment
#514 - Thread safety and boundaries (free-threading Python)
Issue -
State: open - Opened by neutrinoceros 6 months ago
- 2 comments
#513 - [pre-commit.ci] pre-commit autoupdate
Pull Request -
State: closed - Opened by pre-commit-ci[bot] 7 months ago
#512 - BUG: fix incompatibilities with NumPy 2.1
Pull Request -
State: closed - Opened by neutrinoceros 8 months ago
- 1 comment
#511 - Update changelog date
Pull Request -
State: closed - Opened by jzuhone 8 months ago
- 2 comments
#510 - [pre-commit.ci] pre-commit autoupdate
Pull Request -
State: closed - Opened by pre-commit-ci[bot] 8 months ago
#509 - TST: declare `np.unstack` as subclass-safe (fix incompatibility with Numpy 2.1)
Pull Request -
State: closed - Opened by neutrinoceros 8 months ago
#508 - STY: migrate formatting from black to ruff
Pull Request -
State: closed - Opened by neutrinoceros 8 months ago
#507 - TST: switch bleeding-edge CI to CPython 3.13
Pull Request -
State: closed - Opened by neutrinoceros 8 months ago
#506 - DOC: adjust doctests to changes in array repr from numpy 2.0
Pull Request -
State: closed - Opened by neutrinoceros 8 months ago
- 4 comments
#505 - REL: prepare release 3.0.3
Pull Request -
State: closed - Opened by neutrinoceros 9 months ago
- 2 comments
#504 - BUG: fix an incompatibility with sympy 1.13.0rc1
Pull Request -
State: closed - Opened by neutrinoceros 9 months ago
Labels: bug
#503 - [pre-commit.ci] pre-commit autoupdate
Pull Request -
State: closed - Opened by pre-commit-ci[bot] 9 months ago
#502 - [pre-commit.ci] pre-commit autoupdate
Pull Request -
State: closed - Opened by pre-commit-ci[bot] 10 months ago
- 1 comment
#501 - MNT: use macOS x86 for Python 3.9 in CI
Pull Request -
State: closed - Opened by neutrinoceros 10 months ago
#500 - BUG: fix signature incompatibilities in NEP 18 wrapped functions
Pull Request -
State: closed - Opened by neutrinoceros 11 months ago
- 2 comments
#499 - [pre-commit.ci] pre-commit autoupdate
Pull Request -
State: closed - Opened by pre-commit-ci[bot] 11 months ago
#498 - TST: drop test case for unpickling old pickle files as too sensitive to upstream changes
Pull Request -
State: closed - Opened by neutrinoceros 11 months ago
- 1 comment
#497 - TST: upcoming test failure in bleeding-edge CI
Issue -
State: closed - Opened by neutrinoceros 11 months ago
#496 - DOC: cleanup orphan reference to now removed setup.py
Pull Request -
State: closed - Opened by neutrinoceros 11 months ago
#495 - TST: fix defects when running test suite in isolation from the project's pytest configuration
Pull Request -
State: closed - Opened by neutrinoceros 11 months ago
#494 - TST: issue with testing unyt 3.0.2 in isolation
Issue -
State: closed - Opened by neutrinoceros 11 months ago
#493 - REL: prepare release 3.0.2
Pull Request -
State: closed - Opened by neutrinoceros 11 months ago
#492 - BUG: fix compatibility with numpy 2.0 copy semantics
Pull Request -
State: closed - Opened by neutrinoceros 11 months ago
Labels: bug
#491 - BUG: implement missing support for `np.cbrt`
Pull Request -
State: closed - Opened by yuyttenhove 12 months ago
- 3 comments
Labels: bug
#490 - TST: avoid installing mpmath pre-releases in bleeding edge CI
Pull Request -
State: closed - Opened by neutrinoceros 12 months ago
- 4 comments
#489 - TST: filter a deprecation warning from mpmath triggered by sympy
Pull Request -
State: closed - Opened by neutrinoceros 12 months ago
#488 - TST: reduce bleeding edge testing frequency from daily to weekly
Pull Request -
State: closed - Opened by neutrinoceros about 1 year ago
- 3 comments
#487 - [pre-commit.ci] pre-commit autoupdate
Pull Request -
State: closed - Opened by pre-commit-ci[bot] about 1 year ago
#486 - BUG: fix compat with numpy dev for np.trapezoid (previously named np.trapz)
Pull Request -
State: closed - Opened by neutrinoceros about 1 year ago
- 2 comments
Labels: bug
#485 - [pre-commit.ci] pre-commit autoupdate
Pull Request -
State: closed - Opened by pre-commit-ci[bot] about 1 year ago
#484 - Bump actions/setup-python from 4 to 5 in /.github/workflows
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies
#483 - (NEP 18) Implement and test array functions new in numpy 2.0
Pull Request -
State: closed - Opened by neutrinoceros about 1 year ago
- 2 comments
Labels: bug
#482 - (NEP 18) Implement and test array functions new in numpy 2.0
Pull Request -
State: closed - Opened by neutrinoceros about 1 year ago
- 3 comments
#481 - TST: new failure with numpy 2.0 dev
Issue -
State: closed - Opened by neutrinoceros about 1 year ago
- 1 comment
#480 - [pre-commit.ci] pre-commit autoupdate
Pull Request -
State: closed - Opened by pre-commit-ci[bot] about 1 year ago
#479 - add foe and Bethe units
Issue -
State: closed - Opened by zingale about 1 year ago
- 1 comment
#478 - BUG: fix an issue where array functions would raise UnitInconsistencyError when operands' units differ by some dimensionless factor
Pull Request -
State: closed - Opened by neutrinoceros about 1 year ago
- 1 comment
Labels: bug
#477 - Concatenating arrays when units differ by dimensionless factor
Issue -
State: closed - Opened by robjmcgibbon about 1 year ago
- 1 comment
Labels: bug
#476 - BUG: fix caching error with UnitRegistry.modify
Pull Request -
State: closed - Opened by neutrinoceros over 1 year ago
Labels: bug
#475 - BUG: explicitly forbid destructive edits to the default unit registry
Pull Request -
State: closed - Opened by neutrinoceros over 1 year ago
Labels: bug
#474 - [pre-commit.ci] pre-commit autoupdate
Pull Request -
State: closed - Opened by pre-commit-ci[bot] over 1 year ago
#473 - unable to use custom unit_registry nor modify base_value for unit in default_unit_registry
Issue -
State: closed - Opened by AdamCohan over 1 year ago
- 15 comments
Labels: bug
#472 - TST: fix usage of legacy numpy.random API in tests
Pull Request -
State: closed - Opened by neutrinoceros over 1 year ago
#471 - BLD: fix minimal requirement on setuptools_scm
Pull Request -
State: closed - Opened by neutrinoceros over 1 year ago
- 1 comment
Labels: bug, dependencies
#470 - TST: cleanup an unused skip condition
Pull Request -
State: closed - Opened by neutrinoceros over 1 year ago
#469 - 'import unyt' fails: ImportError: cannot import name '__version__' from 'unyt._version'
Issue -
State: closed - Opened by yurivict over 1 year ago
- 11 comments
Labels: bug
#468 - Update history for v3.0.1
Pull Request -
State: closed - Opened by jzuhone over 1 year ago
#467 - DOC: update pyenv commands in docs
Pull Request -
State: closed - Opened by neutrinoceros over 1 year ago
#466 - BUG: fix backward compatibility for calling np.histogram with implicit range units
Pull Request -
State: closed - Opened by neutrinoceros over 1 year ago
Labels: bug
#465 - BUG: (NEP 18) np.histogram raises TypeError for range using implicit units
Issue -
State: closed - Opened by neutrinoceros over 1 year ago
Labels: bug
#464 - BUG: fix an issue where array functions would crash (AttributeError) when passed non-ndarray array like objects (e.g. Python lists)
Pull Request -
State: closed - Opened by neutrinoceros over 1 year ago
- 1 comment
Labels: bug
#463 - BUG: fix an issue where array functions would raise UnitConsistencyError on unyt arrays using non-default unit registries
Pull Request -
State: closed - Opened by neutrinoceros over 1 year ago
- 3 comments
Labels: bug
#462 - BUG: (NEP 18) spurious errors when mixing array-like with unyt_array with non-default registry
Issue -
State: closed - Opened by neutrinoceros over 1 year ago
- 1 comment
Labels: bug
#461 - Update readthedocs python and ubuntuversion used
Pull Request -
State: closed - Opened by jzuhone over 1 year ago
#460 - Drop python 3.8 support, update package support
Pull Request -
State: closed - Opened by jzuhone over 1 year ago
- 3 comments
Labels: dependencies