Skip to content

Commit

Permalink
Increment version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
will-keen committed Aug 18, 2023
1 parent 6b0f5eb commit db5b49a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/howto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ E.g. the following code will *NOT* give reproducible results between the origina
There is another issue where constraints added to the original may affect the copy, and vice versa. This is obviously not a good thing.

Therefore, **the user is recommended not to use ``copy.deepcopy`` with globally-seeded instances of ``RandObj``**.
Therefore, **the user is recommended not to use** ``copy.deepcopy`` **with globally-seeded instances of** ``RandObj``.

To fix this issue, ``RandObj`` would need to implement its own ``__deepcopy__`` method. This can be done as and when this behaviour is required by users and the workaround of using object-based seeding is not acceptable.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "constrainedrandom"
version = "1.0.2"
version = "1.0.3"
description = "A library for creating and solving constrained randomization problems"
readme = "README.md"
requires-python = ">=3.8.3"
Expand Down

0 comments on commit db5b49a

Please sign in to comment.