Commit 8b8f0f3
authored
chore: release v0.32.0 (#3049)
## 🤖 New release
* `vortex-error`: 0.31.0 -> 0.32.0
* `vortex-buffer`: 0.31.0 -> 0.32.0 (⚠ API breaking changes)
* `vortex-flatbuffers`: 0.31.0 -> 0.32.0 (⚠ API breaking changes)
* `vortex-proto`: 0.31.0 -> 0.32.0 (⚠ API breaking changes)
* `vortex-dtype`: 0.31.0 -> 0.32.0 (⚠ API breaking changes)
* `vortex-mask`: 0.31.0 -> 0.32.0
* `vortex-scalar`: 0.31.0 -> 0.32.0 (⚠ API breaking changes)
* `vortex-array`: 0.31.0 -> 0.32.0 (⚠ API breaking changes)
* `vortex-fastlanes`: 0.31.0 -> 0.32.0 (✓ API compatible changes)
* `vortex-alp`: 0.31.0 -> 0.32.0 (✓ API compatible changes)
* `vortex-datetime-parts`: 0.31.0 -> 0.32.0 (✓ API compatible changes)
* `vortex-fsst`: 0.31.0 -> 0.32.0 (✓ API compatible changes)
* `vortex-dict`: 0.31.0 -> 0.32.0 (✓ API compatible changes)
* `vortex-runend`: 0.31.0 -> 0.32.0 (✓ API compatible changes)
* `vortex-sparse`: 0.31.0 -> 0.32.0 (✓ API compatible changes)
* `vortex-zigzag`: 0.31.0 -> 0.32.0 (✓ API compatible changes)
* `vortex-btrblocks`: 0.31.0 -> 0.32.0 (✓ API compatible changes)
* `vortex-bytebool`: 0.31.0 -> 0.32.0 (✓ API compatible changes)
* `vortex-expr`: 0.31.0 -> 0.32.0 (✓ API compatible changes)
* `vortex-metrics`: 0.31.0 -> 0.32.0
* `vortex-io`: 0.31.0 -> 0.32.0
* `vortex-layout`: 0.31.0 -> 0.32.0 (⚠ API breaking changes)
* `vortex-file`: 0.31.0 -> 0.32.0 (⚠ API breaking changes)
* `vortex-ipc`: 0.31.0 -> 0.32.0
* `vortex`: 0.31.0 -> 0.32.0 (✓ API compatible changes)
* `vortex-datafusion`: 0.31.0 -> 0.32.0 (✓ API compatible changes)
* `vortex-tui`: 0.31.0 -> 0.32.0
### ⚠ `vortex-buffer` breaking changes
```text
--- failure feature_missing: package feature removed or renamed ---
Description:
A feature has been removed from this package's Cargo.toml. This will break downstream crates which enable that feature.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#cargo-feature-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/feature_missing.ron
Failed in:
feature rkyv in the package's Cargo.toml
```
### ⚠ `vortex-flatbuffers` breaking changes
```text
--- failure constructible_struct_adds_field: externally-constructible struct adds field ---
Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/constructible_struct_adds_field.ron
Failed in:
field PostscriptArgs.footer in /tmp/.tmpRfn4jo/vortex/vortex-flatbuffers/src/./generated/footer.rs:444
--- failure enum_missing: pub enum removed or renamed ---
Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/enum_missing.ron
Failed in:
enum vortex_flatbuffers::footer::FileLayoutOffset, previously in file /tmp/.tmp15H56U/vortex-flatbuffers/src/./generated/footer.rs:750
--- failure struct_missing: pub struct removed or renamed ---
Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/struct_missing.ron
Failed in:
struct vortex_flatbuffers::footer::FileLayoutArgs, previously in file /tmp/.tmp15H56U/vortex-flatbuffers/src/./generated/footer.rs:856
struct vortex_flatbuffers::footer::FileLayoutBuilder, previously in file /tmp/.tmp15H56U/vortex-flatbuffers/src/./generated/footer.rs:878
struct vortex_flatbuffers::footer::FileLayout, previously in file /tmp/.tmp15H56U/vortex-flatbuffers/src/./generated/footer.rs:755
```
### ⚠ `vortex-proto` breaking changes
```text
--- failure enum_variant_added: enum variant added on exhaustive enum ---
Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/enum_variant_added.ron
Failed in:
variant DtypeType:Decimal in /tmp/.tmpRfn4jo/vortex/vortex-proto/src/./generated/vortex.dtype.rs:76
variant Kind:DecimalValue in /tmp/.tmpRfn4jo/vortex/vortex-proto/src/./generated/vortex.scalar.rs:78
```
### ⚠ `vortex-dtype` breaking changes
```text
--- failure enum_missing: pub enum removed or renamed ---
Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/enum_missing.ron
Failed in:
enum vortex_dtype::PTypeResolver, previously in file /tmp/.tmp15H56U/vortex-dtype/src/ptype.rs:24
--- failure enum_variant_added: enum variant added on exhaustive enum ---
Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/enum_variant_added.ron
Failed in:
variant DType:Decimal in /tmp/.tmpRfn4jo/vortex/vortex-dtype/src/dtype.rs:32
--- failure feature_missing: package feature removed or renamed ---
Description:
A feature has been removed from this package's Cargo.toml. This will break downstream crates which enable that feature.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#cargo-feature-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/feature_missing.ron
Failed in:
feature vortex-proto in the package's Cargo.toml
feature proto in the package's Cargo.toml
feature rkyv in the package's Cargo.toml
--- failure trait_method_added: pub trait method added ---
Description:
A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait
ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/trait_method_added.ron
Failed in:
trait method vortex_dtype::NativePType::is_infinite in file /tmp/.tmpRfn4jo/vortex/vortex-dtype/src/ptype.rs:73
```
### ⚠ `vortex-scalar` breaking changes
```text
--- failure enum_missing: pub enum removed or renamed ---
Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/enum_missing.ron
Failed in:
enum vortex_scalar::BinaryNumericOperator, previously in file /tmp/.tmp15H56U/vortex-scalar/src/primitive.rs:346
```
### ⚠ `vortex-array` breaking changes
```text
--- failure declarative_macro_missing: macro_rules declaration removed or renamed ---
Description:
A `macro_rules!` declarative macro cannot be invoked by its prior name. The macro may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/reference/macros-by-example.html#path-based-scope
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/declarative_macro_missing.ron
Failed in:
macro search_sorted_conformance_17816463332988614638, previously in file /tmp/.tmp15H56U/vortex-array/src/compute/conformance/search_sorted.rs:89
--- failure enum_missing: pub enum removed or renamed ---
Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/enum_missing.ron
Failed in:
enum vortex_array::compute::BinaryOperator, previously in file /tmp/.tmp15H56U/vortex-array/src/compute/boolean.rs:14
--- failure enum_variant_added: enum variant added on exhaustive enum ---
Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/enum_variant_added.ron
Failed in:
variant Input:DType in /tmp/.tmpRfn4jo/vortex/vortex-array/src/compute/mod.rs:210
variant Canonical:Decimal in /tmp/.tmpRfn4jo/vortex/vortex-array/src/canonical.rs:45
--- failure function_missing: pub fn removed or renamed ---
Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/function_missing.ron
Failed in:
function vortex_array::compute::fill_forward, previously in file /tmp/.tmp15H56U/vortex-array/src/compute/fill_forward.rs:28
function vortex_array::compute::binary_boolean, previously in file /tmp/.tmp15H56U/vortex-array/src/compute/boolean.rs:76
function vortex_array::compute::binary_numeric, previously in file /tmp/.tmp15H56U/vortex-array/src/compute/binary_numeric.rs:93
function vortex_array::compute::conformance::binary_numeric::test_binary_numeric, previously in file /tmp/.tmp15H56U/vortex-array/src/compute/conformance/binary_numeric.rs:18
function vortex_array::compute::try_cast, previously in file /tmp/.tmp15H56U/vortex-array/src/compute/cast.rs:27
--- failure inherent_method_missing: pub method removed or renamed ---
Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/inherent_method_missing.ron
Failed in:
FilterKernelAdapter::some, previously in file /tmp/.tmp15H56U/vortex-array/src/compute/filter.rs:155
Output::into_scalar, previously in file /tmp/.tmp15H56U/vortex-array/src/compute/mod.rs:171
Output::into_array, previously in file /tmp/.tmp15H56U/vortex-array/src/compute/mod.rs:178
--- failure repr_c_removed: repr(C) removed ---
Description:
repr(C) was removed from a type. This can cause its memory layout to change, breaking FFI use cases.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#repr-c-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/repr_c_removed.ron
Failed in:
struct PatchesMetadata in /tmp/.tmpRfn4jo/vortex/vortex-array/src/patches.rs:25
--- failure struct_missing: pub struct removed or renamed ---
Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/struct_missing.ron
Failed in:
struct vortex_array::compute::FilterInputs, previously in file /tmp/.tmp15H56U/vortex-array/src/compute/filter.rs:121
struct vortex_array::RkyvMetadata, previously in file /tmp/.tmp15H56U/vortex-array/src/metadata.rs:65
struct vortex_array::SerdeMetadata, previously in file /tmp/.tmp15H56U/vortex-array/src/metadata.rs:136
struct vortex_array::patches::ArchivedPatchesMetadata, previously in file /tmp/.tmp15H56U/vortex-array/src/patches.rs:30
struct vortex_array::compute::Filter, previously in file /tmp/.tmp15H56U/vortex-array/src/compute/filter.rs:59
struct vortex_array::patches::PatchesMetadataResolver, previously in file /tmp/.tmp15H56U/vortex-array/src/patches.rs:30
--- failure trait_added_supertrait: non-sealed trait added new supertraits ---
Description:
A non-sealed trait added one or more supertraits, which breaks downstream implementations of the trait
ref: https://doc.rust-lang.org/cargo/reference/semver.html#generic-bounds-tighten
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/trait_added_supertrait.ron
Failed in:
trait vortex_array::compute::Kernel gained Send in file /tmp/.tmpRfn4jo/vortex/vortex-array/src/compute/mod.rs:356
trait vortex_array::compute::Kernel gained Sync in file /tmp/.tmpRfn4jo/vortex/vortex-array/src/compute/mod.rs:356
trait vortex_array::compute::Kernel gained Debug in file /tmp/.tmpRfn4jo/vortex/vortex-array/src/compute/mod.rs:356
--- failure trait_method_added: pub trait method added ---
Description:
A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait
ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/trait_method_added.ron
Failed in:
trait method vortex_array::ArrayVariants::as_decimal_typed in file /tmp/.tmpRfn4jo/vortex/vortex-array/src/array/variants.rs:22
--- failure trait_method_missing: pub trait method removed or renamed ---
Description:
A trait method is no longer callable, and may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#major-any-change-to-trait-item-signatures
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/trait_method_missing.ron
Failed in:
method find_kernel of trait Array, previously in file /tmp/.tmp15H56U/vortex-array/src/array/mod.rs:74
method between_fn of trait ComputeVTable, previously in file /tmp/.tmp15H56U/vortex-array/src/vtable/compute.rs:14
method binary_boolean_fn of trait ComputeVTable, previously in file /tmp/.tmp15H56U/vortex-array/src/vtable/compute.rs:21
method binary_numeric_fn of trait ComputeVTable, previously in file /tmp/.tmp15H56U/vortex-array/src/vtable/compute.rs:28
method cast_fn of trait ComputeVTable, previously in file /tmp/.tmp15H56U/vortex-array/src/vtable/compute.rs:35
method compare_fn of trait ComputeVTable, previously in file /tmp/.tmp15H56U/vortex-array/src/vtable/compute.rs:42
method fill_forward_fn of trait ComputeVTable, previously in file /tmp/.tmp15H56U/vortex-array/src/vtable/compute.rs:49
method invert_fn of trait ComputeVTable, previously in file /tmp/.tmp15H56U/vortex-array/src/vtable/compute.rs:63
method mask_fn of trait ComputeVTable, previously in file /tmp/.tmp15H56U/vortex-array/src/vtable/compute.rs:90
method sum_fn of trait ComputeVTable, previously in file /tmp/.tmp15H56U/vortex-array/src/vtable/compute.rs:139
--- failure trait_missing: pub trait removed or renamed ---
Description:
A publicly-visible trait cannot be imported by its prior path. A `pub use` may have been removed, or the trait itself may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/trait_missing.ron
Failed in:
trait vortex_array::compute::BetweenFn, previously in file /tmp/.tmp15H56U/vortex-array/src/compute/between.rs:9
trait vortex_array::compute::SumFn, previously in file /tmp/.tmp15H56U/vortex-array/src/compute/sum.rs:9
trait vortex_array::compute::MaskFn, previously in file /tmp/.tmp15H56U/vortex-array/src/compute/mask.rs:12
trait vortex_array::ArrayComputeImpl, previously in file /tmp/.tmp15H56U/vortex-array/src/array/compute.rs:5
trait vortex_array::compute::CompareFn, previously in file /tmp/.tmp15H56U/vortex-array/src/compute/compare.rs:65
trait vortex_array::compute::CastFn, previously in file /tmp/.tmp15H56U/vortex-array/src/compute/cast.rs:7
trait vortex_array::compute::BinaryBooleanFn, previously in file /tmp/.tmp15H56U/vortex-array/src/compute/boolean.rs:24
trait vortex_array::compute::FillForwardFn, previously in file /tmp/.tmp15H56U/vortex-array/src/compute/fill_forward.rs:11
trait vortex_array::compute::BinaryNumericFn, previously in file /tmp/.tmp15H56U/vortex-array/src/compute/binary_numeric.rs:10
trait vortex_array::compute::InvertFn, previously in file /tmp/.tmp15H56U/vortex-array/src/compute/invert.rs:7
trait vortex_array::compute::ComputeFn, previously in file /tmp/.tmp15H56U/vortex-array/src/compute/mod.rs:77
--- failure trait_removed_supertrait: supertrait removed or renamed ---
Description:
A supertrait was removed from a trait. Users of the trait can no longer assume it can also be used like its supertrait.
ref: https://doc.rust-lang.org/reference/items/traits.html#supertraits
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/trait_removed_supertrait.ron
Failed in:
supertrait vortex_array::ArrayComputeImpl of trait ArrayImpl in file /tmp/.tmpRfn4jo/vortex/vortex-array/src/array/implementation.rs:22
```
### ⚠ `vortex-layout` breaking changes
```text
--- failure inherent_method_missing: pub method removed or renamed ---
Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/inherent_method_missing.ron
Failed in:
StatsLayoutWriter::try_new, previously in file /tmp/.tmp15H56U/vortex-layout/src/layouts/stats/writer.rs:48
Layout::write_flatbuffer, previously in file /tmp/.tmp15H56U/vortex-layout/src/data.rs:279
ScanBuilder::with_canonicalize, previously in file /tmp/.tmp15H56U/vortex-layout/src/scan/mod.rs:107
ScanBuilder::spawn_on, previously in file /tmp/.tmp15H56U/vortex-layout/src/scan/mod.rs:230
ScanBuilder::spawn_tokio, previously in file /tmp/.tmp15H56U/vortex-layout/src/scan/mod.rs:255
ScanBuilder::spawn_tokio_blocking, previously in file /tmp/.tmp15H56U/vortex-layout/src/scan/mod.rs:273
--- failure trait_requires_more_generic_type_params: trait now requires more generic type parameters ---
Description:
A trait now requires more generic type parameters than it used to. Uses of this trait that supplied the previously-required number of generic types will be broken. To fix this, consider supplying default values for newly-added generic types.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-parameter-no-default
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/trait_requires_more_generic_type_params.ron
Failed in:
trait ScanBuilder (0 -> 1 required generic types) in /tmp/.tmpRfn4jo/vortex/vortex-layout/src/scan/mod.rs:34
--- failure type_requires_more_generic_type_params: type now requires more generic type parameters ---
Description:
A type now requires more generic type parameters than it used to. Uses of this type that supplied the previously-required number of generic types will be broken. To fix this, consider supplying default values for newly-added generic types.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-parameter-no-default
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/type_requires_more_generic_type_params.ron
Failed in:
Struct ScanBuilder (0 -> 1 required generic types) in /tmp/.tmpRfn4jo/vortex/vortex-layout/src/scan/mod.rs:34
```
### ⚠ `vortex-file` breaking changes
```text
--- failure derive_trait_impl_removed: built-in derived trait no longer implemented ---
Description:
A public type has stopped deriving one or more traits. This can break downstream code that depends on those types implementing those traits.
ref: https://doc.rust-lang.org/reference/attributes/derive.html#derive
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/derive_trait_impl_removed.ron
Failed in:
type GenericFileOptions no longer derives Clone, in /tmp/.tmpRfn4jo/vortex/vortex-file/src/generic.rs:343
--- failure struct_missing: pub struct removed or renamed ---
Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/struct_missing.ron
Failed in:
struct vortex_file::InMemoryVortexFile, previously in file /tmp/.tmp15H56U/vortex-file/src/memory.rs:16
```
<details><summary><i><b>Changelog</b></i></summary><p>
</p></details>
---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 6c19dbd commit 8b8f0f3
3 files changed
+281
-62
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
10 | 229 | | |
11 | 230 | | |
12 | 231 | | |
| |||
0 commit comments