Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
f17174a
Merge pull request #10 from IntelPython/master
ekomarova Aug 25, 2020
902ebc7
License update for beta release
DmitryKizaev Aug 25, 2020
5f991d0
Indentation fix
DmitryKizaev Aug 25, 2020
5577125
Indentation fix #2
DmitryKizaev Aug 25, 2020
e317e9c
Indentation fix #3
DmitryKizaev Aug 25, 2020
0ee1c2a
Add license_file
DmitryKizaev Aug 25, 2020
c298cf7
Merge pull request #12 from DmitryKizaev/legal-update-beta
DmitryKizaev Aug 25, 2020
5fcfe4b
Update meta.yaml
xaleryb Aug 28, 2020
1143e0b
Update setup.py
xaleryb Aug 28, 2020
748dcf6
Merge pull request #15 from IntelPython/xaleryb-patch-3
xaleryb Aug 28, 2020
17a1279
Merge pull request #16 from IntelPython/xaleryb-patch-4
xaleryb Aug 28, 2020
afa7b8c
Update meta.yaml
xaleryb Aug 28, 2020
1e72cf4
Revert "Update setup.py"
xaleryb Aug 28, 2020
a9a78e8
Update build.sh
xaleryb Aug 28, 2020
6705e06
Add wheels build (#20)
Vyacheslav-Smirnov Nov 19, 2020
559bd0d
Update linux build tah for wheels (#21)
Vyacheslav-Smirnov Feb 1, 2021
5ba4e37
Update packages wheel deps (#22)
Vyacheslav-Smirnov Feb 2, 2021
b601b58
Update development status in setup.py (#23)
Vyacheslav-Smirnov Feb 11, 2021
5a6fadc
Bump build number
Vyacheslav-Smirnov Mar 15, 2021
19f8b54
Rebuild
Vyacheslav-Smirnov Sep 27, 2021
9eccf90
Works with only 2021.3 ipp
Vyacheslav-Smirnov Sep 28, 2021
9997da0
Merge pull request #26 from IntelPython/rebuild
xaleryb Oct 14, 2021
1726e57
resolve conflicts gold vs master
Alexander-Makaryev Oct 25, 2021
315cd0e
delete restrictions for IPP version
Alexander-Makaryev Oct 25, 2021
dcf3cd7
increase build number
Alexander-Makaryev Oct 25, 2021
234bc08
Update meta.yaml
Alexander-Makaryev Oct 25, 2021
b34122a
Update meta.yaml
Alexander-Makaryev Oct 25, 2021
6fb095a
Merge pull request #30 from IntelPython/numpy-ver-1-20-test
xaleryb Oct 25, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "1.2.0" %}
{% set buildnumber = 7 %}
{% set buildnumber = 8 %}

package:
name: scikit-ipp
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def setup_package():
from numpy.distutils.core import setup

metadata = dict(
name='scikit-ipp',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

name='scikit_ipp',
maintainer="Intel Corp.",
maintainer_email="scripting@intel.com",
long_description=long_description,
Expand Down