1
0

Accepting request 768787 from home:TheBlackCat:branches:devel:languages:python:numeric

- Update to version 1.8.0
  * faster remap and mask operators

OBS-URL: https://build.opensuse.org/request/show/768787
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastremap?expand=0&rev=7
This commit is contained in:
Todd R 2020-01-30 15:50:24 +00:00 committed by Git OBS Bridge
parent 8e5fae0705
commit e815415f87
4 changed files with 11 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:345afc3f5d72f788b93fc0366b7a2fe5f3a9d7c8a6b05d9910517317e8aede92
size 241490

3
fastremap-1.8.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a0cb832a3622916fd1b4e4883c41024d714b3f376ed8563a0e2ca09adc3a296d
size 241355

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 30 14:53:17 UTC 2020 - Todd R <toddrme2178@gmail.com>
- Update to version 1.8.0
* faster remap and mask operators
-------------------------------------------------------------------
Tue Nov 19 21:02:51 UTC 2019 - Todd R <toddrme2178@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-fastremap
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-fastremap
Version: 1.7.0
Version: 1.8.0
Release: 0
Summary: Module to Remap, mask, renumber, and in-place transpose numpy arrays
License: LGPL-3.0-only