Commit c2516bbb authored by John Davis's avatar John Davis
Browse files

Add release notes scaffolding (curated)

parent 08d42ea2
Loading
Loading
Loading
Loading
+710 −0

File added.

Preview size limit exceeded, changes collapsed.

+59 −5
Original line number Diff line number Diff line

:orphan:

===========================================================
June 2024 Galaxy Release (v 24.1)
===========================================================

.. include:: _header.rst

Highlights
===========================================================

Feature1
--------

Feature description.

Feature2
--------

Feature description.

Feature3
--------

Feature description.

Also check out the `24.1 user release notes <24.1_announce_user.html>`__.
Are you an admin? Check out `some admin relevant PRs <https://github.com/galaxyproject/galaxy/pulls?q=label%3Ahighlight%2Fadmin+milestone%3A24.1+is%3Aclosed+is%3Apr>`__.

Get Galaxy
===========================================================

The code lives at `GitHub <https://github.com/galaxyproject/galaxy>`__ and you should have `Git <https://git-scm.com/>`__ to obtain it.

To get a new Galaxy repository run:
  .. code-block:: shell

      $ git clone -b release_24.1 https://github.com/galaxyproject/galaxy.git

To update an existing Galaxy repository run:
  .. code-block:: shell

      $ git fetch origin && git checkout release_24.1 && git pull --ff-only origin release_24.1

See the `community hub <https://galaxyproject.org/develop/source-code/>`__ for additional details on source code locations.


Administration Notes
===========================================================
Add content or drop section.

Configuration Changes
===========================================================
Add content or drop section.

Deprecation Notices
===========================================================
Add content or drop section.

Schedule
Release Notes
===========================================================
 * Planned Freeze Date: 2024-05-13
 * Planned Release Date: 2024-06-03

.. include:: 24.1.rst
   :start-after: announce_start

.. include:: _thanks.rst
+104 −0
Original line number Diff line number Diff line

===========================================================
June 2024 Galaxy Release (v 24.1)
===========================================================

.. include:: _header.rst

Highlights
===========================================================

Feature1
--------

Feature description.

Feature2
--------

Feature description.

Feature3
--------

Feature description.


Visualizations
===========================================================

.. visualizations
* Fix pca 3d rendering of tabular files and visualization error handling in general
  (thanks to `@mvdbeek <https://github.com/mvdbeek>`__).
  `Pull Request 18211`_

Datatypes
===========================================================

.. datatypes
* Better display of estimated line numbers and add number of columns for tabular
  (thanks to `@bernt-matthias <https://github.com/bernt-matthias>`__).
  `Pull Request 17492`_
* add colabfold tar file datatype
  (thanks to `@astrovsky01 <https://github.com/astrovsky01>`__).
  `Pull Request 17567`_
* Set minimal metadata also for empty bed datasets
  (thanks to `@wm75 <https://github.com/wm75>`__).
  `Pull Request 17586`_
* Code cleanups from ruff and pyupgrade
  (thanks to `@nsoranzo <https://github.com/nsoranzo>`__).
  `Pull Request 17654`_
* Npz sniffing: do not read the whole file
  (thanks to `@bernt-matthias <https://github.com/bernt-matthias>`__).
  `Pull Request 17672`_
* Never fail dataset serialization if display_peek fails
  (thanks to `@mvdbeek <https://github.com/mvdbeek>`__).
  `Pull Request 17937`_
* Enable ``warn_unused_ignores`` mypy option
  (thanks to `@nsoranzo <https://github.com/nsoranzo>`__).
  `Pull Request 17991`_
* Add support for additional media types
  (thanks to `@arash77 <https://github.com/arash77>`__).
  `Pull Request 18054`_
* Enable flake8-implicit-str-concat ruff rules
  (thanks to `@nsoranzo <https://github.com/nsoranzo>`__).
  `Pull Request 18067`_
* Chore: remove repetitive words
  (thanks to `@tianzedavid <https://github.com/tianzedavid>`__).
  `Pull Request 18076`_
* Add Net datatype
  (thanks to `@martenson <https://github.com/martenson>`__).
  `Pull Request 18080`_

Builtin Tool Updates
===========================================================

.. tools
* Code cleanups from ruff and pyupgrade
  (thanks to `@nsoranzo <https://github.com/nsoranzo>`__).
  `Pull Request 17654`_
