Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
particle-filter-for-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rob Moss
particle-filter-for-python
Commits
db540fdc
Commit
db540fdc
authored
1 year ago
by
Rob Moss
Browse files
Options
Downloads
Patches
Plain Diff
Release pypfilt 0.8.3
parent
3926b3b4
Branches
Branches containing commit
Tags
0.8.3
Tags containing commit
No related merge requests found
Pipeline
#93963
passed
1 year ago
Stage: test
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NEWS.rst
+6
-0
6 additions, 0 deletions
NEWS.rst
doc/conf.py
+1
-1
1 addition, 1 deletion
doc/conf.py
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
8 additions
and
2 deletions
NEWS.rst
+
6
−
0
View file @
db540fdc
0.8.3 (2024-05-01)
------------------
* Enhancement: support NumPy 2.0 and newer.
This package is not affected by the breaking changes in NumPy 2.0.
0.8.2 (2024-04-03)
------------------
...
...
This diff is collapsed.
Click to expand it.
doc/conf.py
+
1
−
1
View file @
db540fdc
...
...
@@ -65,7 +65,7 @@ copyright = '2014-24, Rob Moss'
# The short X.Y version.
version
=
'
0.8
'
# The full version, including alpha/beta/rc tags.
release
=
'
0.8.
2
'
release
=
'
0.8.
3
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
db540fdc
...
...
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name
=
"pypfilt"
version
=
"0.8.
2
"
version
=
"0.8.
3
"
description
=
"Bootstrap particle filter for epidemic forecasting"
readme
=
"README.rst"
requires-python
=
">
=
3.8
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment