Skip to content

Commit

Permalink
Merge pull request #182 from NeuroDiffGym/v0.6.0
Browse files Browse the repository at this point in the history
Release V0.6.0
  • Loading branch information
shuheng-liu authored Oct 5, 2022
2 parents 049aeb4 + 925fbd2 commit 6762aee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# neurodiffeq

[![Downloads](https://pepy.tech/badge/neurodiffeq)](https://pepy.tech/project/neurodiffeq)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/eada52ca726e4919923e213b81ee6420)](https://app.codacy.com/gh/odegym/neurodiffeq?utm_source=github.com&utm_medium=referral&utm_content=odegym/neurodiffeq&utm_campaign=Badge_Grade_Settings)
![PyPI](https://img.shields.io/pypi/v/neurodiffeq?color=blueviolet&label=PyPI&logoColor=blueviolet) ![GitHub issues](https://img.shields.io/github/issues/NeuroDiffGym/neurodiffeq?color=green) [![Build Status](https://app.travis-ci.com/NeuroDiffGym/neurodiffeq.svg?branch=master)](https://app.travis-ci.com/NeuroDiffGym/neurodiffeq) [![codecov](https://codecov.io/gh/NeuroDiffGym/neurodiffeq/branch/master/graph/badge.svg)](https://codecov.io/gh/NeuroDiffGym/neurodiffeq) [![Documentation Status](https://readthedocs.org/projects/neurodiffeq/badge/?version=latest)](https://neurodiffeq.readthedocs.io/en/latest/?badge=latest) [![DOI](https://joss.theoj.org/papers/10.21105/joss.01931/status.svg)](https://doi.org/10.21105/joss.01931)

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ def func(m):

setuptools.setup(
name="neurodiffeq",
version="0.5.2",
version="0.6.0",
author="neurodiffgym",
author_email="[email protected]",
description="A light-weight & flexible library for solving differential equations using neural networks based on PyTorch. ",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/NeuroDiffGym/neurodiffeq",
download_url="https://github.com/NeuroDiffGym/neurodiffeq/archive/v0.5.2.tar.gz",
download_url="https://github.com/NeuroDiffGym/neurodiffeq/archive/v0.6.0.tar.gz",
keywords=[
"neural network",
"deep learning",
Expand Down

0 comments on commit 6762aee

Please sign in to comment.