Skip to content

Releases: xiaohang007/SLICES

New Tutorials base on Jupyter Notebooks

08 Mar 04:31
Compare
Choose a tag to compare

We have developed new tutorials for SLICES based on Jupyter notebooks. This comprehensive overhaul makes the tutorials much easier to use. 🧠⛏️💎
Jupyter

v1.4.4

15 Oct 13:46
Compare
Choose a tag to compare

Installing SLICES is now easier than ever with just one command: "pip install slices".

If you're in China and want to speed up the download, you can use this command instead: "pip install slices -i https://pypi.tuna.tsinghua.edu.cn/simple".

Please note that this installtion method is intended for Linux operating systems like Ubuntu and CentOS. Unfortunately, SLICES is not compatible with Windows due to the modified XTB binary was compiled on Linux.

Once the installation is complete, you can immediately explore SLICES' capabilities. Test the encoding/decoding and data augmentation/canonicalization functions using the *.py files located in the /examples directory. It's a quick and easy way to get started!

v1.4

09 Oct 10:59
Compare
Choose a tag to compare
Major Revision Data

v1.3.1

28 Jul 22:44
Compare
Choose a tag to compare
modify duplicate fix and check functions

v1.3

19 Jun 23:23
Compare
Choose a tag to compare

Add check_SLICES and get_canonical_SLICES

v1.2

12 Jun 13:03
d459971
Compare
Choose a tag to compare

Update data augmentation function.

v1.1

29 May 22:15
Compare
Choose a tag to compare

Add an introductory example and suppress tensorflow warnings.

v1.0

27 Apr 09:23
b018e7b
Compare
Choose a tag to compare
Update README.md