czgdp1807

Results 45 issues of czgdp1807

Workarounds, - [ ] https://github.com/czgdp1807/stdlib/commit/1320363bbf04f1641f3b127605f3e28bf920f14b - [ ] https://github.com/czgdp1807/stdlib/commit/10e4dce7fc484d03c1d9e526c4c637ceb38a96a9 - [ ] https://github.com/czgdp1807/stdlib/commit/bf7b9dc37d80bf36e9623436599f4958318c4011 Close this issue when all the above are reverted.

### Please confirm this pull request meets the following requirements: - [x] I followed the contributing guidelines: . ### Which change are you proposing? - [ ] Adding/updating open source...

githubindia.com
valid

#### Description of the problem https://github.com/codezonediitj/pydatastructs/blob/main/pydatastructs/trees/binary_trees.py Follow the pattern of C++ backend in `linear_data_structures` module. Check https://github.com/codezonediitj/pydatastructs/tree/main/pydatastructs/linear_data_structures/_backend/cpp #### Example of the problem #### References/Other comments

I think `xtensor` has no intrinsic like [`reshape`](https://gcc.gnu.org/onlinedocs/gcc-4.3.6/gfortran/RESHAPE.html). `reshape` intrinsic in Fortran doesn't modify the input array but creates a new array with the shape specified in second argument. It...

I don't know if this is feasible, however, I would still like the sympy-bot to tag the PRs with labels, at least related to the module mentioned in the release...

In this PR I would first implement a `simplifier` pass which would contain all the logic just for creating auxiliaries for expressions which need them. Allocatables to be only created...

asr pass
refactor

**Example** ```python from ltypes import i64 negu: i64 = i64(-9223372036854775808) posu: i64 = i64(9223372036854775808) ``` **AST** ```bash (Module [(ImportFrom ltypes [(i64 ())] 0) (AnnAssign (Name negu Store) (Name i64 Load)...

Parser

Same as https://github.com/numpy/numpy/pull/26274 #### Reference issue #### What does this implement/fix? #### Additional information

enhancement
Build issues
CI
Meson

#### Reference issue Towards https://github.com/scipy/scipy/issues/20878 #### What does this implement/fix? #### Additional information

Build issues
CI

#### Reference issue Closes https://github.com/scipy/scipy/issues/21394 #### What does this implement/fix? In the main branch I get the following error if I do a documentation build, ```zsh reading sources... [ 87%]...

Documentation