Skip to content

Commit cc5adef

Browse files
committed
fix: come back to the old version
1 parent 5587a64 commit cc5adef

29 files changed

+437
-1238
lines changed

CHANGELOG.md

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,3 @@
1-
## [1.2.0](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.1.0...v1.2.0) (2024-05-15)
2-
3-
4-
### Features
5-
6-
* add finalize_node() ([6e7283e](https://github.com/VinciGit00/Scrapegraph-ai/commit/6e7283ed8fc42408d718e8776f9fd3856960ffdb))
7-
8-
## [1.1.0](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.0.1...v1.1.0) (2024-05-15)
9-
10-
11-
### Features
12-
13-
* add turboscraper (alfa) ([51aa109](https://github.com/VinciGit00/Scrapegraph-ai/commit/51aa109e420a71101664906f0849f39ea2a3f91a))
14-
* new search_graph ([67d5fbf](https://github.com/VinciGit00/Scrapegraph-ai/commit/67d5fbf816275940c89802e033b9e7796436c410))
15-
16-
17-
### Docs
18-
19-
* **rye:** replaced poetry with rye ([efb781f](https://github.com/VinciGit00/Scrapegraph-ai/commit/efb781f950b23f442706d54a578230aba9e9796a))
20-
21-
## [1.0.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.0.0...v1.0.1) (2024-05-15)
22-
23-
24-
### Bug Fixes
25-
26-
* **searchgraph:** used shallow copy to serialize obj ([096b665](https://github.com/VinciGit00/Scrapegraph-ai/commit/096b665c0152593c19402e555c0850cdd3b2a2c0))
27-
28-
## [1.0.0](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.11.1...v1.0.0) (2024-05-15)
29-
30-
31-
### ⚠ BREAKING CHANGES
32-
33-
* **package manager:** move from poetry to rye
34-
35-
### chore
36-
37-
* **package manager:** move from poetry to rye ([8fc2510](https://github.com/VinciGit00/Scrapegraph-ai/commit/8fc2510b3704990ff96f5f74abb5b800bca9af98)), closes [#198](https://github.com/VinciGit00/Scrapegraph-ai/issues/198)
38-
39-
40-
### Docs
41-
42-
* **main-readme:** fixed some typos ([78d1940](https://github.com/VinciGit00/Scrapegraph-ai/commit/78d19402351f18b3ed3a9d7e4200ad22ad0d064a))
43-
441
## [0.11.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.11.0...v0.11.1) (2024-05-14)
452

463

docs/source/getting_started/installation.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@ The library is available on PyPI, so it can be installed using the following com
2525

2626
It is higly recommended to install the library in a virtual environment (conda, venv, etc.)
2727

28-
If you clone the repository, you can install the library using `rye <https://rye-up.com/>`_. Follow the installation instruction from the website and then run:
28+
If your clone the repository, you can install the library using `poetry <https://python-poetry.org/docs/>`_:
2929

3030
.. code-block:: bash
3131
32-
rye pin 3.10
33-
rye sync
34-
rye build
32+
poetry install
3533
3634
Additionally on Windows when using WSL
3735
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

examples/custom_graph_domtree.py

Lines changed: 0 additions & 171 deletions
This file was deleted.

examples/domtree_example.py

Lines changed: 0 additions & 99 deletions
This file was deleted.

examples/faiss_vector.py

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)