Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
henryiii
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
henryiii
2y ago
Or update things that are dated now. I’ve been mostly keeping the max version up to date but haven’t bumped the min version yet. I’d like to make it 3.11 or 3.15 in the near future.
2.
▲
by
henryiii
2y ago
Feel free to make a MR, that sounds like a good tip. :)
3.
▲
by
henryiii
4y ago
From what I understand, Hatch fixes a core failure of Poetry & PDM: if you have a tool that is not a library (say Black), it should not be able to collide with another tool you are using (say TensorFlow). For a while, black and TensorFl
4.
▲
by
henryiii
4y ago
Poetry does several things by default that are bad for libraries - see https://iscinumpy.dev/post/poetry-versions/ for some details.
5.
▲
by
henryiii
5y ago
That’s never been true for packages. Just because someone else did it doesn’t mean you can’t do it better. The goal in the last few years has been to make it possible for anyone to write a build system or tooling, just like any other librar
6.
▲
Hist 2.5 and boost-histogram 1.2 released
2 points
by
henryiii
5y ago
|
0 comments
7.
▲
by
henryiii
6y ago
I'm excited, but it seems like setting names by default is very odd. Quite a bit of the PEP is dedicated to the odd situations created by "case x" actually setting x rather than reading x ("case .x" would read x). W
8.
▲
by
henryiii
8y ago
I've added several others, including C++, as well as a faster numpy implementation (avoiding mixing double and float): https://github.com/henryiii/framework_compare/tree/master/li...
9.
▲
CLI11 released, a parser for pure C++11 with great syntax, easy install
(iscinumpy.blogspot.com)
2 points
by
henryiii
9y ago
|
0 comments