Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martenlienen committed Sep 21, 2024
1 parent a0afd16 commit 282bb99
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.0.0 - 2024-09-22

After almost a year without any bugs found, we mark this as the first stable release!

## 0.2.0 - 2023-11-10

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ requires-python = ">= 3.8"
license = {file = "LICENSE"}
authors = [{name = "Marten Lienen", email = "[email protected]"}]
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
Expand Down
2 changes: 1 addition & 1 deletion torchode/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A parallel ODE solver for PyTorch"""

__version__ = "0.2.0"
__version__ = "1.0.0"

from .adjoints import AutoDiffAdjoint, BacksolveAdjoint, JointBacksolveAdjoint
from .interface import register_method, solve_ivp
Expand Down

0 comments on commit 282bb99

Please sign in to comment.