* Rename JupyTool to something more searchable (i.e. JupyterLab which includes the substring Jupyter)
  (thanks to `@hexylena <https://github.com/hexylena>`__).
  `Pull Request 17849`_
* Enable ``warn_unused_ignores`` mypy option
  (thanks to `@nsoranzo <https://github.com/nsoranzo>`__).
  `Pull Request 17991`_
* Enable flake8-implicit-str-concat ruff rules
  (thanks to `@nsoranzo <https://github.com/nsoranzo>`__).
  `Pull Request 18067`_

Release Testing Team
===========================================================

A special thanks to the release testing team for testing many of the new features and reporting many bugs:

<team members go here>

Release Notes
===========================================================

Please see the :doc:`full release notes <24.1_announce>` for more details.

.. include:: 24.1_prs.rst

.. include:: _thanks.rst
+229 −0
Original line number Diff line number Diff line

.. github_links
.. _Pull Request 16645: https://github.com/galaxyproject/galaxy/pull/16645
.. _Pull Request 16730: https://github.com/galaxyproject/galaxy/pull/16730
.. _Pull Request 16983: https://github.com/galaxyproject/galaxy/pull/16983
.. _Pull Request 17225: https://github.com/galaxyproject/galaxy/pull/17225
.. _Pull Request 17366: https://github.com/galaxyproject/galaxy/pull/17366
.. _Pull Request 17413: https://github.com/galaxyproject/galaxy/pull/17413
.. _Pull Request 17424: https://github.com/galaxyproject/galaxy/pull/17424
.. _Pull Request 17492: https://github.com/galaxyproject/galaxy/pull/17492
.. _Pull Request 17500: https://github.com/galaxyproject/galaxy/pull/17500
.. _Pull Request 17531: https://github.com/galaxyproject/galaxy/pull/17531
.. _Pull Request 17540: https://github.com/galaxyproject/galaxy/pull/17540
.. _Pull Request 17555: https://github.com/galaxyproject/galaxy/pull/17555
.. _Pull Request 17564: https://github.com/galaxyproject/galaxy/pull/17564
.. _Pull Request 17567: https://github.com/galaxyproject/galaxy/pull/17567
.. _Pull Request 17571: https://github.com/galaxyproject/galaxy/pull/17571
.. _Pull Request 17581: https://github.com/galaxyproject/galaxy/pull/17581
.. _Pull Request 17585: https://github.com/galaxyproject/galaxy/pull/17585
.. _Pull Request 17586: https://github.com/galaxyproject/galaxy/pull/17586
.. _Pull Request 17592: https://github.com/galaxyproject/galaxy/pull/17592
.. _Pull Request 17593: https://github.com/galaxyproject/galaxy/pull/17593
.. _Pull Request 17596: https://github.com/galaxyproject/galaxy/pull/17596
.. _Pull Request 17601: https://github.com/galaxyproject/galaxy/pull/17601
.. _Pull Request 17607: https://github.com/galaxyproject/galaxy/pull/17607
.. _Pull Request 17615: https://github.com/galaxyproject/galaxy/pull/17615
.. _Pull Request 17630: https://github.com/galaxyproject/galaxy/pull/17630
.. _Pull Request 17647: https://github.com/galaxyproject/galaxy/pull/17647
.. _Pull Request 17653: https://github.com/galaxyproject/galaxy/pull/17653
.. _Pull Request 17654: https://github.com/galaxyproject/galaxy/pull/17654
.. _Pull Request 17655: https://github.com/galaxyproject/galaxy/pull/17655
.. _Pull Request 17656: https://github.com/galaxyproject/galaxy/pull/17656
.. _Pull Request 17672: https://github.com/galaxyproject/galaxy/pull/17672
.. _Pull Request 17680: https://github.com/galaxyproject/galaxy/pull/17680
.. _Pull Request 17686: https://github.com/galaxyproject/galaxy/pull/17686
.. _Pull Request 17693: https://github.com/galaxyproject/galaxy/pull/17693
.. _Pull Request 17696: https://github.com/galaxyproject/galaxy/pull/17696
.. _Pull Request 17701: https://github.com/galaxyproject/galaxy/pull/17701
.. _Pull Request 17748: https://github.com/galaxyproject/galaxy/pull/17748
.. _Pull Request 17749: https://github.com/galaxyproject/galaxy/pull/17749
.. _Pull Request 17752: https://github.com/galaxyproject/galaxy/pull/17752
.. _Pull Request 17754: https://github.com/galaxyproject/galaxy/pull/17754
.. _Pull Request 17764: https://github.com/galaxyproject/galaxy/pull/17764
.. _Pull Request 17766: https://github.com/galaxyproject/galaxy/pull/17766
.. _Pull Request 17774: https://github.com/galaxyproject/galaxy/pull/17774
.. _Pull Request 17778: https://github.com/galaxyproject/galaxy/pull/17778
.. _Pull Request 17797: https://github.com/galaxyproject/galaxy/pull/17797
.. _Pull Request 17799: https://github.com/galaxyproject/galaxy/pull/17799
.. _Pull Request 17802: https://github.com/galaxyproject/galaxy/pull/17802
.. _Pull Request 17804: https://github.com/galaxyproject/galaxy/pull/17804
.. _Pull Request 17810: https://github.com/galaxyproject/galaxy/pull/17810
.. _Pull Request 17819: https://github.com/galaxyproject/galaxy/pull/17819
.. _Pull Request 17820: https://github.com/galaxyproject/galaxy/pull/17820
.. _Pull Request 17824: https://github.com/galaxyproject/galaxy/pull/17824
.. _Pull Request 17833: https://github.com/galaxyproject/galaxy/pull/17833
.. _Pull Request 17839: https://github.com/galaxyproject/galaxy/pull/17839
.. _Pull Request 17840: https://github.com/galaxyproject/galaxy/pull/17840
.. _Pull Request 17849: https://github.com/galaxyproject/galaxy/pull/17849
.. _Pull Request 17850: https://github.com/galaxyproject/galaxy/pull/17850
.. _Pull Request 17853: https://github.com/galaxyproject/galaxy/pull/17853
.. _Pull Request 17858: https://github.com/galaxyproject/galaxy/pull/17858
.. _Pull Request 17863: https://github.com/galaxyproject/galaxy/pull/17863
.. _Pull Request 17866: https://github.com/galaxyproject/galaxy/pull/17866
.. _Pull Request 17867: https://github.com/galaxyproject/galaxy/pull/17867
.. _Pull Request 17869: https://github.com/galaxyproject/galaxy/pull/17869
.. _Pull Request 17870: https://github.com/galaxyproject/galaxy/pull/17870
.. _Pull Request 17872: https://github.com/galaxyproject/galaxy/pull/17872
.. _Pull Request 17877: https://github.com/galaxyproject/galaxy/pull/17877
.. _Pull Request 17886: https://github.com/galaxyproject/galaxy/pull/17886
.. _Pull Request 17888: https://github.com/galaxyproject/galaxy/pull/17888
.. _Pull Request 17890: https://github.com/galaxyproject/galaxy/pull/17890
.. _Pull Request 17892: https://github.com/galaxyproject/galaxy/pull/17892
.. _Pull Request 17894: https://github.com/galaxyproject/galaxy/pull/17894
.. _Pull Request 17896: https://github.com/galaxyproject/galaxy/pull/17896
.. _Pull Request 17898: https://github.com/galaxyproject/galaxy/pull/17898
.. _Pull Request 17899: https://github.com/galaxyproject/galaxy/pull/17899
.. _Pull Request 17902: https://github.com/galaxyproject/galaxy/pull/17902
.. _Pull Request 17904: https://github.com/galaxyproject/galaxy/pull/17904
.. _Pull Request 17905: https://github.com/galaxyproject/galaxy/pull/17905
.. _Pull Request 17907: https://github.com/galaxyproject/galaxy/pull/17907
.. _Pull Request 17913: https://github.com/galaxyproject/galaxy/pull/17913
.. _Pull Request 17914: https://github.com/galaxyproject/galaxy/pull/17914
.. _Pull Request 17915: https://github.com/galaxyproject/galaxy/pull/17915
.. _Pull Request 17917: https://github.com/galaxyproject/galaxy/pull/17917
.. _Pull Request 17918: https://github.com/galaxyproject/galaxy/pull/17918
.. _Pull Request 17919: https://github.com/galaxyproject/galaxy/pull/17919
.. _Pull Request 17922: https://github.com/galaxyproject/galaxy/pull/17922
.. _Pull Request 17923: https://github.com/galaxyproject/galaxy/pull/17923
.. _Pull Request 17924: https://github.com/galaxyproject/galaxy/pull/17924
.. _Pull Request 17925: https://github.com/galaxyproject/galaxy/pull/17925
.. _Pull Request 17926: https://github.com/galaxyproject/galaxy/pull/17926
.. _Pull Request 17929: https://github.com/galaxyproject/galaxy/pull/17929
.. _Pull Request 17930: https://github.com/galaxyproject/galaxy/pull/17930
.. _Pull Request 17931: https://github.com/galaxyproject/galaxy/pull/17931
.. _Pull Request 17932: https://github.com/galaxyproject/galaxy/pull/17932
.. _Pull Request 17937: https://github.com/galaxyproject/galaxy/pull/17937
.. _Pull Request 17939: https://github.com/galaxyproject/galaxy/pull/17939
.. _Pull Request 17949: https://github.com/galaxyproject/galaxy/pull/17949
.. _Pull Request 17952: https://github.com/galaxyproject/galaxy/pull/17952
.. _Pull Request 17958: https://github.com/galaxyproject/galaxy/pull/17958
.. _Pull Request 17964: https://github.com/galaxyproject/galaxy/pull/17964
.. _Pull Request 17968: https://github.com/galaxyproject/galaxy/pull/17968
.. _Pull Request 17969: https://github.com/galaxyproject/galaxy/pull/17969
.. _Pull Request 17971: https://github.com/galaxyproject/galaxy/pull/17971
.. _Pull Request 17974: https://github.com/galaxyproject/galaxy/pull/17974
.. _Pull Request 17975: https://github.com/galaxyproject/galaxy/pull/17975
.. _Pull Request 17976: https://github.com/galaxyproject/galaxy/pull/17976
.. _Pull Request 17980: https://github.com/galaxyproject/galaxy/pull/17980
.. _Pull Request 17981: https://github.com/galaxyproject/galaxy/pull/17981
.. _Pull Request 17982: https://github.com/galaxyproject/galaxy/pull/17982
.. _Pull Request 17983: https://github.com/galaxyproject/galaxy/pull/17983
.. _Pull Request 17985: https://github.com/galaxyproject/galaxy/pull/17985
.. _Pull Request 17987: https://github.com/galaxyproject/galaxy/pull/17987
.. _Pull Request 17988: https://github.com/galaxyproject/galaxy/pull/17988
.. _Pull Request 17991: https://github.com/galaxyproject/galaxy/pull/17991
.. _Pull Request 17992: https://github.com/galaxyproject/galaxy/pull/17992
.. _Pull Request 18000: https://github.com/galaxyproject/galaxy/pull/18000
.. _Pull Request 18002: https://github.com/galaxyproject/galaxy/pull/18002
.. _Pull Request 18003: https://github.com/galaxyproject/galaxy/pull/18003
.. _Pull Request 18005: https://github.com/galaxyproject/galaxy/pull/18005
.. _Pull Request 18007: https://github.com/galaxyproject/galaxy/pull/18007
.. _Pull Request 18008: https://github.com/galaxyproject/galaxy/pull/18008
.. _Pull Request 18009: https://github.com/galaxyproject/galaxy/pull/18009
.. _Pull Request 18010: https://github.com/galaxyproject/galaxy/pull/18010
.. _Pull Request 18011: https://github.com/galaxyproject/galaxy/pull/18011
.. _Pull Request 18014: https://github.com/galaxyproject/galaxy/pull/18014
.. _Pull Request 18016: https://github.com/galaxyproject/galaxy/pull/18016
.. _Pull Request 18018: https://github.com/galaxyproject/galaxy/pull/18018
.. _Pull Request 18020: https://github.com/galaxyproject/galaxy/pull/18020
.. _Pull Request 18021: https://github.com/galaxyproject/galaxy/pull/18021
.. _Pull Request 18022: https://github.com/galaxyproject/galaxy/pull/18022
.. _Pull Request 18023: https://github.com/galaxyproject/galaxy/pull/18023
.. _Pull Request 18025: https://github.com/galaxyproject/galaxy/pull/18025
.. _Pull Request 18026: https://github.com/galaxyproject/galaxy/pull/18026
.. _Pull Request 18028: https://github.com/galaxyproject/galaxy/pull/18028
.. _Pull Request 18033: https://github.com/galaxyproject/galaxy/pull/18033
.. _Pull Request 18034: https://github.com/galaxyproject/galaxy/pull/18034
.. _Pull Request 18035: https://github.com/galaxyproject/galaxy/pull/18035
.. _Pull Request 18036: https://github.com/galaxyproject/galaxy/pull/18036
.. _Pull Request 18037: https://github.com/galaxyproject/galaxy/pull/18037
.. _Pull Request 18038: https://github.com/galaxyproject/galaxy/pull/18038
.. _Pull Request 18039: https://github.com/galaxyproject/galaxy/pull/18039
.. _Pull Request 18040: https://github.com/galaxyproject/galaxy/pull/18040
.. _Pull Request 18044: https://github.com/galaxyproject/galaxy/pull/18044
.. _Pull Request 18046: https://github.com/galaxyproject/galaxy/pull/18046
.. _Pull Request 18049: https://github.com/galaxyproject/galaxy/pull/18049
.. _Pull Request 18050: https://github.com/galaxyproject/galaxy/pull/18050
.. _Pull Request 18054: https://github.com/galaxyproject/galaxy/pull/18054
.. _Pull Request 18059: https://github.com/galaxyproject/galaxy/pull/18059
.. _Pull Request 18060: https://github.com/galaxyproject/galaxy/pull/18060
.. _Pull Request 18063: https://github.com/galaxyproject/galaxy/pull/18063
.. _Pull Request 18065: https://github.com/galaxyproject/galaxy/pull/18065
.. _Pull Request 18067: https://github.com/galaxyproject/galaxy/pull/18067
.. _Pull Request 18070: https://github.com/galaxyproject/galaxy/pull/18070
.. _Pull Request 18071: https://github.com/galaxyproject/galaxy/pull/18071
.. _Pull Request 18074: https://github.com/galaxyproject/galaxy/pull/18074
.. _Pull Request 18076: https://github.com/galaxyproject/galaxy/pull/18076
.. _Pull Request 18079: https://github.com/galaxyproject/galaxy/pull/18079
.. _Pull Request 18080: https://github.com/galaxyproject/galaxy/pull/18080
.. _Pull Request 18084: https://github.com/galaxyproject/galaxy/pull/18084
.. _Pull Request 18085: https://github.com/galaxyproject/galaxy/pull/18085
.. _Pull Request 18086: https://github.com/galaxyproject/galaxy/pull/18086
.. _Pull Request 18087: https://github.com/galaxyproject/galaxy/pull/18087
.. _Pull Request 18088: https://github.com/galaxyproject/galaxy/pull/18088
.. _Pull Request 18094: https://github.com/galaxyproject/galaxy/pull/18094
.. _Pull Request 18095: https://github.com/galaxyproject/galaxy/pull/18095
.. _Pull Request 18099: https://github.com/galaxyproject/galaxy/pull/18099
.. _Pull Request 18100: https://github.com/galaxyproject/galaxy/pull/18100
.. _Pull Request 18103: https://github.com/galaxyproject/galaxy/pull/18103
.. _Pull Request 18106: https://github.com/galaxyproject/galaxy/pull/18106
.. _Pull Request 18107: https://github.com/galaxyproject/galaxy/pull/18107
.. _Pull Request 18108: https://github.com/galaxyproject/galaxy/pull/18108
.. _Pull Request 18109: https://github.com/galaxyproject/galaxy/pull/18109
.. _Pull Request 18110: https://github.com/galaxyproject/galaxy/pull/18110
.. _Pull Request 18112: https://github.com/galaxyproject/galaxy/pull/18112
.. _Pull Request 18115: https://github.com/galaxyproject/galaxy/pull/18115
.. _Pull Request 18118: https://github.com/galaxyproject/galaxy/pull/18118
.. _Pull Request 18119: https://github.com/galaxyproject/galaxy/pull/18119
.. _Pull Request 18120: https://github.com/galaxyproject/galaxy/pull/18120
.. _Pull Request 18121: https://github.com/galaxyproject/galaxy/pull/18121
.. _Pull Request 18122: https://github.com/galaxyproject/galaxy/pull/18122
.. _Pull Request 18123: https://github.com/galaxyproject/galaxy/pull/18123
.. _Pull Request 18124: https://github.com/galaxyproject/galaxy/pull/18124
.. _Pull Request 18125: https://github.com/galaxyproject/galaxy/pull/18125
.. _Pull Request 18126: https://github.com/galaxyproject/galaxy/pull/18126
.. _Pull Request 18127: https://github.com/galaxyproject/galaxy/pull/18127
.. _Pull Request 18130: https://github.com/galaxyproject/galaxy/pull/18130
.. _Pull Request 18131: https://github.com/galaxyproject/galaxy/pull/18131
.. _Pull Request 18132: https://github.com/galaxyproject/galaxy/pull/18132
.. _Pull Request 18134: https://github.com/galaxyproject/galaxy/pull/18134
.. _Pull Request 18135: https://github.com/galaxyproject/galaxy/pull/18135
.. _Pull Request 18136: https://github.com/galaxyproject/galaxy/pull/18136
.. _Pull Request 18137: https://github.com/galaxyproject/galaxy/pull/18137
.. _Pull Request 18141: https://github.com/galaxyproject/galaxy/pull/18141
.. _Pull Request 18143: https://github.com/galaxyproject/galaxy/pull/18143
.. _Pull Request 18145: https://github.com/galaxyproject/galaxy/pull/18145
.. _Pull Request 18151: https://github.com/galaxyproject/galaxy/pull/18151
.. _Pull Request 18155: https://github.com/galaxyproject/galaxy/pull/18155
.. _Pull Request 18156: https://github.com/galaxyproject/galaxy/pull/18156
.. _Pull Request 18169: https://github.com/galaxyproject/galaxy/pull/18169
.. _Pull Request 18170: https://github.com/galaxyproject/galaxy/pull/18170
.. _Pull Request 18172: https://github.com/galaxyproject/galaxy/pull/18172
.. _Pull Request 18173: https://github.com/galaxyproject/galaxy/pull/18173
.. _Pull Request 18174: https://github.com/galaxyproject/galaxy/pull/18174
.. _Pull Request 18175: https://github.com/galaxyproject/galaxy/pull/18175
.. _Pull Request 18178: https://github.com/galaxyproject/galaxy/pull/18178
.. _Pull Request 18179: https://github.com/galaxyproject/galaxy/pull/18179
.. _Pull Request 18180: https://github.com/galaxyproject/galaxy/pull/18180
.. _Pull Request 18181: https://github.com/galaxyproject/galaxy/pull/18181
.. _Pull Request 18182: https://github.com/galaxyproject/galaxy/pull/18182
.. _Pull Request 18183: https://github.com/galaxyproject/galaxy/pull/18183
.. _Pull Request 18184: https://github.com/galaxyproject/galaxy/pull/18184
.. _Pull Request 18185: https://github.com/galaxyproject/galaxy/pull/18185
.. _Pull Request 18186: https://github.com/galaxyproject/galaxy/pull/18186
.. _Pull Request 18187: https://github.com/galaxyproject/galaxy/pull/18187
.. _Pull Request 18188: https://github.com/galaxyproject/galaxy/pull/18188
.. _Pull Request 18190: https://github.com/galaxyproject/galaxy/pull/18190
.. _Pull Request 18191: https://github.com/galaxyproject/galaxy/pull/18191
.. _Pull Request 18193: https://github.com/galaxyproject/galaxy/pull/18193
.. _Pull Request 18194: https://github.com/galaxyproject/galaxy/pull/18194
.. _Pull Request 18200: https://github.com/galaxyproject/galaxy/pull/18200
.. _Pull Request 18201: https://github.com/galaxyproject/galaxy/pull/18201
.. _Pull Request 18202: https://github.com/galaxyproject/galaxy/pull/18202
.. _Pull Request 18203: https://github.com/galaxyproject/galaxy/pull/18203
.. _Pull Request 18206: https://github.com/galaxyproject/galaxy/pull/18206
.. _Pull Request 18207: https://github.com/galaxyproject/galaxy/pull/18207
.. _Pull Request 18208: https://github.com/galaxyproject/galaxy/pull/18208
.. _Pull Request 18211: https://github.com/galaxyproject/galaxy/pull/18211
.. _Pull Request 18215: https://github.com/galaxyproject/galaxy/pull/18215
+12 −0
Original line number Diff line number Diff line

:orphan:

===========================================================
October 2024 Galaxy Release (v 24.2)
===========================================================


Schedule
===========================================================
 * Planned Freeze Date: 2024-10-07
 * Planned Release Date: 2024-10-28