Skip to content

Commit adfc97b

Browse files
25.1 release notes
1 parent 6cfca01 commit adfc97b

4 files changed

Lines changed: 880 additions & 2 deletions

File tree

Lines changed: 107 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,111 @@
11

2-
:orphan:
2+
===========================================================
3+
25.1 Galaxy Release (October 2025)
4+
===========================================================
5+
6+
.. include:: _header.rst
37

8+
Please see the `25.1 user release notes <25.1_announce_user.html>`__ for a summary of new user features.
9+
The `GitHub Release Notes <https://github.com/galaxyproject/galaxy/releases/tag/v25.1.0>`__ provide a comprehensive overview of all changes.
10+
11+
Get Galaxy
412
===========================================================
5-
25.1 Galaxy Release
13+
14+
The code lives at `GitHub <https://github.com/galaxyproject/galaxy>`__ and you should have `Git <https://git-scm.com/>`__ to obtain it.
15+
16+
To get a new Galaxy repository run:
17+
.. code-block:: shell
18+
19+
$ git clone -b release_25.1 https://github.com/galaxyproject/galaxy.git
20+
21+
To update an existing Galaxy repository run:
22+
.. code-block:: shell
23+
24+
$ git fetch origin && git checkout release_25.1 && git pull --ff-only origin release_25.1
25+
26+
See the `community hub <https://galaxyproject.org/develop/source-code/>`__ for additional details on source code locations.
27+
28+
29+
Admin Notes
30+
===========================================================
31+
32+
**Removal of the Trackster Visualization in Galaxy release 25.1**
33+
The legacy Trackster genome browser visualization
34+
`has been completely removed from Galaxy <https://github.com/galaxyproject/galaxy/pull/20974>`__. This includes
35+
the removal of special handling for Trackster across tool execution, tool box filtering, visualization
36+
framework features, controller endpoints, client code, and other conditional logic. With the removal of
37+
Trackster, the era of Mako-based visualizations served from controller endpoints ends.
38+
39+
Galaxy now provides the modern IGV (Integrative Genomics Viewer) as the primary genome browser
40+
visualization, offering superior functionality and performance for genomic data exploration.
41+
42+
Configuration Changes
643
===========================================================
44+
45+
46+
Added
47+
-----
48+
49+
The following configuration options are new
50+
51+
config/galaxy.yml.sample:galaxy
52+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
53+
54+
- mapping.tool_shed.mapping.allow_local_account_creation
55+
56+
57+
Removed
58+
-------
59+
60+
The following configuration options have been completely removed
61+
62+
config/galaxy.yml.sample:galaxy
63+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
64+
65+
- mapping.tool_shed.mapping.allow_user_creation
66+
67+
68+
Deprecation Notices
69+
===========================================================
70+
71+
**Deprecation of Mako-based visualizations in Galaxy release 26.0**
72+
With the removal of Trackster in 25.1, the remaining legacy Mako-based visualization framework
73+
and controller endpoints are deprecated and
74+
`will be completely removed in Galaxy 26.0 <https://github.com/galaxyproject/galaxy/pull/21133>`__.
75+
Any remaining Mako-based visualizations should be migrated to the modern script-based visualization
76+
plugin framework. Users and administrators are encouraged to transition to supported visualization
77+
plugins to ensure continued functionality and access to new features.
78+
79+
**Deprecation of the Galaxy Reports application in Galaxy release 26.0**
80+
The standalone Galaxy Reports application, which provides administrative usage statistics and
81+
analytics for Galaxy instances, is deprecated and will be removed in Galaxy 26.0.
82+
The Reports app was a separate web application that connected to the Galaxy database to display
83+
information about jobs, workflows, users, and system usage. Administrators currently using the
84+
Reports app should plan to migrate to alternative monitoring and analytics solutions before
85+
Galaxy 26.0 is released next year.
86+
87+
Release Team
88+
===========================================================
89+
90+
Release manager: `Ahmed Awan <https://github.com/ahmedhamidawan>`__, `Aysam Guerler <https://github.com/guerler>`__
91+
92+
Release testing:
93+
94+
* `Tyler Collins <https://github.com/tcollins2011>`__
95+
* `Arash Kadkhodaei <https://github.com/arash77>`__
96+
* `John Chilton <https://github.com/jmchilton>`__
97+
* `Keith Suderman <https://github.com/ksuderman>`__
98+
* `Aysam Guerler <https://github.com/guerler>`__
99+
* `Alireza Heidari <https://github.com/itisAliRH>`__
100+
* `Jennifer Hillman-Jackson <https://github.com/jennaj>`__
101+
102+
Communications:
103+
104+
* `Natalie Whitaker-Allen <https://github.com/natalie-wa>`__
105+
* `Scott Cain <https://github.com/scottcain>`__
106+
107+
A special thank you goes to everyone who helped test the new release after its deployment on usegalaxy.org.
108+
109+
----
110+
111+
.. include:: _thanks.rst

0 commit comments

Comments
 (0)