An open API service providing commit metadata for open source projects.

GitHub / xtensor-stack/xtensor / commits

C++ tensors with broadcasting and lazy computing

SHA Message Author Date Stats
01798fa0 Add ASAN CI build workflow (#2914)
Co-authored-by: Alexis Placet <2****T@u****m>
Alexis Placet <a****v@p****e>
Committed by: GitHub <n****y@g****m>
15 days ago
aa2b3efb Fix warnings from use of std::accumulate in xbuilder (#2926) Brede Johansen <b****j@u****m>
Committed by: GitHub <n****y@g****m>
23 days ago
dd857e5f Use namespace runner for codspeed benchmarks (#2925)
Co-authored-by: Alexis Placet <2****T@u****m>
Alexis Placet <a****v@p****e>
Committed by: GitHub <n****y@g****m>
about 1 month ago
37e4b581 Upgraded to xsimd 14 (#2924) Johan Mabille <j****e@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
1b5325b2 Xexpresion fix (#2918)
Co-authored-by: Alexis Placet <2****T@u****m>
Alexis Placet <a****v@p****e>
Committed by: GitHub <n****y@g****m>
about 1 month ago
c3f71fbf Fix infinite loop in xt::roll on arrays with a zero-length dimension (#2922) f14XuanLv <1****v@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
9575b397 fix: correct negative axis handling in roll function (#2920)
Co-authored-by: f14xuanlv <2****3@q****m>
Johan Mabille <j****e@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
b4a9f8ef Fix poisson and geometric missing default for template parameter T (#2917)
Co-authored-by: Samaresh Kumar Singh <s****3@g****m>
Johan Mabille <j****e@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
8422c69d Add CodSpeed continuous performance testing (#2919)
Co-authored-by: codspeed-hq[bot] <1****]@u****m>, copilot-swe-agent[bot] <1****t@u****m>, Alex-PLACET <2****T@u****m>
codspeed-hq[bot] <1****]@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
849665a2 Fix vstack for mixed fixed-shape inputs (#2897)
Co-authored-by: Alexis Placet <2****T@u****m>, Copilot <c****t@g****m>
Alexis Placet <a****t@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
0f06096b Fix reverse iterators xstorage (#2908)
Co-authored-by: Alexis Placet <2****T@u****m>
Alexis Placet <a****t@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
a4972432 Fix xt::drop with variables (#2912)
Co-authored-by: Alexis Placet <2****T@u****m>, Johan Mabille <j****e@g****m>
Alexis Placet <a****t@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
961722d2 Enhance xmasked_view support for output streaming (#2899)
Co-authored-by: Alexis Placet <2****T@u****m>
Alexis Placet <a****t@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
8adbd1c7 Prevent buffer overflow when assigning to fixed-dimension xtensor with mismat...
Co-authored-by: Alexis Placet <2****T@u****m>
Alexis Placet <a****t@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
2b01100f Xcsv dump config (#2906)
Co-authored-by: Alexis Placet <2****T@u****m>, Copilot <c****t@g****m>
Alexis Placet <a****t@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
ebeb3c69 Add Linux ARM builds (#2910)
Co-authored-by: Alexis Placet <2****T@u****m>
Alexis Placet <a****t@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
6c2e51bd Fixed lambda return type used in xfunxtion (#2913) Johan Mabille <j****e@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
3b8e0c41 Fix clip function behavior when a_min is greater than a_max (#2909)
Co-authored-by: Alexis Placet <2****T@u****m>, Copilot <c****t@g****m>
Alexis Placet <a****t@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
5caa64db Update CI: Add clang 22 (#2905)
Co-authored-by: Alexis Placet <2****T@u****m>, Copilot <c****t@g****m>
Alexis Placet <a****t@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
42d124c5 Fix xview assignment through leading newaxis slices (#2896)
Co-authored-by: Alexis Placet <2****T@u****m>
Alexis Placet <a****t@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
68f9a774 Fix CSV reader to handle 8-bit integers (#2904) Alexis Placet <a****t@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
c88d087f Removed xtrivially_default_constructible (#2903) Johan Mabille <j****e@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
61cebfe6 Removed workaround for old compilers and old C++ standards (#2902) Johan Mabille <j****e@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
ff10a850 Removed workaround for GCC4 (#2898) Johan Mabille <j****e@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
8e747494 Removed constexpr workarounds (#2895) Johan Mabille <j****e@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
92c873e1 Remove unused standard includes (#2894) serge-sans-paille <s****n@t****u>
Committed by: GitHub <n****y@g****m>
3 months ago
4a213a6d docs: Add warning about dangling references with lazy reducers (fixes #2871) ... SamareshSingh <9****8@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
d6700549 Fix errors and warnings in the documentation generation (#2891)
Co-authored-by: Alexis Placet <2****T@u****m>
Alexis Placet <a****t@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
f21347a9 Fix NPY header length error due to signed->unsigned conversion (#2889) Kwonunn <m****e@v****y>
Committed by: GitHub <n****y@g****m>
3 months ago
5988352e Updated languageèformatters-pre-commit-hooks (#2890) Johan Mabille <j****e@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
18f65248 added a mapper that maps the indexes of a view to the indices of a container ...
Co-authored-by: Alexandre Hoffmann <a****n@p****u>
Alexandre Hoffmann <a****u@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
0c4ca0de Add support of 1D expression in xcsv (#2870) Alexis Placet <a****t@g****m>
Committed by: GitHub <n****y@g****m>
6 months ago
1b6b7dbd Removed deprecated osx 13 runner (#2879) Johan Mabille <j****e@g****m>
Committed by: GitHub <n****y@g****m>
6 months ago
cbb9a362 Add clang 21 to linux CI and update actions/checkout (#2869) Alexis Placet <a****t@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
883ff342 Refactor xfunction to use std::apply rather than index_sequence (#2876) Drew Hubley <9****s@u****m>
Committed by: GitHub <n****y@g****m>
8 months ago
9a376730 Apply C++17 fold to accumulation (#2874) Drew Hubley <9****s@u****m>
Committed by: GitHub <n****y@g****m>
8 months ago
239cd7f8 Removed cached downloads on windows CI (#2875) Johan Mabille <j****e@g****m>
Committed by: GitHub <n****y@g****m>
8 months ago
1af007de Updated for_each to use a fold over recurssion (#2872) Drew Hubley <9****s@u****m>
Committed by: GitHub <n****y@g****m>
8 months ago
3f986cf0 Replace Gitter with Zulip Sylvain Corlay <s****y@g****m>
Committed by: GitHub <n****y@g****m>
8 months ago
abe7b0fe Fix potential termination with `noexcept` specifier (#2865) Yoshiki Matsuda <5****a@u****m>
Committed by: GitHub <n****y@g****m>
9 months ago
10893420 Remove deprecated constexpr definitions (#2863) Richard Barnes <r****s@u****u>
Committed by: GitHub <n****y@g****m>
10 months ago
f115228a Release 0.27.1 Johan Mabille <j****e@g****m> 10 months ago
7cdc7d53 Add tagfiles to support fetching documentation with xeus-cpp-lite (#2862) Anutosh Bhat <a****1@g****m>
Committed by: GitHub <n****y@g****m>
10 months ago
c7ae1a6a Release 0.27.0 Johan Mabille <j****e@g****m> about 1 year ago
6781c027 cmake: write xtensor.hpp to local dir to keep global build dir clean (#2857) Jarkko Koivikko <5****q@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
e66295e8 Adding concept to a part of the code (part 2) (#2846)
Co-authored-by: Alexandre Hoffmann <a****n@p****u>
Alexandre Hoffmann <a****u@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
abce45a5 Add braces around initializers. (#2855) Wolfgang Bangerth <b****h@c****u>
Committed by: GitHub <n****y@g****m>
about 1 year ago
b17cb86a Enabling rich display for xeus-cpp-lite (#2853) Anutosh Bhat <a****1@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
5598564a Set cmake min version to represent used features. (#2852)
Co-authored-by: Johan Mabille <j****e@g****m>
ThisIsFineTM <1****M@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
977aa1be Revive benchmarks (#2854) Drew Hubley <9****s@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
2be98b4b fix: update benchmarks (#2848) sbstndb/sbstndbs <3****b@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
6705ba78 Adding concept to a part of the code (#2842) Alexandre Hoffmann <a****u@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
cd07eaa9 Update docs to reflect new directory structure. (#2845) ThisIsFineTM <1****M@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
a1b150fd Set C++20 in clang-format (#2843) Johan Mabille <j****e@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
7910a2d2 feat: Use cpp20 by default (#2839) sbstndb/sbstndbs <3****b@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
d0f04250 merge Merge pull request #2835 from spectre-ns/apply17 Johan Mabille <j****e@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
9cd70cf5 Update apply to std 17 Drew Hubley <d****y@h****a> over 1 year ago
422a58f3 merge Merge pull request #2836 from JohanMabille/apply_cv Johan Mabille <j****e@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
73d89ddd Replaced apply_cv with xtl::apply_cv and deleted duplicated code Johan Mabille <j****e@g****m> over 1 year ago
f31d415a Release 0.26.0 Johan Mabille <j****e@g****m> over 1 year ago
67fbf7b9 merge Merge pull request #2833 from JohanMabille/clang19 Johan Mabille <j****e@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
82e1c6cb Added clang19 and clang20 to CI Johan Mabille <j****e@g****m> over 1 year ago
487d890a merge Merge pull request #2832 from JohanMabille/compilers Johan Mabille <j****e@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
3abd17d1 Migrated to more recent compilers Johan Mabille <j****e@g****m> over 1 year ago
1860b6ca merge Merge pull request #2831 from JohanMabille/cpp17 Johan Mabille <j****e@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
bb6fea2e Upgraded to xtl 0.8.0 and C++17 Johan Mabille <j****e@g****m> over 1 year ago
647a4833 merge Merge pull request #2830 from JohanMabille/has_assign_conversion Johan Mabille <j****e@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
4a91e4ed merge Merge pull request #2829 from JohanMabille/reorg Johan Mabille <j****e@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
c2e9b7b1 Code reorganization Johan Mabille <j****e@g****m> over 1 year ago
8db28888 Adding fix for incorrect usage of xt::has_assign_conversion in xassign.hpp. Mykola Vankovych <m****h@b****e>
Committed by: Johan Mabille <j****e@g****m>
over 1 year ago
47886141 merge Merge pull request #2826 from JohanMabille/docs Johan Mabille <j****e@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
a46f4908 Added missing configuration key for RTD Johan Mabille <j****e@g****m> over 1 year ago
e590eeb5 merge Merge pull request #2825 from JohanMabille/xsimd_13 Johan Mabille <j****e@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
268f0f51 Upgraded to xsimd 13.2.0 Johan Mabille <j****e@g****m> over 1 year ago
71579a09 merge Merge pull request #2824 from spectre-ns/patch-gh-pages Johan Mabille <j****e@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
cf398ec2 Update gh-pages.yml Drew Hubley <9****s@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
afeaba97 Update gh-pages.yml Drew Hubley <9****s@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
47dd7a40 merge Merge pull request #2818 from spectre-ns/fix-osx-workflow Johan Mabille <j****e@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
7eb298de Added fixes for building with clang 19 (more strict template matching rules) Mykola Vankovych <m****h@b****e>
Committed by: Johan Mabille <j****e@g****m>
over 1 year ago
5f4019f5 Fixed OSX build deprecation Drew Hubley <d****y@h****a> over 1 year ago
ae527969 merge Merge pull request #2781 from mnijhuis-tos/compiler-version-checks Johan Mabille <j****e@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
6601e931 Trigger CI Johan Mabille <j****e@g****m> over 1 year ago
48b2d85b merge Merge pull request #2813 from starboerg/patch-2 Johan Mabille <j****e@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
fabd7f7d Fix compile issue with clang 19.1.1 Jörn Starruß <j****n@s****e>
Committed by: GitHub <n****y@g****m>
over 1 year ago
8c0a484f merge Merge pull request #2796 from spectre-ns/master Johan Mabille <j****e@g****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
fbb5c68f merge Merge branch 'xtensor-stack:master' into master Drew Hubley <9****s@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
f832f01e Fixed CI added OSX 13 and GCC 12 Drew Hubley <d****y@a****m> about 2 years ago
474cd38d merge Merge pull request #2774 from laramiel/master Johan Mabille <j****e@g****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
edc67a3b merge Merge pull request #2782 from spectre-ns/fft Johan Mabille <j****e@g****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
db9913bb Fix typos Drew Hubley <d****y@h****a> about 2 years ago
5a8cf7db merge Merge branch 'master' into fft Drew Hubley <d****y@h****a> about 2 years ago
932e387b Implemented xtensor FFT Drew Hubley <d****y@h****a> about 2 years ago
812a599a Avoid warnings in compiler version checks Maik Nijhuis <m****s@t****l> about 2 years ago
d9c3782e merge Merge pull request #2768 from BioDataAnalysis/option_to_disable_temporary_obj... Johan Mabille <j****e@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
5965f914 formatting Laramie Leavitt <l****r@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
4b53bea5 Update for C++ 20 compatability Laramie Leavitt <l****r@g****m> over 2 years ago
4507f14d adding temporary memory switch in xsemantic_base::operator=. Mykola Vankovych <m****h@b****e> over 2 years ago
a17f3de2 Links to GHA in badges Johan Mabille <j****e@g****m> over 2 years ago
22ad9ead Updated badges in README Johan Mabille <j****e@g****m> over 2 years ago
3634f2de Release 0.25.0 Johan Mabille <j****e@g****m> over 2 years ago

← Back to repository