Skip to content
Snippets Groups Projects
Commit aad35e39 authored by Rob Moss's avatar Rob Moss
Browse files

Release lhs 0.4.2

parent 651d7eb3
No related branches found
No related tags found
No related merge requests found
Pipeline #93929 passed
Copyright (c) 2020-23, Rob Moss
Copyright (c) 2020-24, Rob Moss
All rights reserved.
Redistribution and use in source and binary forms, with or without
......
0.4.2 (2024-05-01)
------------------
* Enhancement: identify the cause of an unknown distribution.
This may be useful if the user names a distribution and expects it to be found in a module other than ``scipy.stats``.
* Enhancement: support NumPy 2.0 and newer.
This package is not affected by the breaking changes in NumPy 2.0.
0.4.1 (2023-01-20)
------------------
......
......@@ -75,7 +75,7 @@ master_doc = 'index'
# General information about the project.
project = 'lhs'
copyright = '2020-23, Rob Moss'
copyright = '2020-24, Rob Moss'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
......@@ -84,7 +84,7 @@ copyright = '2020-23, Rob Moss'
# The short X.Y version.
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.4.1'
release = '0.4.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
......@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "lhs"
version = "0.4.1"
version = "0.4.2"
description = "Latin hypercube sampler for scenario modelling"
readme = "README.rst"
requires-python = ">= 3.8"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment