Skip to content

Commit 3e5a07a

Browse files
author
Cody Rude
committed
Importing Justin's Changes
1 parent 03717bf commit 3e5a07a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Scikit Data Access
22

3-
Advantages of skdacces
3+
Advantages of skdaccess
44
- API to import a data generator + function to get next data chunk (configurable)
55
- Eliminates the need to create parsers for each data set and simplifies the construction of scientific data processing pipelines.
66
- Enables studies involving data fusion and cross-comparisons from several sources.
@@ -22,4 +22,4 @@ pip install scikit-dataaccess
2222

2323
### Documentation
2424

25-
See <https://github.com/skdaccess/skdaccess/tree/master/skdaccess/docs>
25+
See <https://github.com/MITHaystack/scikit-dataaccess/tree/master/skdaccess/docs>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
package_list = find_packages()
88

99
setup(name = package_name,
10-
version = '1.1.0',
10+
version = 1.1.1,
1111
packages = package_list,
1212
zip_safe = False,
1313

185 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)