Skip to content

Commit d0463d9

Browse files
ConchylicultorThe dataclass_array Authors
authored andcommitted
Remove epy.cached_property
PiperOrigin-RevId: 616847353
1 parent 4f60128 commit d0463d9

27 files changed

+32
-30
lines changed

.github/workflows/pytest_and_autopublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Install deps
1919
- uses: actions/setup-python@v4
2020
with:
21-
python-version: "3.10"
21+
python-version: "3.11"
2222
- run: pip --version
2323
# As changes can be pushed to both etils and visu3d, we install etils from `main` branch
2424
# If modifying this, also modify `pyproject.toml`

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
2323

2424
## [Unreleased]
2525

26+
* Drop Python 3.10 support
2627
* Fix `etree.spec_like`, `jax.ShapeDtypeStruct`,... support
2728
* Changed `jax.tree_util` keep paths (for better flatten repr)
2829

dataclass_array/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The dataclass_array Authors.
1+
# Copyright 2024 The dataclass_array Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

dataclass_array/array_dataclass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The dataclass_array Authors.
1+
# Copyright 2024 The dataclass_array Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

dataclass_array/array_dataclass_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The dataclass_array Authors.
1+
# Copyright 2024 The dataclass_array Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

dataclass_array/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The dataclass_array Authors.
1+
# Copyright 2024 The dataclass_array Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

dataclass_array/field_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The dataclass_array Authors.
1+
# Copyright 2024 The dataclass_array Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

dataclass_array/import_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The dataclass_array Authors.
1+
# Copyright 2024 The dataclass_array Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

dataclass_array/ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The dataclass_array Authors.
1+
# Copyright 2024 The dataclass_array Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

dataclass_array/shape_parsing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The dataclass_array Authors.
1+
# Copyright 2024 The dataclass_array Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)