Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 The INVRS-IO authors.
Copyright (c) 2025 invrs.io LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/totypes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""totypes - Custom datatypes useful in a topology optimization context.

Copyright (c) 2023 The INVRS-IO authors.
Copyright (c) 2025 invrs.io LLC
"""

__version__ = "v0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion src/totypes/json_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Utility functions related to json packing and unpacking.
Copyright (c) 2023 The INVRS-IO authors.
Copyright (c) 2025 invrs.io LLC
"""

import base64
Expand Down
2 changes: 1 addition & 1 deletion src/totypes/partition_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Utilities for partitioning pytrees including custom types.

Copyright (c) 2023 The INVRS-IO authors.
Copyright (c) 2025 invrs.io LLC
"""

from typing import Any, Callable, Tuple
Expand Down
2 changes: 1 addition & 1 deletion src/totypes/symmetry.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Defines symmetries for arrays.

Copyright (c) 2023 The INVRS-IO authors.
Copyright (c) 2025 invrs.io LLC
"""

from typing import Any, Tuple
Expand Down
2 changes: 1 addition & 1 deletion src/totypes/types.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Custom datatypes useful in an topology optimization setting.

Copyright (c) 2023 The INVRS-IO authors.
Copyright (c) 2025 invrs.io LLC
"""

import dataclasses
Expand Down
2 changes: 1 addition & 1 deletion tests/test_json_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Defines tests for the `totypes.json_utils` module.

Copyright (c) 2023 The INVRS-IO authors.
Copyright (c) 2025 invrs.io LLC
"""

import dataclasses
Expand Down
2 changes: 1 addition & 1 deletion tests/test_partition_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Defines tests for the `totypes.types` module.

Copyright (c) 2023 The INVRS-IO authors.
Copyright (c) 2025 invrs.io LLC
"""

import itertools
Expand Down
2 changes: 1 addition & 1 deletion tests/test_symmetry.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Defines tests for the `totypes.symmetry` module.
Copyright (c) 2023 The INVRS-IO authors.
Copyright (c) 2025 invrs.io LLC
"""

import unittest
Expand Down
2 changes: 1 addition & 1 deletion tests/test_types.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Defines tests for the `totypes.types` module.

Copyright (c) 2023 The INVRS-IO authors.
Copyright (c) 2025 invrs.io LLC
"""

import unittest
Expand Down