Commit c86412b5 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

Merge branch '6-dev-remove-unnecessary-fields' into 'main'

Resolve "Review our API implementation and leave only what is needed for us"

See merge request !9
parents d2949cde ed5c8cc2
# Revision history for openalex
## 0.1.0.0 -- YYYY-mm-dd
## 0.2.0.0 -- 2025-02-24
* First version. Released on an unsuspecting world.
### Changed
- Removed lots of fields that we don't use in gargantext. This makes
the library of worse quality for general usage, but stabilizes it
for us (the API could throw random errors at times, because some
field turned out to be missing).
## 0.1.0.0 -- 2025-02-23
- First version. Released on an unsuspecting world.
......@@ -47,7 +47,7 @@ main = do
strOption (long "output")
(opts, runCmd) <-
simpleOptions "0.1.0.0"
simpleOptions "0.2.0.0"
"OpenAlex"
"OpenAlex command line"
(pure ()) $ do
......
cabal-version: 2.4
name: openalex
version: 0.1.0.0
version: 0.2.0.0
-- A short (one-line) description of the package.
-- synopsis: An importer for OpenAlex database.
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment