Skip to content

Commit a22a9ff

Browse files
committed
CHANGELOG for 1.7.0
1 parent b993bf1 commit a22a9ff

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,33 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
### 1.7.0
9+
July 1, 2025
10+
### Added
11+
- Ability to run the stack on ARM 64 architecture
12+
- ATLAS TopCP Code Generator
13+
- Ability to set memory and cpu limits for workers
14+
- Python codegen can create arbitrary ROOT file output.
15+
- Meta resource that lists deployment capabilities so frontend can accommodate new versions
16+
- RDataFrame Codegen
17+
- ATLAS R25 codegen and science image
18+
19+
### Changed
20+
- Removed unnecessary log lines generated by the transformer
21+
- Uproot science image to 5.6.1
22+
- Removed the need for S3 polling
23+
- Uproot-raw transformer uses ZSTD(5) compression
24+
- Axis default on a number of functions in uproot-raw codegen
25+
- Uproot raw can perform chunk processing
26+
- Transform title can now be 512 characters long
27+
28+
### Fixed
29+
- Bug in minimum workers for HPA
30+
- Parquet conversion bug
31+
- Reformatted many of the sub-repos to use black
32+
33+
### Removed
34+
835
### 1.6.1
936
April 14, 2025
1037
### Added

0 commit comments

Comments
 (0)