File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
![ code coverage] ( https://raw.githubusercontent.com/VincentStimper/normalizing-flows/coverage-badge/coverage.svg?raw=true )
6
6
[ ![ License: MIT] ( https://img.shields.io/badge/Licence-MIT-lightgrey )] ( https://opensource.org/licenses/MIT )
7
7
[ ![ arXiv] ( https://img.shields.io/badge/arXiv-2302.12014-b31b1b.svg )] ( https://arxiv.org/abs/2302.12014 )
8
- [ ![ PyPI] ( https://img.shields.io/badge/PyPI-1.6.2 -blue.svg )] ( https://pypi.org/project/normflows/ )
8
+ [ ![ PyPI] ( https://img.shields.io/badge/PyPI-1.7.0 -blue.svg )] ( https://pypi.org/project/normflows/ )
9
9
[ ![ Downloads] ( https://static.pepy.tech/personalized-badge/normflows?period=total&units=international_system&left_color=grey&right_color=orange&left_text=Downloads )] ( https://pepy.tech/project/normflows )
10
10
11
11
Original file line number Diff line number Diff line change 10
10
from . import sampling
11
11
from .sampling import HAIS
12
12
13
- __version__ = "1.6.2 "
13
+ __version__ = "1.7.0 "
Original file line number Diff line number Diff line change 2
2
from codecs import open
3
3
from os import path
4
4
5
- __version__ = "1.6.2 "
5
+ __version__ = "1.7.0 "
6
6
7
7
here = path .abspath (path .dirname (__file__ ))
8
8
You can’t perform that action at this time.
0 commit comments