-
### Summary
Currently the data→norm→color pipeline involves two files:
1. `colors.py`:
1. Utility functions for working with colors
2. `Colormap` and subclasses of `Colormap`
3. `N…
-
Just adding a note here (we don't have to dig in right now), that it would be great to also support `left_inverse` and `right_inverse`, since this comes up so often
-
## Preprocessing the dataset
The greyscale assigned to each pixel within an image has a value range of 0-255. We will want to flatten (smoosh… scale…) this range to 0-1. To achieve this flattening, we…
-
## Preprocessing the dataset
The greyscale assigned to each pixel within an image has a value range of 0-255. We will want to flatten (smoosh… scale…) this range to 0-1. To achieve this flattening, we…
-
I think it would be a good idea to have `dicyclic_group` similar to `quaternion_group`.
(Regarding the parameter, I personally would favour `dicyclic_group(n)` yielding a group of order `4n`, but …
-
```
Should poles of functions more consistently return inf instead of raising
ValueError or ZeroDivisionError? I'm thinking particularly of csc(0),
cot(0), gamma(0), zeta(1).
On one hand, an exceptio…
-
Thanks for the fantastic tool! My dream is to read scientific papers on my kindle, but most of the tools out there render papers very poorly. Yours is working well most of the time. Please consider ha…
-
(The following is actually a consequence of the implementation in the vector package. However, I think it is not really a bug there. At the same time HMatrix tries to provide a convenient interface fo…
-
Upgrading to version 1.2 breaks my code because `Indexed.free_symbols` now includes `{self}` if the base has any free symbols. Is there any reason for this? I think it's quite unintuitive as `a[i]` is…
-
# Progress Tracker
## DSA
- [ ] Complete Git & GitHub Course
- [x] Introduction to Programming
- - [x] Types of languages
- - [x] Memory management
- [x] Flow of the program
…