Skip to content

Commit

Permalink
ship with typing information
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed Apr 19, 2024
1 parent 4c3ea3a commit bea9c80
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.2] - 2024-04-18
## [v0.4.3] - 2024-04-19

### Added
* Add type checking/hinting information to the package distribution.

## [v0.4.2] - 2024-04-18

### Changed
* Using more updated version of `numpydoc_decorator` for our lab, tagged rather than just commit hashed

## [0.4.1] - 2024-04-17
## [v0.4.1] - 2024-04-17

### Changed
* Bumped up lower bound on `numpydoc_generator` dependency, for compatibility with downstream projects which use a feature not yet in a release version.

## [0.4.0] - 2024-04-17
## [v0.4.0] - 2024-04-17

### Added
* Types and functions related to `geometry`
Expand Down
Empty file added gertils/py.typed
Empty file.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gertils"
version = "0.4.2"
version = "0.4.3"
description = "General computing utilities for data processing and analysis in the Gerlich group at IMBA"
authors = [
"Vince Reuter <[email protected]>",
Expand All @@ -20,6 +20,7 @@ classifiers = [
"Topic :: Utilities",
"Typing :: Typed",
]
include = ["py.typed"]

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit bea9c80

Please sign in to comment.