polars-df 0.19.0-x86_64-linux → 0.20.0-x86_64-linux
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Cargo.lock +60 -175
- data/LICENSE-THIRD-PARTY.txt +243 -739
- data/lib/polars/3.2/polars.so +0 -0
- data/lib/polars/3.3/polars.so +0 -0
- data/lib/polars/3.4/polars.so +0 -0
- data/lib/polars/expr.rb +14 -8
- data/lib/polars/functions/eager.rb +1 -1
- data/lib/polars/list_expr.rb +9 -10
- data/lib/polars/list_name_space.rb +1 -7
- data/lib/polars/meta_expr.rb +7 -7
- data/lib/polars/series.rb +12 -8
- data/lib/polars/string_name_space.rb +1 -1
- data/lib/polars/version.rb +1 -1
- metadata +2 -2
data/LICENSE-THIRD-PARTY.txt
CHANGED
@@ -102,6 +102,10 @@ block-buffer v0.10.4
|
|
102
102
|
https://github.com/RustCrypto/utils
|
103
103
|
MIT OR Apache-2.0
|
104
104
|
|
105
|
+
boxcar v0.2.13
|
106
|
+
https://github.com/ibraheemdev/boxcar
|
107
|
+
MIT
|
108
|
+
|
105
109
|
brotli v7.0.0
|
106
110
|
https://github.com/dropbox/rust-brotli
|
107
111
|
BSD-3-Clause AND MIT
|
@@ -234,10 +238,6 @@ either v1.15.0
|
|
234
238
|
https://github.com/rayon-rs/either
|
235
239
|
MIT OR Apache-2.0
|
236
240
|
|
237
|
-
enum_dispatch v0.3.13
|
238
|
-
https://gitlab.com/antonok/enum_dispatch
|
239
|
-
MIT OR Apache-2.0
|
240
|
-
|
241
241
|
equivalent v1.0.2
|
242
242
|
https://github.com/indexmap-rs/equivalent
|
243
243
|
Apache-2.0 OR MIT
|
@@ -654,58 +654,59 @@ pkg-config v0.3.32
|
|
654
654
|
https://github.com/rust-lang/pkg-config-rs
|
655
655
|
MIT OR Apache-2.0
|
656
656
|
|
657
|
-
planus
|
657
|
+
planus v1.1.1
|
658
658
|
https://github.com/planus-org/planus
|
659
659
|
MIT/Apache-2.0
|
660
660
|
|
661
|
-
polars v0.
|
661
|
+
polars v0.49.1
|
662
662
|
https://www.pola.rs/
|
663
663
|
MIT
|
664
664
|
|
665
|
-
polars-arrow v0.
|
665
|
+
polars-arrow v0.49.1
|
666
666
|
https://www.pola.rs/
|
667
667
|
MIT AND Apache-2.0
|
668
668
|
|
669
|
-
polars-arrow-format v0.
|
670
|
-
https://github.com/
|
669
|
+
polars-arrow-format v0.2.0
|
670
|
+
https://github.com/DataEngineeringLabs/arrow-format
|
671
|
+
Apache-2.0
|
671
672
|
|
672
|
-
polars-compute v0.
|
673
|
+
polars-compute v0.49.1
|
673
674
|
https://www.pola.rs/
|
674
675
|
MIT
|
675
676
|
|
676
|
-
polars-core v0.
|
677
|
+
polars-core v0.49.1
|
677
678
|
https://www.pola.rs/
|
678
679
|
MIT
|
679
680
|
|
680
|
-
polars-error v0.
|
681
|
+
polars-error v0.49.1
|
681
682
|
https://www.pola.rs/
|
682
683
|
MIT
|
683
684
|
|
684
|
-
polars-expr v0.
|
685
|
+
polars-expr v0.49.1
|
685
686
|
https://www.pola.rs/
|
686
687
|
MIT
|
687
688
|
|
688
|
-
polars-io v0.
|
689
|
+
polars-io v0.49.1
|
689
690
|
https://www.pola.rs/
|
690
691
|
MIT
|
691
692
|
|
692
|
-
polars-json v0.
|
693
|
+
polars-json v0.49.1
|
693
694
|
https://www.pola.rs/
|
694
695
|
MIT
|
695
696
|
|
696
|
-
polars-lazy v0.
|
697
|
+
polars-lazy v0.49.1
|
697
698
|
https://www.pola.rs/
|
698
699
|
MIT
|
699
700
|
|
700
|
-
polars-mem-engine v0.
|
701
|
+
polars-mem-engine v0.49.1
|
701
702
|
https://www.pola.rs/
|
702
703
|
MIT
|
703
704
|
|
704
|
-
polars-ops v0.
|
705
|
+
polars-ops v0.49.1
|
705
706
|
https://www.pola.rs/
|
706
707
|
MIT
|
707
708
|
|
708
|
-
polars-parquet v0.
|
709
|
+
polars-parquet v0.49.1
|
709
710
|
https://www.pola.rs/
|
710
711
|
MIT AND Apache-2.0
|
711
712
|
|
@@ -713,35 +714,31 @@ polars-parquet-format v0.1.0
|
|
713
714
|
https://github.com/pola-rs/parquet-format
|
714
715
|
MIT AND Apache-2.0
|
715
716
|
|
716
|
-
polars-
|
717
|
+
polars-plan v0.49.1
|
717
718
|
https://www.pola.rs/
|
718
719
|
MIT
|
719
720
|
|
720
|
-
polars-
|
721
|
+
polars-row v0.49.1
|
721
722
|
https://www.pola.rs/
|
722
723
|
MIT
|
723
724
|
|
724
|
-
polars-
|
725
|
+
polars-schema v0.49.1
|
725
726
|
https://www.pola.rs/
|
726
727
|
MIT
|
727
728
|
|
728
|
-
polars-
|
729
|
+
polars-sql v0.49.1
|
729
730
|
https://www.pola.rs/
|
730
731
|
MIT
|
731
732
|
|
732
|
-
polars-
|
733
|
+
polars-stream v0.49.1
|
733
734
|
https://www.pola.rs/
|
734
735
|
MIT
|
735
736
|
|
736
|
-
polars-
|
737
|
+
polars-time v0.49.1
|
737
738
|
https://www.pola.rs/
|
738
739
|
MIT
|
739
740
|
|
740
|
-
polars-
|
741
|
-
https://www.pola.rs/
|
742
|
-
MIT
|
743
|
-
|
744
|
-
polars-utils v0.48.0
|
741
|
+
polars-utils v0.49.1
|
745
742
|
https://www.pola.rs/
|
746
743
|
MIT
|
747
744
|
|
@@ -945,10 +942,6 @@ serde_derive v1.0.219
|
|
945
942
|
https://serde.rs
|
946
943
|
MIT OR Apache-2.0
|
947
944
|
|
948
|
-
serde_ignored v0.1.12
|
949
|
-
https://github.com/dtolnay/serde-ignored
|
950
|
-
MIT OR Apache-2.0
|
951
|
-
|
952
945
|
serde_json v1.0.140
|
953
946
|
https://github.com/serde-rs/json
|
954
947
|
MIT OR Apache-2.0
|
@@ -1057,10 +1050,6 @@ synstructure v0.13.2
|
|
1057
1050
|
https://github.com/mystor/synstructure
|
1058
1051
|
MIT
|
1059
1052
|
|
1060
|
-
sysinfo v0.33.1
|
1061
|
-
https://github.com/GuillaumeGomez/sysinfo
|
1062
|
-
MIT
|
1063
|
-
|
1064
1053
|
thiserror v2.0.12
|
1065
1054
|
https://github.com/dtolnay/thiserror
|
1066
1055
|
MIT OR Apache-2.0
|
@@ -5440,21 +5429,28 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
5440
5429
|
DEALINGS IN THE SOFTWARE.
|
5441
5430
|
|
5442
5431
|
================================================================================
|
5443
|
-
|
5432
|
+
boxcar LICENSE
|
5444
5433
|
================================================================================
|
5445
5434
|
|
5446
|
-
|
5447
|
-
All rights reserved.
|
5448
|
-
|
5449
|
-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
5450
|
-
|
5451
|
-
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
5435
|
+
MIT License
|
5452
5436
|
|
5453
|
-
|
5437
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
5438
|
+
of this software and associated documentation files (the "Software"), to deal
|
5439
|
+
in the Software without restriction, including without limitation the rights
|
5440
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
5441
|
+
copies of the Software, and to permit persons to whom the Software is
|
5442
|
+
furnished to do so, subject to the following conditions:
|
5454
5443
|
|
5455
|
-
|
5444
|
+
The above copyright notice and this permission notice shall be included in all
|
5445
|
+
copies or substantial portions of the Software.
|
5456
5446
|
|
5457
|
-
|
5447
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
5448
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
5449
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
5450
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
5451
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
5452
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
5453
|
+
SOFTWARE.
|
5458
5454
|
|
5459
5455
|
================================================================================
|
5460
5456
|
brotli LICENSE.MIT
|
@@ -5480,6 +5476,23 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5480
5476
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
5481
5477
|
THE SOFTWARE.
|
5482
5478
|
|
5479
|
+
================================================================================
|
5480
|
+
brotli LICENSE.BSD-3-Clause
|
5481
|
+
================================================================================
|
5482
|
+
|
5483
|
+
Copyright (c) 2016 Dropbox, Inc.
|
5484
|
+
All rights reserved.
|
5485
|
+
|
5486
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
5487
|
+
|
5488
|
+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
5489
|
+
|
5490
|
+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
5491
|
+
|
5492
|
+
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
5493
|
+
|
5494
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
5495
|
+
|
5483
5496
|
================================================================================
|
5484
5497
|
brotli-decompressor LICENSE
|
5485
5498
|
================================================================================
|
@@ -11763,32 +11776,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
11763
11776
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
11764
11777
|
DEALINGS IN THE SOFTWARE.
|
11765
11778
|
|
11766
|
-
================================================================================
|
11767
|
-
enum_dispatch LICENSE
|
11768
|
-
================================================================================
|
11769
|
-
|
11770
|
-
MIT License
|
11771
|
-
|
11772
|
-
Copyright (c) 2019 Anton Lazarev
|
11773
|
-
|
11774
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
11775
|
-
of this software and associated documentation files (the "Software"), to deal
|
11776
|
-
in the Software without restriction, including without limitation the rights
|
11777
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
11778
|
-
copies of the Software, and to permit persons to whom the Software is
|
11779
|
-
furnished to do so, subject to the following conditions:
|
11780
|
-
|
11781
|
-
The above copyright notice and this permission notice shall be included in all
|
11782
|
-
copies or substantial portions of the Software.
|
11783
|
-
|
11784
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
11785
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
11786
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
11787
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
11788
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
11789
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
11790
|
-
SOFTWARE.
|
11791
|
-
|
11792
11779
|
================================================================================
|
11793
11780
|
equivalent LICENSE-APACHE
|
11794
11781
|
================================================================================
|
@@ -29967,6 +29954,188 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
29967
29954
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
29968
29955
|
DEALINGS IN THE SOFTWARE.
|
29969
29956
|
|
29957
|
+
================================================================================
|
29958
|
+
planus LICENSE-APACHE
|
29959
|
+
================================================================================
|
29960
|
+
|
29961
|
+
Apache License
|
29962
|
+
Version 2.0, January 2004
|
29963
|
+
http://www.apache.org/licenses/
|
29964
|
+
|
29965
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
29966
|
+
|
29967
|
+
1. Definitions.
|
29968
|
+
|
29969
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
29970
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
29971
|
+
|
29972
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
29973
|
+
the copyright owner that is granting the License.
|
29974
|
+
|
29975
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
29976
|
+
other entities that control, are controlled by, or are under common
|
29977
|
+
control with that entity. For the purposes of this definition,
|
29978
|
+
"control" means (i) the power, direct or indirect, to cause the
|
29979
|
+
direction or management of such entity, whether by contract or
|
29980
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
29981
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
29982
|
+
|
29983
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
29984
|
+
exercising permissions granted by this License.
|
29985
|
+
|
29986
|
+
"Source" form shall mean the preferred form for making modifications,
|
29987
|
+
including but not limited to software source code, documentation
|
29988
|
+
source, and configuration files.
|
29989
|
+
|
29990
|
+
"Object" form shall mean any form resulting from mechanical
|
29991
|
+
transformation or translation of a Source form, including but
|
29992
|
+
not limited to compiled object code, generated documentation,
|
29993
|
+
and conversions to other media types.
|
29994
|
+
|
29995
|
+
"Work" shall mean the work of authorship, whether in Source or
|
29996
|
+
Object form, made available under the License, as indicated by a
|
29997
|
+
copyright notice that is included in or attached to the work
|
29998
|
+
(an example is provided in the Appendix below).
|
29999
|
+
|
30000
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
30001
|
+
form, that is based on (or derived from) the Work and for which the
|
30002
|
+
editorial revisions, annotations, elaborations, or other modifications
|
30003
|
+
represent, as a whole, an original work of authorship. For the purposes
|
30004
|
+
of this License, Derivative Works shall not include works that remain
|
30005
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
30006
|
+
the Work and Derivative Works thereof.
|
30007
|
+
|
30008
|
+
"Contribution" shall mean any work of authorship, including
|
30009
|
+
the original version of the Work and any modifications or additions
|
30010
|
+
to that Work or Derivative Works thereof, that is intentionally
|
30011
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
30012
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
30013
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
30014
|
+
means any form of electronic, verbal, or written communication sent
|
30015
|
+
to the Licensor or its representatives, including but not limited to
|
30016
|
+
communication on electronic mailing lists, source code control systems,
|
30017
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
30018
|
+
Licensor for the purpose of discussing and improving the Work, but
|
30019
|
+
excluding communication that is conspicuously marked or otherwise
|
30020
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
30021
|
+
|
30022
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
30023
|
+
on behalf of whom a Contribution has been received by Licensor and
|
30024
|
+
subsequently incorporated within the Work.
|
30025
|
+
|
30026
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
30027
|
+
this License, each Contributor hereby grants to You a perpetual,
|
30028
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
30029
|
+
copyright license to reproduce, prepare Derivative Works of,
|
30030
|
+
publicly display, publicly perform, sublicense, and distribute the
|
30031
|
+
Work and such Derivative Works in Source or Object form.
|
30032
|
+
|
30033
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
30034
|
+
this License, each Contributor hereby grants to You a perpetual,
|
30035
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
30036
|
+
(except as stated in this section) patent license to make, have made,
|
30037
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
30038
|
+
where such license applies only to those patent claims licensable
|
30039
|
+
by such Contributor that are necessarily infringed by their
|
30040
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
30041
|
+
with the Work to which such Contribution(s) was submitted. If You
|
30042
|
+
institute patent litigation against any entity (including a
|
30043
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
30044
|
+
or a Contribution incorporated within the Work constitutes direct
|
30045
|
+
or contributory patent infringement, then any patent licenses
|
30046
|
+
granted to You under this License for that Work shall terminate
|
30047
|
+
as of the date such litigation is filed.
|
30048
|
+
|
30049
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
30050
|
+
Work or Derivative Works thereof in any medium, with or without
|
30051
|
+
modifications, and in Source or Object form, provided that You
|
30052
|
+
meet the following conditions:
|
30053
|
+
|
30054
|
+
(a) You must give any other recipients of the Work or
|
30055
|
+
Derivative Works a copy of this License; and
|
30056
|
+
|
30057
|
+
(b) You must cause any modified files to carry prominent notices
|
30058
|
+
stating that You changed the files; and
|
30059
|
+
|
30060
|
+
(c) You must retain, in the Source form of any Derivative Works
|
30061
|
+
that You distribute, all copyright, patent, trademark, and
|
30062
|
+
attribution notices from the Source form of the Work,
|
30063
|
+
excluding those notices that do not pertain to any part of
|
30064
|
+
the Derivative Works; and
|
30065
|
+
|
30066
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
30067
|
+
distribution, then any Derivative Works that You distribute must
|
30068
|
+
include a readable copy of the attribution notices contained
|
30069
|
+
within such NOTICE file, excluding those notices that do not
|
30070
|
+
pertain to any part of the Derivative Works, in at least one
|
30071
|
+
of the following places: within a NOTICE text file distributed
|
30072
|
+
as part of the Derivative Works; within the Source form or
|
30073
|
+
documentation, if provided along with the Derivative Works; or,
|
30074
|
+
within a display generated by the Derivative Works, if and
|
30075
|
+
wherever such third-party notices normally appear. The contents
|
30076
|
+
of the NOTICE file are for informational purposes only and
|
30077
|
+
do not modify the License. You may add Your own attribution
|
30078
|
+
notices within Derivative Works that You distribute, alongside
|
30079
|
+
or as an addendum to the NOTICE text from the Work, provided
|
30080
|
+
that such additional attribution notices cannot be construed
|
30081
|
+
as modifying the License.
|
30082
|
+
|
30083
|
+
You may add Your own copyright statement to Your modifications and
|
30084
|
+
may provide additional or different license terms and conditions
|
30085
|
+
for use, reproduction, or distribution of Your modifications, or
|
30086
|
+
for any such Derivative Works as a whole, provided Your use,
|
30087
|
+
reproduction, and distribution of the Work otherwise complies with
|
30088
|
+
the conditions stated in this License.
|
30089
|
+
|
30090
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
30091
|
+
any Contribution intentionally submitted for inclusion in the Work
|
30092
|
+
by You to the Licensor shall be under the terms and conditions of
|
30093
|
+
this License, without any additional terms or conditions.
|
30094
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
30095
|
+
the terms of any separate license agreement you may have executed
|
30096
|
+
with Licensor regarding such Contributions.
|
30097
|
+
|
30098
|
+
6. Trademarks. This License does not grant permission to use the trade
|
30099
|
+
names, trademarks, service marks, or product names of the Licensor,
|
30100
|
+
except as required for reasonable and customary use in describing the
|
30101
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
30102
|
+
|
30103
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
30104
|
+
agreed to in writing, Licensor provides the Work (and each
|
30105
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
30106
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
30107
|
+
implied, including, without limitation, any warranties or conditions
|
30108
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
30109
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
30110
|
+
appropriateness of using or redistributing the Work and assume any
|
30111
|
+
risks associated with Your exercise of permissions under this License.
|
30112
|
+
|
30113
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
30114
|
+
whether in tort (including negligence), contract, or otherwise,
|
30115
|
+
unless required by applicable law (such as deliberate and grossly
|
30116
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
30117
|
+
liable to You for damages, including any direct, indirect, special,
|
30118
|
+
incidental, or consequential damages of any character arising as a
|
30119
|
+
result of this License or out of the use or inability to use the
|
30120
|
+
Work (including but not limited to damages for loss of goodwill,
|
30121
|
+
work stoppage, computer failure or malfunction, or any and all
|
30122
|
+
other commercial damages or losses), even if such Contributor
|
30123
|
+
has been advised of the possibility of such damages.
|
30124
|
+
|
30125
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
30126
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
30127
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
30128
|
+
or other liability obligations and/or rights consistent with this
|
30129
|
+
License. However, in accepting such obligations, You may act only
|
30130
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
30131
|
+
of any other Contributor, and only if You agree to indemnify,
|
30132
|
+
defend, and hold each Contributor harmless for any liability
|
30133
|
+
incurred by, or claims asserted against, such Contributor by reason
|
30134
|
+
of your accepting any such warranty or additional liability.
|
30135
|
+
|
30136
|
+
END OF TERMS AND CONDITIONS
|
30137
|
+
|
30138
|
+
|
29970
30139
|
================================================================================
|
29971
30140
|
planus LICENSE-MIT
|
29972
30141
|
================================================================================
|
@@ -29994,188 +30163,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
29994
30163
|
SOFTWARE.
|
29995
30164
|
|
29996
30165
|
|
29997
|
-
================================================================================
|
29998
|
-
planus LICENSE-APACHE
|
29999
|
-
================================================================================
|
30000
|
-
|
30001
|
-
Apache License
|
30002
|
-
Version 2.0, January 2004
|
30003
|
-
http://www.apache.org/licenses/
|
30004
|
-
|
30005
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
30006
|
-
|
30007
|
-
1. Definitions.
|
30008
|
-
|
30009
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
30010
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
30011
|
-
|
30012
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
30013
|
-
the copyright owner that is granting the License.
|
30014
|
-
|
30015
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
30016
|
-
other entities that control, are controlled by, or are under common
|
30017
|
-
control with that entity. For the purposes of this definition,
|
30018
|
-
"control" means (i) the power, direct or indirect, to cause the
|
30019
|
-
direction or management of such entity, whether by contract or
|
30020
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
30021
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
30022
|
-
|
30023
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
30024
|
-
exercising permissions granted by this License.
|
30025
|
-
|
30026
|
-
"Source" form shall mean the preferred form for making modifications,
|
30027
|
-
including but not limited to software source code, documentation
|
30028
|
-
source, and configuration files.
|
30029
|
-
|
30030
|
-
"Object" form shall mean any form resulting from mechanical
|
30031
|
-
transformation or translation of a Source form, including but
|
30032
|
-
not limited to compiled object code, generated documentation,
|
30033
|
-
and conversions to other media types.
|
30034
|
-
|
30035
|
-
"Work" shall mean the work of authorship, whether in Source or
|
30036
|
-
Object form, made available under the License, as indicated by a
|
30037
|
-
copyright notice that is included in or attached to the work
|
30038
|
-
(an example is provided in the Appendix below).
|
30039
|
-
|
30040
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
30041
|
-
form, that is based on (or derived from) the Work and for which the
|
30042
|
-
editorial revisions, annotations, elaborations, or other modifications
|
30043
|
-
represent, as a whole, an original work of authorship. For the purposes
|
30044
|
-
of this License, Derivative Works shall not include works that remain
|
30045
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
30046
|
-
the Work and Derivative Works thereof.
|
30047
|
-
|
30048
|
-
"Contribution" shall mean any work of authorship, including
|
30049
|
-
the original version of the Work and any modifications or additions
|
30050
|
-
to that Work or Derivative Works thereof, that is intentionally
|
30051
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
30052
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
30053
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
30054
|
-
means any form of electronic, verbal, or written communication sent
|
30055
|
-
to the Licensor or its representatives, including but not limited to
|
30056
|
-
communication on electronic mailing lists, source code control systems,
|
30057
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
30058
|
-
Licensor for the purpose of discussing and improving the Work, but
|
30059
|
-
excluding communication that is conspicuously marked or otherwise
|
30060
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
30061
|
-
|
30062
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
30063
|
-
on behalf of whom a Contribution has been received by Licensor and
|
30064
|
-
subsequently incorporated within the Work.
|
30065
|
-
|
30066
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
30067
|
-
this License, each Contributor hereby grants to You a perpetual,
|
30068
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
30069
|
-
copyright license to reproduce, prepare Derivative Works of,
|
30070
|
-
publicly display, publicly perform, sublicense, and distribute the
|
30071
|
-
Work and such Derivative Works in Source or Object form.
|
30072
|
-
|
30073
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
30074
|
-
this License, each Contributor hereby grants to You a perpetual,
|
30075
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
30076
|
-
(except as stated in this section) patent license to make, have made,
|
30077
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
30078
|
-
where such license applies only to those patent claims licensable
|
30079
|
-
by such Contributor that are necessarily infringed by their
|
30080
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
30081
|
-
with the Work to which such Contribution(s) was submitted. If You
|
30082
|
-
institute patent litigation against any entity (including a
|
30083
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
30084
|
-
or a Contribution incorporated within the Work constitutes direct
|
30085
|
-
or contributory patent infringement, then any patent licenses
|
30086
|
-
granted to You under this License for that Work shall terminate
|
30087
|
-
as of the date such litigation is filed.
|
30088
|
-
|
30089
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
30090
|
-
Work or Derivative Works thereof in any medium, with or without
|
30091
|
-
modifications, and in Source or Object form, provided that You
|
30092
|
-
meet the following conditions:
|
30093
|
-
|
30094
|
-
(a) You must give any other recipients of the Work or
|
30095
|
-
Derivative Works a copy of this License; and
|
30096
|
-
|
30097
|
-
(b) You must cause any modified files to carry prominent notices
|
30098
|
-
stating that You changed the files; and
|
30099
|
-
|
30100
|
-
(c) You must retain, in the Source form of any Derivative Works
|
30101
|
-
that You distribute, all copyright, patent, trademark, and
|
30102
|
-
attribution notices from the Source form of the Work,
|
30103
|
-
excluding those notices that do not pertain to any part of
|
30104
|
-
the Derivative Works; and
|
30105
|
-
|
30106
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
30107
|
-
distribution, then any Derivative Works that You distribute must
|
30108
|
-
include a readable copy of the attribution notices contained
|
30109
|
-
within such NOTICE file, excluding those notices that do not
|
30110
|
-
pertain to any part of the Derivative Works, in at least one
|
30111
|
-
of the following places: within a NOTICE text file distributed
|
30112
|
-
as part of the Derivative Works; within the Source form or
|
30113
|
-
documentation, if provided along with the Derivative Works; or,
|
30114
|
-
within a display generated by the Derivative Works, if and
|
30115
|
-
wherever such third-party notices normally appear. The contents
|
30116
|
-
of the NOTICE file are for informational purposes only and
|
30117
|
-
do not modify the License. You may add Your own attribution
|
30118
|
-
notices within Derivative Works that You distribute, alongside
|
30119
|
-
or as an addendum to the NOTICE text from the Work, provided
|
30120
|
-
that such additional attribution notices cannot be construed
|
30121
|
-
as modifying the License.
|
30122
|
-
|
30123
|
-
You may add Your own copyright statement to Your modifications and
|
30124
|
-
may provide additional or different license terms and conditions
|
30125
|
-
for use, reproduction, or distribution of Your modifications, or
|
30126
|
-
for any such Derivative Works as a whole, provided Your use,
|
30127
|
-
reproduction, and distribution of the Work otherwise complies with
|
30128
|
-
the conditions stated in this License.
|
30129
|
-
|
30130
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
30131
|
-
any Contribution intentionally submitted for inclusion in the Work
|
30132
|
-
by You to the Licensor shall be under the terms and conditions of
|
30133
|
-
this License, without any additional terms or conditions.
|
30134
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
30135
|
-
the terms of any separate license agreement you may have executed
|
30136
|
-
with Licensor regarding such Contributions.
|
30137
|
-
|
30138
|
-
6. Trademarks. This License does not grant permission to use the trade
|
30139
|
-
names, trademarks, service marks, or product names of the Licensor,
|
30140
|
-
except as required for reasonable and customary use in describing the
|
30141
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
30142
|
-
|
30143
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
30144
|
-
agreed to in writing, Licensor provides the Work (and each
|
30145
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
30146
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
30147
|
-
implied, including, without limitation, any warranties or conditions
|
30148
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
30149
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
30150
|
-
appropriateness of using or redistributing the Work and assume any
|
30151
|
-
risks associated with Your exercise of permissions under this License.
|
30152
|
-
|
30153
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
30154
|
-
whether in tort (including negligence), contract, or otherwise,
|
30155
|
-
unless required by applicable law (such as deliberate and grossly
|
30156
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
30157
|
-
liable to You for damages, including any direct, indirect, special,
|
30158
|
-
incidental, or consequential damages of any character arising as a
|
30159
|
-
result of this License or out of the use or inability to use the
|
30160
|
-
Work (including but not limited to damages for loss of goodwill,
|
30161
|
-
work stoppage, computer failure or malfunction, or any and all
|
30162
|
-
other commercial damages or losses), even if such Contributor
|
30163
|
-
has been advised of the possibility of such damages.
|
30164
|
-
|
30165
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
30166
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
30167
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
30168
|
-
or other liability obligations and/or rights consistent with this
|
30169
|
-
License. However, in accepting such obligations, You may act only
|
30170
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
30171
|
-
of any other Contributor, and only if You agree to indemnify,
|
30172
|
-
defend, and hold each Contributor harmless for any liability
|
30173
|
-
incurred by, or claims asserted against, such Contributor by reason
|
30174
|
-
of your accepting any such warranty or additional liability.
|
30175
|
-
|
30176
|
-
END OF TERMS AND CONDITIONS
|
30177
|
-
|
30178
|
-
|
30179
30166
|
================================================================================
|
30180
30167
|
polars LICENSE
|
30181
30168
|
================================================================================
|
@@ -30598,228 +30585,6 @@ polars-arrow-format LICENSE
|
|
30598
30585
|
See the License for the specific language governing permissions and
|
30599
30586
|
limitations under the License.
|
30600
30587
|
|
30601
|
-
================================================================================
|
30602
|
-
polars-arrow-format src/LICENSE
|
30603
|
-
================================================================================
|
30604
|
-
|
30605
|
-
Some of the code in this crate is subject to the Apache 2 license in 1. as it
|
30606
|
-
was taken from the arrow-format Rust crate in January 2024. Later changes are subject
|
30607
|
-
to the MIT license in 2.
|
30608
|
-
|
30609
|
-
1.
|
30610
|
-
|
30611
|
-
Apache License
|
30612
|
-
Version 2.0, January 2004
|
30613
|
-
https://www.apache.org/licenses/
|
30614
|
-
|
30615
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
30616
|
-
|
30617
|
-
1. Definitions.
|
30618
|
-
|
30619
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
30620
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
30621
|
-
|
30622
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
30623
|
-
the copyright owner that is granting the License.
|
30624
|
-
|
30625
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
30626
|
-
other entities that control, are controlled by, or are under common
|
30627
|
-
control with that entity. For the purposes of this definition,
|
30628
|
-
"control" means (i) the power, direct or indirect, to cause the
|
30629
|
-
direction or management of such entity, whether by contract or
|
30630
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
30631
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
30632
|
-
|
30633
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
30634
|
-
exercising permissions granted by this License.
|
30635
|
-
|
30636
|
-
"Source" form shall mean the preferred form for making modifications,
|
30637
|
-
including but not limited to software source code, documentation
|
30638
|
-
source, and configuration files.
|
30639
|
-
|
30640
|
-
"Object" form shall mean any form resulting from mechanical
|
30641
|
-
transformation or translation of a Source form, including but
|
30642
|
-
not limited to compiled object code, generated documentation,
|
30643
|
-
and conversions to other media types.
|
30644
|
-
|
30645
|
-
"Work" shall mean the work of authorship, whether in Source or
|
30646
|
-
Object form, made available under the License, as indicated by a
|
30647
|
-
copyright notice that is included in or attached to the work
|
30648
|
-
(an example is provided in the Appendix below).
|
30649
|
-
|
30650
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
30651
|
-
form, that is based on (or derived from) the Work and for which the
|
30652
|
-
editorial revisions, annotations, elaborations, or other modifications
|
30653
|
-
represent, as a whole, an original work of authorship. For the purposes
|
30654
|
-
of this License, Derivative Works shall not include works that remain
|
30655
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
30656
|
-
the Work and Derivative Works thereof.
|
30657
|
-
|
30658
|
-
"Contribution" shall mean any work of authorship, including
|
30659
|
-
the original version of the Work and any modifications or additions
|
30660
|
-
to that Work or Derivative Works thereof, that is intentionally
|
30661
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
30662
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
30663
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
30664
|
-
means any form of electronic, verbal, or written communication sent
|
30665
|
-
to the Licensor or its representatives, including but not limited to
|
30666
|
-
communication on electronic mailing lists, source code control systems,
|
30667
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
30668
|
-
Licensor for the purpose of discussing and improving the Work, but
|
30669
|
-
excluding communication that is conspicuously marked or otherwise
|
30670
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
30671
|
-
|
30672
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
30673
|
-
on behalf of whom a Contribution has been received by Licensor and
|
30674
|
-
subsequently incorporated within the Work.
|
30675
|
-
|
30676
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
30677
|
-
this License, each Contributor hereby grants to You a perpetual,
|
30678
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
30679
|
-
copyright license to reproduce, prepare Derivative Works of,
|
30680
|
-
publicly display, publicly perform, sublicense, and distribute the
|
30681
|
-
Work and such Derivative Works in Source or Object form.
|
30682
|
-
|
30683
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
30684
|
-
this License, each Contributor hereby grants to You a perpetual,
|
30685
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
30686
|
-
(except as stated in this section) patent license to make, have made,
|
30687
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
30688
|
-
where such license applies only to those patent claims licensable
|
30689
|
-
by such Contributor that are necessarily infringed by their
|
30690
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
30691
|
-
with the Work to which such Contribution(s) was submitted. If You
|
30692
|
-
institute patent litigation against any entity (including a
|
30693
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
30694
|
-
or a Contribution incorporated within the Work constitutes direct
|
30695
|
-
or contributory patent infringement, then any patent licenses
|
30696
|
-
granted to You under this License for that Work shall terminate
|
30697
|
-
as of the date such litigation is filed.
|
30698
|
-
|
30699
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
30700
|
-
Work or Derivative Works thereof in any medium, with or without
|
30701
|
-
modifications, and in Source or Object form, provided that You
|
30702
|
-
meet the following conditions:
|
30703
|
-
|
30704
|
-
(a) You must give any other recipients of the Work or
|
30705
|
-
Derivative Works a copy of this License; and
|
30706
|
-
|
30707
|
-
(b) You must cause any modified files to carry prominent notices
|
30708
|
-
stating that You changed the files; and
|
30709
|
-
|
30710
|
-
(c) You must retain, in the Source form of any Derivative Works
|
30711
|
-
that You distribute, all copyright, patent, trademark, and
|
30712
|
-
attribution notices from the Source form of the Work,
|
30713
|
-
excluding those notices that do not pertain to any part of
|
30714
|
-
the Derivative Works; and
|
30715
|
-
|
30716
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
30717
|
-
distribution, then any Derivative Works that You distribute must
|
30718
|
-
include a readable copy of the attribution notices contained
|
30719
|
-
within such NOTICE file, excluding those notices that do not
|
30720
|
-
pertain to any part of the Derivative Works, in at least one
|
30721
|
-
of the following places: within a NOTICE text file distributed
|
30722
|
-
as part of the Derivative Works; within the Source form or
|
30723
|
-
documentation, if provided along with the Derivative Works; or,
|
30724
|
-
within a display generated by the Derivative Works, if and
|
30725
|
-
wherever such third-party notices normally appear. The contents
|
30726
|
-
of the NOTICE file are for informational purposes only and
|
30727
|
-
do not modify the License. You may add Your own attribution
|
30728
|
-
notices within Derivative Works that You distribute, alongside
|
30729
|
-
or as an addendum to the NOTICE text from the Work, provided
|
30730
|
-
that such additional attribution notices cannot be construed
|
30731
|
-
as modifying the License.
|
30732
|
-
|
30733
|
-
You may add Your own copyright statement to Your modifications and
|
30734
|
-
may provide additional or different license terms and conditions
|
30735
|
-
for use, reproduction, or distribution of Your modifications, or
|
30736
|
-
for any such Derivative Works as a whole, provided Your use,
|
30737
|
-
reproduction, and distribution of the Work otherwise complies with
|
30738
|
-
the conditions stated in this License.
|
30739
|
-
|
30740
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
30741
|
-
any Contribution intentionally submitted for inclusion in the Work
|
30742
|
-
by You to the Licensor shall be under the terms and conditions of
|
30743
|
-
this License, without any additional terms or conditions.
|
30744
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
30745
|
-
the terms of any separate license agreement you may have executed
|
30746
|
-
with Licensor regarding such Contributions.
|
30747
|
-
|
30748
|
-
6. Trademarks. This License does not grant permission to use the trade
|
30749
|
-
names, trademarks, service marks, or product names of the Licensor,
|
30750
|
-
except as required for reasonable and customary use in describing the
|
30751
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
30752
|
-
|
30753
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
30754
|
-
agreed to in writing, Licensor provides the Work (and each
|
30755
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
30756
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
30757
|
-
implied, including, without limitation, any warranties or conditions
|
30758
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
30759
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
30760
|
-
appropriateness of using or redistributing the Work and assume any
|
30761
|
-
risks associated with Your exercise of permissions under this License.
|
30762
|
-
|
30763
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
30764
|
-
whether in tort (including negligence), contract, or otherwise,
|
30765
|
-
unless required by applicable law (such as deliberate and grossly
|
30766
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
30767
|
-
liable to You for damages, including any direct, indirect, special,
|
30768
|
-
incidental, or consequential damages of any character arising as a
|
30769
|
-
result of this License or out of the use or inability to use the
|
30770
|
-
Work (including but not limited to damages for loss of goodwill,
|
30771
|
-
work stoppage, computer failure or malfunction, or any and all
|
30772
|
-
other commercial damages or losses), even if such Contributor
|
30773
|
-
has been advised of the possibility of such damages.
|
30774
|
-
|
30775
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
30776
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
30777
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
30778
|
-
or other liability obligations and/or rights consistent with this
|
30779
|
-
License. However, in accepting such obligations, You may act only
|
30780
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
30781
|
-
of any other Contributor, and only if You agree to indemnify,
|
30782
|
-
defend, and hold each Contributor harmless for any liability
|
30783
|
-
incurred by, or claims asserted against, such Contributor by reason
|
30784
|
-
of your accepting any such warranty or additional liability.
|
30785
|
-
|
30786
|
-
END OF TERMS AND CONDITIONS
|
30787
|
-
|
30788
|
-
Copyright 2020-2022 Jorge C. Leitão
|
30789
|
-
|
30790
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
30791
|
-
you may not use this file except in compliance with the License.
|
30792
|
-
You may obtain a copy of the License at
|
30793
|
-
|
30794
|
-
https://www.apache.org/licenses/LICENSE-2.0
|
30795
|
-
|
30796
|
-
Unless required by applicable law or agreed to in writing, software
|
30797
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
30798
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
30799
|
-
See the License for the specific language governing permissions and
|
30800
|
-
limitations under the License.
|
30801
|
-
|
30802
|
-
2.
|
30803
|
-
Copyright (c) 2024 Ritchie Vink
|
30804
|
-
|
30805
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
30806
|
-
of this software and associated documentation files (the "Software"), to deal
|
30807
|
-
in the Software without restriction, including without limitation the rights
|
30808
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
30809
|
-
copies of the Software, and to permit persons to whom the Software is
|
30810
|
-
furnished to do so, subject to the following conditions:
|
30811
|
-
|
30812
|
-
The above copyright notice and this permission notice shall be included in all
|
30813
|
-
copies or substantial portions of the Software.
|
30814
|
-
|
30815
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
30816
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
30817
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
30818
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
30819
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
30820
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
30821
|
-
SOFTWARE.
|
30822
|
-
|
30823
30588
|
================================================================================
|
30824
30589
|
polars-compute LICENSE
|
30825
30590
|
================================================================================
|
@@ -31275,31 +31040,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
31275
31040
|
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
31276
31041
|
IN THE SOFTWARE.
|
31277
31042
|
|
31278
|
-
================================================================================
|
31279
|
-
polars-pipe LICENSE
|
31280
|
-
================================================================================
|
31281
|
-
|
31282
|
-
Copyright (c) 2025 Ritchie Vink
|
31283
|
-
Some portions Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
31284
|
-
|
31285
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
31286
|
-
of this software and associated documentation files (the "Software"), to deal
|
31287
|
-
in the Software without restriction, including without limitation the rights
|
31288
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
31289
|
-
copies of the Software, and to permit persons to whom the Software is
|
31290
|
-
furnished to do so, subject to the following conditions:
|
31291
|
-
|
31292
|
-
The above copyright notice and this permission notice shall be included in all
|
31293
|
-
copies or substantial portions of the Software.
|
31294
|
-
|
31295
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
31296
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
31297
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
31298
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
31299
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
31300
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
31301
|
-
SOFTWARE.
|
31302
|
-
|
31303
31043
|
================================================================================
|
31304
31044
|
polars-plan LICENSE
|
31305
31045
|
================================================================================
|
@@ -41226,215 +40966,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
41226
40966
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
41227
40967
|
DEALINGS IN THE SOFTWARE.
|
41228
40968
|
|
41229
|
-
================================================================================
|
41230
|
-
serde_ignored LICENSE-APACHE
|
41231
|
-
================================================================================
|
41232
|
-
|
41233
|
-
Apache License
|
41234
|
-
Version 2.0, January 2004
|
41235
|
-
http://www.apache.org/licenses/
|
41236
|
-
|
41237
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
41238
|
-
|
41239
|
-
1. Definitions.
|
41240
|
-
|
41241
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
41242
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
41243
|
-
|
41244
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
41245
|
-
the copyright owner that is granting the License.
|
41246
|
-
|
41247
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
41248
|
-
other entities that control, are controlled by, or are under common
|
41249
|
-
control with that entity. For the purposes of this definition,
|
41250
|
-
"control" means (i) the power, direct or indirect, to cause the
|
41251
|
-
direction or management of such entity, whether by contract or
|
41252
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
41253
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
41254
|
-
|
41255
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
41256
|
-
exercising permissions granted by this License.
|
41257
|
-
|
41258
|
-
"Source" form shall mean the preferred form for making modifications,
|
41259
|
-
including but not limited to software source code, documentation
|
41260
|
-
source, and configuration files.
|
41261
|
-
|
41262
|
-
"Object" form shall mean any form resulting from mechanical
|
41263
|
-
transformation or translation of a Source form, including but
|
41264
|
-
not limited to compiled object code, generated documentation,
|
41265
|
-
and conversions to other media types.
|
41266
|
-
|
41267
|
-
"Work" shall mean the work of authorship, whether in Source or
|
41268
|
-
Object form, made available under the License, as indicated by a
|
41269
|
-
copyright notice that is included in or attached to the work
|
41270
|
-
(an example is provided in the Appendix below).
|
41271
|
-
|
41272
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
41273
|
-
form, that is based on (or derived from) the Work and for which the
|
41274
|
-
editorial revisions, annotations, elaborations, or other modifications
|
41275
|
-
represent, as a whole, an original work of authorship. For the purposes
|
41276
|
-
of this License, Derivative Works shall not include works that remain
|
41277
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
41278
|
-
the Work and Derivative Works thereof.
|
41279
|
-
|
41280
|
-
"Contribution" shall mean any work of authorship, including
|
41281
|
-
the original version of the Work and any modifications or additions
|
41282
|
-
to that Work or Derivative Works thereof, that is intentionally
|
41283
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
41284
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
41285
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
41286
|
-
means any form of electronic, verbal, or written communication sent
|
41287
|
-
to the Licensor or its representatives, including but not limited to
|
41288
|
-
communication on electronic mailing lists, source code control systems,
|
41289
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
41290
|
-
Licensor for the purpose of discussing and improving the Work, but
|
41291
|
-
excluding communication that is conspicuously marked or otherwise
|
41292
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
41293
|
-
|
41294
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
41295
|
-
on behalf of whom a Contribution has been received by Licensor and
|
41296
|
-
subsequently incorporated within the Work.
|
41297
|
-
|
41298
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
41299
|
-
this License, each Contributor hereby grants to You a perpetual,
|
41300
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
41301
|
-
copyright license to reproduce, prepare Derivative Works of,
|
41302
|
-
publicly display, publicly perform, sublicense, and distribute the
|
41303
|
-
Work and such Derivative Works in Source or Object form.
|
41304
|
-
|
41305
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
41306
|
-
this License, each Contributor hereby grants to You a perpetual,
|
41307
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
41308
|
-
(except as stated in this section) patent license to make, have made,
|
41309
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
41310
|
-
where such license applies only to those patent claims licensable
|
41311
|
-
by such Contributor that are necessarily infringed by their
|
41312
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
41313
|
-
with the Work to which such Contribution(s) was submitted. If You
|
41314
|
-
institute patent litigation against any entity (including a
|
41315
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
41316
|
-
or a Contribution incorporated within the Work constitutes direct
|
41317
|
-
or contributory patent infringement, then any patent licenses
|
41318
|
-
granted to You under this License for that Work shall terminate
|
41319
|
-
as of the date such litigation is filed.
|
41320
|
-
|
41321
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
41322
|
-
Work or Derivative Works thereof in any medium, with or without
|
41323
|
-
modifications, and in Source or Object form, provided that You
|
41324
|
-
meet the following conditions:
|
41325
|
-
|
41326
|
-
(a) You must give any other recipients of the Work or
|
41327
|
-
Derivative Works a copy of this License; and
|
41328
|
-
|
41329
|
-
(b) You must cause any modified files to carry prominent notices
|
41330
|
-
stating that You changed the files; and
|
41331
|
-
|
41332
|
-
(c) You must retain, in the Source form of any Derivative Works
|
41333
|
-
that You distribute, all copyright, patent, trademark, and
|
41334
|
-
attribution notices from the Source form of the Work,
|
41335
|
-
excluding those notices that do not pertain to any part of
|
41336
|
-
the Derivative Works; and
|
41337
|
-
|
41338
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
41339
|
-
distribution, then any Derivative Works that You distribute must
|
41340
|
-
include a readable copy of the attribution notices contained
|
41341
|
-
within such NOTICE file, excluding those notices that do not
|
41342
|
-
pertain to any part of the Derivative Works, in at least one
|
41343
|
-
of the following places: within a NOTICE text file distributed
|
41344
|
-
as part of the Derivative Works; within the Source form or
|
41345
|
-
documentation, if provided along with the Derivative Works; or,
|
41346
|
-
within a display generated by the Derivative Works, if and
|
41347
|
-
wherever such third-party notices normally appear. The contents
|
41348
|
-
of the NOTICE file are for informational purposes only and
|
41349
|
-
do not modify the License. You may add Your own attribution
|
41350
|
-
notices within Derivative Works that You distribute, alongside
|
41351
|
-
or as an addendum to the NOTICE text from the Work, provided
|
41352
|
-
that such additional attribution notices cannot be construed
|
41353
|
-
as modifying the License.
|
41354
|
-
|
41355
|
-
You may add Your own copyright statement to Your modifications and
|
41356
|
-
may provide additional or different license terms and conditions
|
41357
|
-
for use, reproduction, or distribution of Your modifications, or
|
41358
|
-
for any such Derivative Works as a whole, provided Your use,
|
41359
|
-
reproduction, and distribution of the Work otherwise complies with
|
41360
|
-
the conditions stated in this License.
|
41361
|
-
|
41362
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
41363
|
-
any Contribution intentionally submitted for inclusion in the Work
|
41364
|
-
by You to the Licensor shall be under the terms and conditions of
|
41365
|
-
this License, without any additional terms or conditions.
|
41366
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
41367
|
-
the terms of any separate license agreement you may have executed
|
41368
|
-
with Licensor regarding such Contributions.
|
41369
|
-
|
41370
|
-
6. Trademarks. This License does not grant permission to use the trade
|
41371
|
-
names, trademarks, service marks, or product names of the Licensor,
|
41372
|
-
except as required for reasonable and customary use in describing the
|
41373
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
41374
|
-
|
41375
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
41376
|
-
agreed to in writing, Licensor provides the Work (and each
|
41377
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
41378
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
41379
|
-
implied, including, without limitation, any warranties or conditions
|
41380
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
41381
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
41382
|
-
appropriateness of using or redistributing the Work and assume any
|
41383
|
-
risks associated with Your exercise of permissions under this License.
|
41384
|
-
|
41385
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
41386
|
-
whether in tort (including negligence), contract, or otherwise,
|
41387
|
-
unless required by applicable law (such as deliberate and grossly
|
41388
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
41389
|
-
liable to You for damages, including any direct, indirect, special,
|
41390
|
-
incidental, or consequential damages of any character arising as a
|
41391
|
-
result of this License or out of the use or inability to use the
|
41392
|
-
Work (including but not limited to damages for loss of goodwill,
|
41393
|
-
work stoppage, computer failure or malfunction, or any and all
|
41394
|
-
other commercial damages or losses), even if such Contributor
|
41395
|
-
has been advised of the possibility of such damages.
|
41396
|
-
|
41397
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
41398
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
41399
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
41400
|
-
or other liability obligations and/or rights consistent with this
|
41401
|
-
License. However, in accepting such obligations, You may act only
|
41402
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
41403
|
-
of any other Contributor, and only if You agree to indemnify,
|
41404
|
-
defend, and hold each Contributor harmless for any liability
|
41405
|
-
incurred by, or claims asserted against, such Contributor by reason
|
41406
|
-
of your accepting any such warranty or additional liability.
|
41407
|
-
|
41408
|
-
END OF TERMS AND CONDITIONS
|
41409
|
-
|
41410
|
-
================================================================================
|
41411
|
-
serde_ignored LICENSE-MIT
|
41412
|
-
================================================================================
|
41413
|
-
|
41414
|
-
Permission is hereby granted, free of charge, to any
|
41415
|
-
person obtaining a copy of this software and associated
|
41416
|
-
documentation files (the "Software"), to deal in the
|
41417
|
-
Software without restriction, including without
|
41418
|
-
limitation the rights to use, copy, modify, merge,
|
41419
|
-
publish, distribute, sublicense, and/or sell copies of
|
41420
|
-
the Software, and to permit persons to whom the Software
|
41421
|
-
is furnished to do so, subject to the following
|
41422
|
-
conditions:
|
41423
|
-
|
41424
|
-
The above copyright notice and this permission notice
|
41425
|
-
shall be included in all copies or substantial portions
|
41426
|
-
of the Software.
|
41427
|
-
|
41428
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
41429
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
41430
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
41431
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
41432
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
41433
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
41434
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
41435
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
41436
|
-
DEALINGS IN THE SOFTWARE.
|
41437
|
-
|
41438
40969
|
================================================================================
|
41439
40970
|
serde_json LICENSE-APACHE
|
41440
40971
|
================================================================================
|
@@ -45701,33 +45232,6 @@ The above copyright notice and this permission notice shall be included in all c
|
|
45701
45232
|
|
45702
45233
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
45703
45234
|
|
45704
|
-
================================================================================
|
45705
|
-
sysinfo LICENSE
|
45706
|
-
================================================================================
|
45707
|
-
|
45708
|
-
The MIT License (MIT)
|
45709
|
-
|
45710
|
-
Copyright (c) 2015 Guillaume Gomez
|
45711
|
-
|
45712
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
45713
|
-
of this software and associated documentation files (the "Software"), to deal
|
45714
|
-
in the Software without restriction, including without limitation the rights
|
45715
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
45716
|
-
copies of the Software, and to permit persons to whom the Software is
|
45717
|
-
furnished to do so, subject to the following conditions:
|
45718
|
-
|
45719
|
-
The above copyright notice and this permission notice shall be included in all
|
45720
|
-
copies or substantial portions of the Software.
|
45721
|
-
|
45722
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
45723
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
45724
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
45725
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
45726
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
45727
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
45728
|
-
SOFTWARE.
|
45729
|
-
|
45730
|
-
|
45731
45235
|
================================================================================
|
45732
45236
|
thiserror LICENSE-APACHE
|
45733
45237
|
================================================================================
|