File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ================
2+ Downloads
3+ ================
4+
5+ Official Apache Hamilton releases are available at the Apache Software Foundation distribution site.
6+
7+ Release Downloads
8+ -----------------
9+
10+ All releases can be found at: `https://downloads.apache.org/incubator/hamilton/ <https://downloads.apache.org/incubator/hamilton/ >`_
11+
12+ Each release includes:
13+
14+ - Source distributions (.tar.gz, .zip)
15+ - Checksums (SHA512)
16+ - Digital signatures (.asc)
17+
18+ Verifying Releases
19+ ------------------
20+
21+ To verify the integrity of downloaded files, you can:
22+
23+ 1. Verify the checksum matches the published SHA512 sum
24+ 2. Verify the GPG signature using the KEYS file available at the downloads site
25+
26+ Release History
27+ ---------------
28+
29+ Visit the `downloads directory <https://downloads.apache.org/incubator/hamilton/ >`_ to see all available releases.
30+
31+ Installation
32+ ------------
33+
34+ After downloading and verifying a release, you can install it using pip:
35+
36+ .. code-block :: bash
37+
38+ pip install apache-hamilton-< version> .tar.gz
39+
40+ Or install directly from PyPI:
41+
42+ .. code-block :: bash
43+
44+ pip install apache-hamilton
45+
46+ For more information about installation options, see the :doc: `Get Started guide </get-started/index >`.
47+
48+ Official Releases
49+ -----------------
50+
51+ The following are the official Apache Hamilton releases:
52+
53+ - **1.89.0 ** (2025-10-11) - First Apache Hamilton release
54+
55+ - `Source (tar.gz) <https://downloads.apache.org/incubator/hamilton/1.89.0/apache-hamilton-1.89.0-incubating.tar.gz >`_
56+ - `Checksums <https://downloads.apache.org/incubator/hamilton/1.89.0/apache-hamilton-1.89.0-incubating.tar.gz.sha512 >`_
57+ - `Signature <https://downloads.apache.org/incubator/hamilton/1.89.0/apache-hamilton-1.89.0-incubating.tar.gz.asc >`_
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Apache Software Foundation links.
1010 :glob:
1111 :hidden:
1212
13+ downloads
1314 Apache Software Foundation <https://www.apache.org/ >
1415 License <https://www.apache.org/licenses/ >
1516 Events <https://www.apache.org/events/current-event.html >
@@ -19,6 +20,7 @@ Apache Software Foundation links.
1920 Thanks <https://www.apache.org/foundation/thanks.html >
2021 Code of Conduct <https://www.apache.org/foundation/policies/conduct.html >
2122
23+ - :doc: `Downloads <downloads >`
2224- `Foundation <https://www.apache.org/ >`_
2325- `License <https://www.apache.org/licenses/ >`_
2426- `Events <https://www.apache.org/events/current-event.html >`_
Original file line number Diff line number Diff line change @@ -39,6 +39,13 @@ integrations/index
3939code-comparisons/index
4040```
4141
42+ ``` {toctree}
43+ :hidden: True
44+ :caption: DOWNLOADS
45+
46+ asf/downloads
47+ ```
48+
4249``` {toctree}
4350:hidden: True
4451:caption: PDF
You can’t perform that action at this time.
0 commit comments