Skip to content

Commit

Permalink
Merge pull request PyTables#1229 from avalentino/releases/3.10.2
Browse files Browse the repository at this point in the history
Releases/3.10.2
  • Loading branch information
avalentino authored Jan 4, 2025
2 parents 27e1e53 + c54bd9c commit c463f8d
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
version: 2

submodules:
include: all

build:
os: "ubuntu-22.04"
tools:
Expand Down
21 changes: 19 additions & 2 deletions ANNOUNCE.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,24 @@ We are happy to announce PyTables @VERSION@.
What's new
==========

XXX version-specific blurb XXX
This release of PyTables is mostly intended to make available a
complete set of Python wheel packages.

The source code of the package has been completely reformatted
to be fully PEP-8 compliant and in line with the latest PyQA standards.
Checking of formatting and cod quality is now regularly performed in CI.

Finally some small bug-fixes and enhancements have been implemented.

In case you want to know more in detail what has changed in this
version, please refer to: http://www.pytables.org/release_notes.html

You can install it via pip or download a source package with generated
PDF and HTML docs from:
https://github.com/PyTables/PyTables/releases/v@VERSION@

For an online version of the manual, visit:
http://www.pytables.org/usersguide/index.html


What it is?
Expand All @@ -30,7 +47,7 @@ About PyTables: http://www.pytables.org

About the HDF5 library: http://hdfgroup.org/HDF5/

About NumPy: http://numpy.scipy.org/
About NumPy: http://numpy.org/


Acknowledgments
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Copyright Notice and Statement for PyTables Software Library and Utilities:
Copyright (c) 2002-2004 by Francesc Alted
Copyright (c) 2005-2007 by Carabos Coop. V.
Copyright (c) 2008-2010 by Francesc Alted
Copyright (c) 2011-2021 by PyTables maintainers
Copyright (c) 2011-2025 by PyTables maintainers
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 2 additions & 0 deletions RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Improvements
Thanks to Joel T. Collins
- Allow multi-dimension `chunkshape` when creating arrays.
Thanks to Joel T. Collins
- Improve the way `setup.py` finds runtime libs (see :issue:`1219` and
:issue:`1223`). Thanks to Jason Bacon.

Bugfixes
--------
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_version(filename):
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = "PyTables"
copyright = "2011–2024, PyTables maintainers" # noqa: A001
copyright = "2011–2025, PyTables maintainers" # noqa: A001
author = "PyTables maintainers"
version = get_version("../../tables/_version.py")
release = version
Expand Down
2 changes: 1 addition & 1 deletion doc/source/usersguide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Hierarchical datasets in Python

|copy| 2008, 2009, 2010 - Francesc Alted

|copy| 2011–2024 - PyTables maintainers
|copy| 2011–2025 - PyTables maintainers

--------
Contents
Expand Down
2 changes: 1 addition & 1 deletion doc/source/usersguide/usersguide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PyTables User's Guide

|copy| 2008, 2009, 2010 - Francesc Alted

|copy| 2011–2024 - PyTables maintainers
|copy| 2011–2025 - PyTables maintainers
:Date: |today|
:Version: |version|
:Home Page: http://www.pytables.org
Expand Down
2 changes: 1 addition & 1 deletion tables/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "3.10.2.dev1"
__version__ = "3.10.2"
"""The PyTables version number."""

0 comments on commit c463f8d

Please sign in to comment.